rpms/ptouch-driver/devel ptouch-driver.spec, 1.5, 1.6 ptouch-driver-1.2-execfilterdir.patch, 1.1, NONE

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Fri Aug 3 08:24:23 UTC 2007


Author: lkundrak

Update of /cvs/extras/rpms/ptouch-driver/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2548

Modified Files:
	ptouch-driver.spec 
Removed Files:
	ptouch-driver-1.2-execfilterdir.patch 
Log Message:
Get rid of calling automake. Do it the ugly and reliable way.



Index: ptouch-driver.spec
===================================================================
RCS file: /cvs/extras/rpms/ptouch-driver/devel/ptouch-driver.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ptouch-driver.spec	27 Jul 2007 18:49:10 -0000	1.5
+++ ptouch-driver.spec	3 Aug 2007 08:23:51 -0000	1.6
@@ -1,13 +1,12 @@
 Name:           ptouch-driver
 Version:        1.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        CUPS driver for Brother P-touch label printers
 
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://www.diku.dk/~panic/P-touch/
 Source0:        http://www.diku.dk/~panic/P-touch/%{name}-%{version}.tar.gz
-Patch0:         ptouch-driver-1.2-execfilterdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  cups-devel
 BuildRequires:  automake
@@ -20,11 +19,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-automake
-%configure
+# On 64bits, we need to install into lib, not lib64
+# and this package for some reason uses libdir
+%configure --libdir=%{_prefix}/lib
 make %{?_smp_mflags}
 
 %install
@@ -40,6 +39,9 @@
 %doc AUTHORS ChangeLog COPYING NEWS README
 
 %changelog
+* Fri Jul 27 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.2-6
+- No. No automake. For the kids!
+
 * Fri Jul 27 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.2-5
 - ...and call it
 


--- ptouch-driver-1.2-execfilterdir.patch DELETED ---




More information about the fedora-extras-commits mailing list