]> git.pld-linux.org Git - packages/foomatic-db-engine.git/commitdiff
- updated for perl-5.8.0, release 2
authorradek <radek@pld-linux.org>
Sun, 2 Mar 2003 16:14:58 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    foomatic-db-engine.spec -> 1.5

foomatic-db-engine.spec

index dcce8653b323b60358decec22fb7d708b41206e8..7a35e2a1074c1c476e3201ea754284b8e31c0e19 100644 (file)
@@ -3,7 +3,7 @@ Summary:        System for using free software printer drivers
 Summary(pl):   System umo¿liwiaj±cy u¿ywanie darmowych sterowników drukarek
 Name:          foomatic-db-engine
 Version:       2.9.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 URL:           http://www.linuxprinting.org/foomatic.html
@@ -36,15 +36,14 @@ dla kt
 %build
 %{__aclocal}
 %{__autoconf}
-
 %configure
-
-%{__make}
+%{__make} \
+       PERL_INSTALLDIRS=vendor
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR="$RPM_BUILD_ROOT"
-cp -fr $RPM_BUILD_ROOT$RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_libdir}
+%{__make} install \
+       DESTDIR="$RPM_BUILD_ROOT"
 
 install -d $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/{driver,opt,printer}
 
@@ -63,7 +62,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/foomatic-*
 %attr(755,root,root) %{_sbindir}/foomatic-*
 
-%{perl_sitelib}/Foomatic
-%{perl_sitearch}/auto/Foomatic
+%{perl_vendorlib}/Foomatic
 
 %{_datadir}/foomatic
This page took 0.130937 seconds and 4 git commands to generate.