rpms/paps/devel paps.spec,1.39,1.40

Akira TAGOH tagoh at fedoraproject.org
Tue Dec 8 09:35:59 UTC 2009


Author: tagoh

Update of /cvs/pkgs/rpms/paps/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23943

Modified Files:
	paps.spec 
Log Message:
* Tue Dec  8 2009 Akira TAGOH <tagoh at redhat.com> - 0.6.8-12
- Add paps.convs to behaves the cups filter without the hardcoded thing
  in cups. (#545031)


Index: paps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/paps/devel/paps.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- paps.spec	14 Oct 2009 10:42:42 -0000	1.39
+++ paps.spec	8 Dec 2009 09:35:59 -0000	1.40
@@ -1,10 +1,11 @@
 Name:		paps
 Version:	0.6.8
-Release:	11%{?dist}
+Release:	12%{?dist}
 
 License:	LGPLv2+
 URL:		http://paps.sourceforge.net/
 Source0:	http://prdownloads.sourceforge.net/paps/paps-%{version}.tar.gz
+Source1:	paps.convs
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	pango-devel automake autoconf libtool doxygen cups-devel
 ## https://sourceforge.net/tracker/index.php?func=detail&aid=1832897&group_id=153049&atid=786241
@@ -79,6 +80,8 @@ rm $RPM_BUILD_ROOT%{_libdir}/libpaps.la
 %{__mkdir_p} $RPM_BUILD_ROOT/usr/lib/cups/filter # Not libdir
 ln -s %{_bindir}/paps $RPM_BUILD_ROOT/usr/lib/cups/filter/texttopaps
 
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/cups
+install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/cups
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -88,6 +91,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/paps
 %{_mandir}/man1/paps.1*
 /usr/lib/cups/filter/texttopaps
+%dir %{_sysconfdir}/cups
+%{_sysconfdir}/cups/paps.convs
 
 %files libs
 %defattr(-, root, root, -)
@@ -101,7 +106,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libpaps.so
 
 %changelog
-* Wed Oct 14 2009 Akira TAGOH <tagoh at redhat.com> - 0.6.9-11
+* Tue Dec  8 2009 Akira TAGOH <tagoh at redhat.com> - 0.6.8-12
+- Add paps.convs to behaves the cups filter without the hardcoded thing
+  in cups. (#545031)
+
+* Wed Oct 14 2009 Akira TAGOH <tagoh at redhat.com> - 0.6.8-11
 - Fix code that deal with CPI parameter to be accurate. (#524883)
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.8-10




More information about the fedora-extras-commits mailing list