diff options
author | Copr dist git <copr-devel@lists.fedorahosted.org> | 2016-05-17 16:43:45 +0000 |
---|---|---|
committer | Copr dist git <copr-devel@lists.fedorahosted.org> | 2016-05-17 16:43:45 +0000 |
commit | 1e5018249c39d9a629e7c8684ea1c5593863abbe (patch) | |
tree | 1bc4170722a9ecfae44a7f62e1e88ee5726ae10d | |
parent | 9d677987a87e7f80694f6fbb4af952e7218fff0a (diff) |
import_srpmmaster-backup
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tibas.fountain.spec | 58 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 60 insertions, 0 deletions
@@ -0,0 +1 @@ +/tibas.fountain-0.2.0.tar.gz diff --git a/python-tibas.fountain.spec b/python-tibas.fountain.spec new file mode 100644 index 0000000..a0adf3b --- /dev/null +++ b/python-tibas.fountain.spec @@ -0,0 +1,58 @@ +# Created by pyp2rpm-3.0.2 +%global pypi_name tibas.fountain + +Name: python-%{pypi_name} +Version: 0.2.0 +Release: 1%{?dist} +Summary: Sphinx extension for embeding Fountain screenplay fragments + +License: MIT +URL: http://bitbucket.org/gabriel.montagne/tibas.fountain +Source0: https://pypi.python.org/packages/10/ea/c2261c2a48ab24d865f3c3ca652248ae23fbf48632db6f98610b91bb1b84/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-setuptools +BuildRequires: python3-devel + +%description + +Sphinx extension and directive for embeding Fountain marked screenplay +fragments. + +Works for HTML representations. +Designed to work with ablog + +%package -n python3-%{pypi_name} +Summary: Sphinx extension for embeding Fountain screenplay fragments +%{?python_provide:%python_provide python3-%{pypi_name}} + +Requires: python3-fountain +%description -n python3-%{pypi_name} + +Sphinx extension and directive for embeding Fountain marked screenplay +fragments. + +Works for HTML representations. +Designed to work with ablog + + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + + +%files -n python3-%{pypi_name} +%doc README.rst LICENSE +%{python3_sitelib}/%{pypi_name}-%{version}-py?.?-*.pth +%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info + +%changelog +* Tue May 17 2016 copr-service - 0.2.0-1 +- Initial package.
\ No newline at end of file @@ -0,0 +1 @@ +d5a095088a64821548f78045f8ecb2a0 tibas.fountain-0.2.0.tar.gz |