- Updated pycups to 1.9.26.

- Build requires epydoc. Ship HTML documentation.
This commit is contained in:
Tim Waugh 2007-09-12 13:13:31 +00:00
parent e5322b331f
commit bf3d515d28
5 changed files with 10 additions and 3 deletions

View File

@ -136,3 +136,4 @@ system-config-printer-0.7.73.tar.bz2
pycups-1.9.25.tar.bz2
system-config-printer-0.7.74.tar.bz2
system-config-printer-0.7.74.1.tar.bz2
pycups-1.9.26.tar.bz2

Binary file not shown.

BIN
pycups-1.9.26.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,2 +1,2 @@
eda648fec5d187fa13a676c60c7e6b1e pycups-1.9.25.tar.bz2
b552088b418f7da5f55b24024f8bdd51 system-config-printer-0.7.74.1.tar.bz2
7819b0749172f01162c11e9a9f01dea2 pycups-1.9.26.tar.bz2

View File

@ -1,4 +1,4 @@
%define pycups_version 1.9.25
%define pycups_version 1.9.26
Summary: A printer administration tool
Name: system-config-printer
@ -18,6 +18,7 @@ BuildRequires: desktop-file-utils >= 0.2.92
BuildRequires: gettext-devel
BuildRequires: intltool
BuildRequires: xmlto
BuildRequires: epydoc
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: pygtk2 >= 2.4.0, pygtk2-libglade
@ -56,6 +57,7 @@ the configuration tool.
pushd pycups-%{pycups_version}
make
make doc
popd
%install
@ -80,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
%files libs -f system-config-printer.lang
%defattr(-,root,root)
%doc --parents pycups-%{pycups_version}/{ChangeLog,README,NEWS,TODO,examples}
%doc --parents pycups-%{pycups_version}/{ChangeLog,README,NEWS,TODO,examples,html}
%{_sysconfdir}/dbus-1/system.d/newprinternotification.conf
%{_libdir}/python*/*/*.so
%dir %{_datadir}/%{name}
@ -126,6 +128,10 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Wed Sep 12 2007 Tim Waugh <twaugh@redhat.com>
- Updated pycups to 1.9.26.
- Build requires epydoc. Ship HTML documentation.
* Fri Sep 7 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.1-1
- 0.7.74.1:
- Updated Polish translation (bug #263001).