rpms/hplip/devel hplip.spec,1.186,1.187

Tim Waugh twaugh at fedoraproject.org
Tue Oct 21 13:22:50 UTC 2008


Author: twaugh

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

Modified Files:
	hplip.spec 
Log Message:
* Tue Oct 21 2008 Tim Waugh <twaugh at redhat.com> 2.8.7-3
- Ship PPDs in the correct location (bug #343841).



Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- hplip.spec	26 Sep 2008 11:35:16 -0000	1.186
+++ hplip.spec	21 Oct 2008 13:22:20 -0000	1.187
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 2.8.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and MIT
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -134,13 +134,12 @@
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make hpppddir=%{_datadir}/foomatic/db/source/PPD/HP
+make
 
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_bindir}
-make install DESTDIR=%{buildroot} \
-	hpppddir=%{_datadir}/foomatic/db/source/PPD/HP
+make install DESTDIR=%{buildroot}
 
 # Remove unpackaged files
 rm -rf	%{buildroot}%{_sysconfdir}/sane.d \
@@ -275,7 +274,7 @@
 %files -n hpijs
 %defattr(-,root,root)
 %{_bindir}/hpijs
-%{_datadir}/foomatic/db/source/PPD/HP
+%{_datadir}/ppd/HP
 %{_datadir}/cups/drv/*
 # Note: this must be /usr/lib not %{_libdir}, since that's the
 # CUPS serverbin directory.
@@ -307,6 +306,9 @@
 exit 0
 
 %changelog
+* Tue Oct 21 2008 Tim Waugh <twaugh at redhat.com> 2.8.7-3
+- Ship PPDs in the correct location (bug #343841).
+
 * Fri Sep 26 2008 Tim Waugh <twaugh at redhat.com> 2.8.7-2
 - Moved Python extension into libs sub-package (bug #461236).
 




More information about the fedora-extras-commits mailing list