rpms/ptouch-driver/devel ptouch-driver.spec,1.4,1.5

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Fri Jul 27 18:49:42 UTC 2007


Author: lkundrak

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

Modified Files:
	ptouch-driver.spec 
Log Message:
actually call automake


Index: ptouch-driver.spec
===================================================================
RCS file: /cvs/extras/rpms/ptouch-driver/devel/ptouch-driver.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ptouch-driver.spec	27 Jul 2007 18:38:24 -0000	1.4
+++ ptouch-driver.spec	27 Jul 2007 18:49:10 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           ptouch-driver
 Version:        1.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        CUPS driver for Brother P-touch label printers
 
 Group:          System Environment/Libraries
@@ -10,7 +10,7 @@
 Patch0:         ptouch-driver-1.2-execfilterdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  cups-devel
-BuildRequires:  automake = 1.9
+BuildRequires:  automake
 Requires:       cups
 
 %description
@@ -23,6 +23,7 @@
 %patch0 -p1
 
 %build
+automake
 %configure
 make %{?_smp_mflags}
 
@@ -39,6 +40,9 @@
 %doc AUTHORS ChangeLog COPYING NEWS README
 
 %changelog
+* Fri Jul 27 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.2-5
+- ...and call it
+
 * Fri Jul 27 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.2-4
 - ...the specific version of automake
 




More information about the scm-commits mailing list