- Install Python egg-info file.
This commit is contained in:
parent
56eaa62971
commit
608db8e823
@ -1,4 +1,7 @@
|
|||||||
%define pycups_version 1.9.32
|
%define pycups_version 1.9.32
|
||||||
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
||||||
|
|
||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
@ -89,7 +92,8 @@ rm -rf %buildroot
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc --parents pycups-%{pycups_version}/{ChangeLog,README,NEWS,TODO,examples,html}
|
%doc --parents pycups-%{pycups_version}/{ChangeLog,README,NEWS,TODO,examples,html}
|
||||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/newprinternotification.conf
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/newprinternotification.conf
|
||||||
%{_libdir}/python*/*/*.so
|
%{python_sitearch}/cups.so
|
||||||
|
%{python_sitelib}/cups-%{version}-py%{pyver}.egg-info
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%{_datadir}/%{name}/cupshelpers.py*
|
%{_datadir}/%{name}/cupshelpers.py*
|
||||||
%{_datadir}/%{name}/ppds.py*
|
%{_datadir}/%{name}/ppds.py*
|
||||||
@ -126,6 +130,7 @@ exit 0
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Dec 17 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-3
|
* Mon Dec 17 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-3
|
||||||
|
- Install Python egg-info file.
|
||||||
- Updated pycups to 1.9.32.
|
- Updated pycups to 1.9.32.
|
||||||
|
|
||||||
* Tue Nov 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-2
|
* Tue Nov 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-2
|
||||||
|
Loading…
Reference in New Issue
Block a user