]> git.pld-linux.org Git - packages/rc-scripts.git/blobdiff - rc-scripts.spec
- fixed my sed->awk modifications (now tested and work)
[packages/rc-scripts.git] / rc-scripts.spec
index 0c75bbf16d89cc33b607244c3c14ec161265ef9f..0cfbc4904a4dad02c9dc4a6d5ab6ab996fefd65c 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: rc-scripts.spec,v 1.134 2003-12-07 16:06:44 wolf Exp $
 #
 # Conditional build:
 %bcond_without static  # link binaries with glib dynamically
@@ -9,20 +8,22 @@ Summary(fr):  inittab et scripts /etc/rc.d
 Summary(pl):   inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr):   inittab ve /etc/rc.d dosyalarý
 Name:          rc-scripts
-Version:       0.4.0.5
-Release:       0.1
+Version:       0.4.0.6
+Release:       0.3
 License:       GPL
 Vendor:                PLD rc-scripts Team <pld-rc-scripts@pld-linux.org>
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: f568bd67cf9d344841e406929fc9aade
-URL:           http://svn.pld-linux.org/svn/rc-scripts/
+# Source0-md5: 23f3c0e5194a75d3717d9d22c38446e4
+Patch0:                %{name}-quotation-marks.patch
+URL:           http://svn.pld-linux.org/cgi-bin/svnview/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: glib-devel
 %{?with_static:BuildRequires:  glib-static}
 BuildRequires: popt-devel
+BuildRequires: pkgconfig
 Requires(post):        fileutils
 Requires:      /bin/awk
 Requires:      /bin/basename
@@ -31,7 +32,6 @@ Requires:     /bin/nice
 Requires:      /bin/ps
 Requires:      FHS >= 2.2-6
 Requires:      SysVinit
-Requires:      bdflush
 Requires:      e2fsprogs >= 1.15
 Requires:      fileutils
 Requires:      findutils
@@ -86,6 +86,7 @@ programc
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %{__aclocal}
This page took 0.035125 seconds and 4 git commands to generate.