]> git.pld-linux.org Git - packages/rc-scripts.git/blobdiff - rc-scripts.spec
- added patch that reverses entries in /etc/sysconfig/static-nat
[packages/rc-scripts.git] / rc-scripts.spec
index be73d26de82fe32dee9121fe452d1738fa78c387..ad12a206712ae661295c4dec65061381f6cca4f7 100644 (file)
@@ -1,4 +1,7 @@
-# $Id: rc-scripts.spec,v 1.92 2002-05-21 23:14:37 kloczek Exp $
+# $Id: rc-scripts.spec,v 1.105 2002-11-08 23:25:40 alchemyx Exp $
+#
+# _with_chroot         make the thing chroot safe (CAN BRAKE SOMETHING!!!)
+
 Summary:       inittab and /etc/rc.d scripts
 Summary(de):   inittab und /etc/rc.d Scripts
 Summary(fr):   inittab et scripts /etc/rc.d
@@ -6,13 +9,23 @@ Summary(pl):  inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr):   inittab ve /etc/rc.d dosyalarý
 Name:          rc-scripts
 Version:       0.3.1
-Release:       1
+Release:       11
 License:       GPL
 Vendor:                PLD rc-scripts Team <pld-rc-scripts@pld.org.pl>
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
 Patch0:                %{name}-shared.patch
 Patch1:                %{name}-ipx_fix.patch
+Patch2:                %{name}-ulimitc.patch
+Patch3:                %{name}-killgnu.patch
+Patch4:                %{name}-wlan.patch
+Patch5:                %{name}-arp-any.patch
+Patch6:                %{name}-pppshutdownsleep.patch
+Patch7:                %{name}-chat-ppp0.tpsa.patch
+Patch8:                %{name}-via.patch
+Patch9:                %{name}-static-nat.patch
+Patch10:       %{name}-chroot_safe.patch
+Patch11:       %{name}-onlink.patch
 URL:           http://cvs.pld.org.pl/index.cgi/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -84,9 +97,19 @@ programc
 %setup -q
 %{!?_without_static:#}%patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p0
+%patch8 -p1
+%patch9 -p1
+%{!?_with_chroot:#}%patch10 -p1
+%patch11 -p1
 
 %build
-aclocal
+%{__aclocal}
 %{__automake}
 %{__autoconf}
 %configure \
@@ -135,8 +158,6 @@ done
 install sysconfig/interfaces/ifcfg-eth0 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/interfaces
 > $RPM_BUILD_ROOT/var/log/dmesg
 
-gzip -9nf doc/*.txt rc.d/init.d/template.init
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -159,12 +180,10 @@ mv /etc/sysconfig/network-scripts/ifcfg-* /etc/sysconfig/interfaces/
 
 %files
 %defattr(644,root,root,755)
-%doc doc/net-scripts.txt.gz
-%doc doc/sysconfig.txt.gz
+%doc doc/*.txt rc.d/init.d/template.init
 %doc sysconfig/interfaces/data/chat-ppp*
 %doc sysconfig/interfaces/ifc*
 %doc sysconfig/interfaces/tnl*
-%doc rc.d/init.d/template.init.gz
 
 %attr(755,root,root) %dir %{_sysconfdir}/rc.d
 %attr(755,root,root) %dir %{_sysconfdir}/rc.d/init.d
@@ -210,7 +229,7 @@ mv /etc/sysconfig/network-scripts/ifcfg-* /etc/sysconfig/interfaces/
 %attr(755,root,root) %{_sbindir}/ppp-watch
 %attr(755,root,root) %{_sbindir}/netreport
 %attr(755,root,root) %{_sbindir}/setsysfont
-%attr(755,root,root) %{_sbindir}/usernetctl
+%attr(4755,root,root) %{_sbindir}/usernetctl
 
 %attr(755,root,root) %{_sbindir}/if*
 %attr(755,root,root) %{_sbindir}/tnl*
This page took 0.079786 seconds and 4 git commands to generate.