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