Remove unused statements.
This commit is contained in:
parent
aae75fb3af
commit
ca471b5960
@ -15,8 +15,6 @@ BuildRequires: cups-devel
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: epydoc
|
||||
|
||||
Conflicts: rpm-build < 4.9.0
|
||||
|
||||
%description
|
||||
This package provides Python bindings for the CUPS API,
|
||||
known as pycups. It was written for use with
|
||||
@ -40,7 +38,6 @@ make doc
|
||||
make install DESTDIR="%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING ChangeLog README NEWS TODO
|
||||
%{python_sitearch}/cups.so
|
||||
%{python_sitearch}/pycups*.egg-info
|
||||
@ -48,10 +45,12 @@ make install DESTDIR="%{buildroot}"
|
||||
%{_rpmconfigdir}/postscriptdriver.prov
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc examples html
|
||||
|
||||
%changelog
|
||||
* Thu Sep 27 2010 Jiri Popelka <jpopelka@redhat.com> - 1.9.62-2
|
||||
- Remove unused statements.
|
||||
|
||||
* Wed Aug 1 2012 Tim Waugh <twaugh@redhat.com> - 1.9.62-1
|
||||
- 1.9.62, including fixes for building against newer versions of CUPS.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user