]> git.pld-linux.org Git - packages/foomatic-db-engine.git/commitdiff
- updated to 3.0.1rc1
authordeejay1 <deejay1@pld-linux.org>
Sun, 28 Dec 2003 21:49:47 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    foomatic-db-engine.spec -> 1.11

foomatic-db-engine.spec

index b7e48aea5310dd3f0c1e9e622eccfc02d812e18c..6b6ec60ddcaef759f906f1477cd4155a374c8047 100644 (file)
@@ -1,18 +1,22 @@
 %include       /usr/lib/rpm/macros.perl
+
+%define                _rc     rc1
+
 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:       3.0.0
-Release:       0.1
+Version:       3.0.1
+Release:       0.%{_rc}.1
 License:       GPL
 Group:         Applications/System
 URL:           http://www.linuxprinting.org/foomatic.html
-Source0:       http://www.linuxprinting.org/download/foomatic/%{name}-%{version}.tar.gz
+Source0:       http://www.linuxprinting.org/download/foomatic/%{name}-%{version}%{_rc}.tar.gz
 # Source0-md5: a3c0b0fc6662a7b9afab09cbe74bb292
 Patch0:                %{name}-perl-doubledestdir.patch
+Patch1:                %{name}-symlinks.patch
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: foomatic-filters >= 3.0.0
+BuildRequires: foomatic-filters >= 3.0.1
 BuildRequires: libxml2-devel
 BuildRequires: perl-devel
 Provides:      perl(Foomatic::GrovePath)
@@ -34,8 +38,9 @@ drukowanie bez kolejkowania oraz dowolny wolnodost
 dla którego parametry zosta³y wprowadzone do bazy danych.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
@@ -46,6 +51,9 @@ dla kt
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
+chmod +x mkinstalldirs
+
 %{__make} install \
        DESTDIR="$RPM_BUILD_ROOT"
 
This page took 0.081078 seconds and 4 git commands to generate.