rpms/ptouch-driver/F-7 ptouch-driver.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Fri Aug 3 09:13:17 UTC 2007


Author: lkundrak

Update of /cvs/extras/rpms/ptouch-driver/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15691/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	ptouch-driver.spec 
Log Message:
Import from devel.



--- NEW FILE ptouch-driver.spec ---
Name:           ptouch-driver
Version:        1.2
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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  cups-devel
BuildRequires:  automake
Requires:       cups

%description
This is a CUPS raster filter for Brother P-touch label printers.  It is
meant to be used by the PostScript Description files of the drivers from
the foomatic package.

%prep
%setup -q

%build
# 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
rm -rf $RPM_BUILD_ROOT
make install-exec DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_prefix}/lib/cups/filter/rastertoptch
%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

* Fri Jul 27 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.2-4
- ...the specific version of automake

* Fri Jul 27 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.2-3
- We need automake for patch0 to have effect

* Fri Jul 27 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.2-2
- Install to the right place on 64bit platforms

* Fri Jul 20 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.2-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ptouch-driver/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jul 2007 15:55:47 -0000	1.1
+++ .cvsignore	3 Aug 2007 09:12:45 -0000	1.2
@@ -0,0 +1 @@
+ptouch-driver-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ptouch-driver/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jul 2007 15:55:47 -0000	1.1
+++ sources	3 Aug 2007 09:12:45 -0000	1.2
@@ -0,0 +1 @@
+33a4b894b77f28ef3996ecab025599b5  ptouch-driver-1.2.tar.gz




More information about the fedora-extras-commits mailing list