]> 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 60f77ccb160f478892bee16335fa86d2614236f3..0cfbc4904a4dad02c9dc4a6d5ab6ab996fefd65c 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: rc-scripts.spec,v 1.128 2003-10-12 19:05:30 qboosh Exp $
 #
 # Conditional build:
 %bcond_without static  # link binaries with glib dynamically
@@ -9,24 +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.2
-Release:       0.2
+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: 1b5e2d3a0cb8f699ed54321404f64cba
-URL:           http://cvs.pld-linux.org/rc-scripts/
-Patch0:                %{name}-sysfs.patch
-Patch1:                %{name}-killgnu.patch
-Patch2:                %{name}-acct.patch
-Patch3:                %{name}-ulimits.patch
+# 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
@@ -35,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
@@ -44,7 +40,7 @@ Requires:     grep
 Requires:      iproute2
 Requires:      mingetty
 Requires:      mktemp
-Requires:      modutils >= 2.1.121
+Requires:      module-init-tools
 Requires:      mount >= 2.10
 Requires:      net-tools
 Requires:      procps
@@ -90,10 +86,7 @@ programc
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch0 -p0
 
 %build
 %{__aclocal}
@@ -213,6 +206,7 @@ mv -f /etc/sysconfig/network-scripts/ifcfg-* /etc/sysconfig/interfaces
 %attr(755,root,root) %{_bindir}/run-parts
 %attr(755,root,root) %{_bindir}/usleep
 
+%attr(755,root,root) %{_sbindir}/genhostid
 %attr(755,root,root) %{_sbindir}/hwprofile
 %attr(755,root,root) %{_sbindir}/service
 %attr(755,root,root) %{_sbindir}/consoletype
This page took 0.079253 seconds and 4 git commands to generate.