- 0.7.57:
- Prevent traceback when removing temporary file (Ubuntu #92914). - Added print applet.
This commit is contained in:
parent
e0eb55c7f0
commit
fdb5e8eaac
@ -98,3 +98,4 @@ system-config-printer-0.7.54.tar.bz2
|
|||||||
system-config-printer-0.7.55.tar.bz2
|
system-config-printer-0.7.55.tar.bz2
|
||||||
system-config-printer-0.7.56.tar.bz2
|
system-config-printer-0.7.56.tar.bz2
|
||||||
pycups-1.9.18.tar.bz2
|
pycups-1.9.18.tar.bz2
|
||||||
|
system-config-printer-0.7.57.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
d099d2a25d8d9d8f605e42baea6b7bd6 system-config-printer-0.7.56.tar.bz2
|
|
||||||
2e9e9a000e8f396218d4d7ee87b5e911 pycups-1.9.18.tar.bz2
|
2e9e9a000e8f396218d4d7ee87b5e911 pycups-1.9.18.tar.bz2
|
||||||
|
0a5cebaada58b09a1900583fdcdea323 system-config-printer-0.7.57.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 0.7.56
|
Version: 0.7.57
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://cyberelk.net/tim/software/system-config-printer/
|
URL: http://cyberelk.net/tim/software/system-config-printer/
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -68,6 +68,9 @@ install -m0644 %{SOURCE2} %buildroot%{_sysconfdir}/pam.d/%{name}
|
|||||||
install -m0644 %{SOURCE3} %buildroot%{_sysconfdir}/security/console.apps/%{name}
|
install -m0644 %{SOURCE3} %buildroot%{_sysconfdir}/security/console.apps/%{name}
|
||||||
ln -s consolehelper %buildroot%{_bindir}/%{name}
|
ln -s consolehelper %buildroot%{_bindir}/%{name}
|
||||||
|
|
||||||
|
# The applet desktop file gets shipped by desktop-printing.
|
||||||
|
rm -f %buildroot%{_datadir}/applications/redhat-print-applet.desktop
|
||||||
|
|
||||||
%find_lang system-config-printer
|
%find_lang system-config-printer
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -81,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/%{name}/foomatic.py*
|
%{_datadir}/%{name}/foomatic.py*
|
||||||
%{_datadir}/%{name}/cupshelpers.py*
|
%{_datadir}/%{name}/cupshelpers.py*
|
||||||
%{_datadir}/%{name}/gtk_html2pango.py*
|
%{_datadir}/%{name}/gtk_html2pango.py*
|
||||||
|
%{_datadir}/%{name}/applet.glade
|
||||||
|
%{_datadir}/%{name}/applet.py*
|
||||||
|
%{_datadir}/%{name}/applet.png
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -112,8 +118,11 @@ if [ "$1" = "0" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 21 2007 Tim Waugh <twaugh@redhat.com>
|
* Wed Mar 21 2007 Tim Waugh <twaugh@redhat.com> 0.7.57-1
|
||||||
- Added URL tag.
|
- Added URL tag.
|
||||||
|
- 0.7.57:
|
||||||
|
- Prevent traceback when removing temporary file (Ubuntu #92914).
|
||||||
|
- Added print applet.
|
||||||
|
|
||||||
* Sun Mar 18 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-2
|
* Sun Mar 18 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-2
|
||||||
- Updated to pycups-1.9.18.
|
- Updated to pycups-1.9.18.
|
||||||
|
Loading…
Reference in New Issue
Block a user