fix source url, license short hand, description and summary.

remove shebang lines and make smartypants a shebang line use python3.
This commit is contained in:
José Matos 2019-06-12 17:15:54 +01:00
parent 99e2993397
commit af2c2ca769
3 changed files with 90 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/smartypants-2.0.1.tar.gz
clog

87
python-smartypants.spec Normal file
View File

@ -0,0 +1,87 @@
%global pypi_name smartypants
Name: python-%{pypi_name}
Version: 2.0.1
Release: 2%{?dist}
Summary: plug-in that easily translates ASCII punctuation characters into smart entities
License: BSD
URL: https://github.com/leohemsted/smartypants.py
Source0: %url/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(sphinx)
%description
SmartyPants is a free web publishing plug-in for Movable
Type, Blosxom, and BBEdit that easily translates plain ASCII
punctuation characters into “smart” typographic punctuation HTML
entities.
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
Requires: python3dist(setuptools)
%description -n python3-%{pypi_name}
SmartyPants is a free web publishing plug-in for Movable
Type, Blosxom, and BBEdit that easily translates plain ASCII
punctuation characters into “smart” typographic punctuation HTML
entities.
%package -n python-%{pypi_name}-doc
Summary: python-smartypants documentation
%description -n python-%{pypi_name}-doc
Documentation for python-smartypants
%prep
%autosetup -n %{pypi_name}.py-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
for lib in $(find -type f -name '*.py'); do
sed -i.python -e '1{\@^#!@d}' $lib
done
sed -i.python -e 's|#!/usr/bin/env python|#!/usr/bin/python3|' smartypants
%build
%py3_build
# generate html documentation
cd docs
make html
# remove the sphinx-build leftovers
rm -rf _build/html/.{doctrees,buildinfo}
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-%{pypi_name}
%doc README.rst
%doc CHANGES.rst
%license COPYING
%{_bindir}/%{pypi_name}
%{python3_sitelib}/__pycache__/*
%{python3_sitelib}/%{pypi_name}.py
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%files -n python-%{pypi_name}-doc
%doc docs/_build/html
%license COPYING
%changelog
* Tue Jun 11 2019 José Matos <jamatos@fedoraproject.org> - 2.0.1-2
- fix source url, license short hand, description and summary.
- remove shebang lines and make smartypants a shebang line use python3.
* Sat Sep 1 2018 José Matos <jamatos@fedoraproject.org> - 2.0.1-1
- initial package.

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (smartypants-2.0.1.tar.gz) = d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d