]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
Initial entry in to the CVS server ..
authorwojtek <wojtek@pld.org.pl>
Sun, 31 Jan 1999 15:27:22 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SysVinit.spec -> 1.1

SysVinit.spec [new file with mode: 0644]

diff --git a/SysVinit.spec b/SysVinit.spec
new file mode 100644 (file)
index 0000000..95e1962
--- /dev/null
@@ -0,0 +1,129 @@
+Summary:       System V initialization program
+Summary(de):   System V-Intialisierungsprogramm
+Summary(fr):   Programme d'initialisation Sys V.
+Summary(pl):   Program inicjalizuj±cy w Systemie V 
+Summary(tr):   System V baþlatma programý
+Name:          SysVinit
+Version:       2.76
+Release:       2d
+Copyright:     GPL
+Group:         Daemons
+Group(pl):     Demony
+URL:           ftp://ftp.cistron.nl/pub/people/miquels/software
+Source:                sysvinit-%{version}.tar.gz
+Patch:         sysvinit-optimize.patch
+Buildroot:     /tmp/%{name}-%{version}-root
+
+%description
+SysVinit is the first program started by the Linux kernel when the system
+boots, controlling the startup, running, and shutdown of all other
+programs.
+
+%description -l pl
+SysVinit jest pierwszym programem uruchamianym przez j±dro, podczas 
+startu systemu. Kontroluje start, pracê oraz zamykanie wszystkich
+innych programów.
+
+%description -l de
+SysVinit ist das erste Programm, das beim Systemstart vom Linux-Kernel 
+gestartet wird. Es steuert das Starten, Ausführen und Beenden aller
+anderen Programme.
+
+%description -l fr
+SysVinit est le premier programme exécuté par le noyau de Linux lorsque le
+système démarre, il contrôle le lancement, l'exécution et l'arrêt de tous
+les autres programmes.
+
+%description -l tr
+SysVinit, sistem açýlýrken Linux çekirdeði tarafýndan çalýþtýrýlan ilk
+programdýr. Diðer programlarýn baþlamalarýný, çalýþmalarýný ve sonlanmalarýný
+saðlar/denetler.
+
+%prep
+%setup -q -n sysvinit-%{version}
+%patch -p1
+
+%build
+make -C src OPTIMIZE="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+for I in sbin usr/bin usr/man/man{1,5,8} etc var/run dev; do
+       install -d $RPM_BUILD_ROOT/$I
+done
+make -C src ROOT=$RPM_BUILD_ROOT BIN_OWNER=`id -u` BIN_GROUP=`id -g` install
+
+#ln -sf ../var/run/initrunlvl $RPM_BUILD_ROOT/etc
+
+mknod --mode=0600 $RPM_BUILD_ROOT/dev/initctl p 
+
+ln -sf killall5 $RPM_BUILD_ROOT/sbin/pidof
+
+# man pages cleaning & compressing ;)
+
+rm -f $RPM_BUILD_ROOT/usr/man/man1/lastb.1
+
+echo .so last.1 > $RPM_BUILD_ROOT/usr/man/man1/lastb.1
+
+rm -f $RPM_BUILD_ROOT/usr/man/man8/poweroff.8
+rm -f $RPM_BUILD_ROOT/usr/man/man8/telinit.8
+rm -f $RPM_BUILD_ROOT/usr/man/man8/reboot.8
+
+echo .so halt.8 > $RPM_BUILD_ROOT/usr/man/man8/reboot.8
+echo .so halt.8 > $RPM_BUILD_ROOT/usr/man/man8/telinit.8
+echo .so halt.8 > $RPM_BUILD_ROOT/usr/man/man8/poweroff.8
+
+bzip2 -9 $RPM_BUILD_ROOT/usr/man/{man1/*,man5/*,man8/*} \
+doc/Propaganda debian/changelog doc/sysvinit-%{version}.lsm  
+
+%files
+%defattr(644,root,root,755)
+%doc doc/Propaganda.bz2 debian/changelog.bz2 doc/sysvinit-%{version}.lsm.bz2  
+
+%attr(755,root,root) /sbin/*
+
+#%ghost /etc/*
+
+%attr(755,root,root) /usr/bin/*
+%attr(600,root,root) /dev/initctl
+%attr(644,root, man) /usr/man/man[158]/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%changelog
+* Fri Jun 12 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+  [2.74-5d]
+- build against glibc-2.1,
+- added pl translation,
+- changed prmissions of binaries to 711,
+- removed a suid bit from wall,
+- moved %changelog at the end of spec.
+- added a Chris Evans's <chris@ferret.lmh.ox.ac.uk> patches.
+
+* Thu May 07 1998 Prospector System <bugs@redhat.com>
+- translations modified for de, fr, tr
+
+* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
+- upgraded to 2.74
+- fixed the package source url... (yeah, it was wrong !)
+
+* Wed Oct 1 1997 Cristian Gafton <gafton@redhat.com>
+- fixed the MD5 check in sulogin (128 hash bits encoded with base64 gives
+  22 bytes, not 24...). Fix in -md5.patch
+
+* Thu Sep 11 1997 Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
+- /etc/initrunlvl gets linked to /tmp/init-root/var/run/initrunlvl which is
+  just plain wrong..
+- /usr/bin/utmpdump was missing in the files section, although it was
+  explicitly patched into PROGS.
+- added attr's to the files section.
+- various small fixes.
+
+* Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
+- updated to 2.71
+- built against glibc 2.0.4
+
+* Fri Feb 07 1997 Michael K. Johnson <johnsonm@redhat.com>
+- Added sulogin.8 man page to file list.
This page took 0.11467 seconds and 4 git commands to generate.