diff --git a/README.md b/README.md index 998fe7a..6af7a4b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-jsmin-py3 +JavaScript minifier. + diff --git a/python-jsmin-py3.spec b/python-jsmin-py3.spec new file mode 100644 index 0000000..3d13093 --- /dev/null +++ b/python-jsmin-py3.spec @@ -0,0 +1,43 @@ +Name: python-jsmin-py3 +Version: 2.1.6 +Release: 1mamba +Summary: JavaScript minifier +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://pypi.python.org/pypi/jsmin +Source: https://pypi.python.org/packages/source/j/jsmin/jsmin-%{version}.tar.gz +License: MIT +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRequires: libpython3-devel +Requires: python3 >= %python3_version +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +%{summary}. + +%prep +%setup -q -n jsmin-%{version} + +%build +CFLAGS="%{optflags}" %{__python3} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python3} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python3_sitearch} \ + --record=%{name}.filelist + +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist + +%files -f %{name}.filelist +%defattr(-,root,root) + +%changelog +* Thu Nov 19 2015 Silvan Calarco 2.1.6-1mamba +- package created using the webbuild interface