]> git.pld-linux.org Git - packages/dnprogs.git/commitdiff
- added using CVS keywords in %changelog (for automating them).
authorkloczek <kloczek@pld-linux.org>
Mon, 12 Jul 1999 23:05:55 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnprogs.spec -> 1.9

dnprogs.spec

index fd3c0642b2365b4c6cd8104aeeb9f652691bae53..396952b8c87e6957395367362b0ece8c376c6e88 100644 (file)
@@ -31,145 +31,3 @@ remote execution of commands.
 To use them you will need to have DECnet built into your kernel.
 See http://linux.dreamtime.org/decnet/ to get the kernel patch and
 instructions on how to apply it.
-
-%changelog
-* Thu Apr  1 1999 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
-- initial build based on the spec file included in dnprogs 1.05a
-  distribution
-- added a patch to clean up makefiles
-- modified configuration to link against external uulib
-- added a patch to customize the rc script
-
-%prep
-%setup
-%patch0 -p1 -b .make~
-%patch1 -p1 -b .rc~
-
-find . -type f -name '*~' -print0 | xargs -0 rm -f
-
-%build
-make "DFLAGS=$RPM_OPT_FLAGS" LIBCRYPT=-lcrypt SHADOWDEFS=-DSHADOW_PWD \
-       prefix=/usr libprefix=/usr sysconfprefix=
-
-%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT
-chmod go= $RPM_BUILD_ROOT
-
-mkdir -p $RPM_BUILD_ROOT/{etc/rc.d/{init,rc{0,1,2,3,4,5,6}}.d,lib,sbin}
-make prefix=$RPM_BUILD_ROOT/usr libprefix=$RPM_BUILD_ROOT/usr \
-       sysconfprefix=$RPM_BUILD_ROOT install
-
-rm -f $RPM_BUILD_ROOT%{_libdir}/libdnet.so
-rm -f $RPM_BUILD_ROOT%{_libdir}/libdnet.so.%{dnet_major}
-mv -f $RPM_BUILD_ROOT%{_libdir}/libdnet.so.%{dnet_version} \
-       $RPM_BUILD_ROOT/lib/libdnet.so.%{dnet_version}
-ln -s libdnet.so.%{dnet_version} \
-       $RPM_BUILD_ROOT/lib/libdnet.so.%{dnet_major}
-ln -s ../../lib/libdnet.so.%{dnet_major} \
-       $RPM_BUILD_ROOT%{_libdir}/libdnet.so
-
-mv -f $RPM_BUILD_ROOT%{_sbindir}/startnet $RPM_BUILD_ROOT/sbin/startnet
-
-touch $RPM_BUILD_ROOT/etc/decnet.proxy
-
-install -m 755 scripts/decnet.sh $RPM_BUILD_ROOT/etc/rc.d/init.d/decnet
-ln -fs ../init.d/decnet $RPM_BUILD_ROOT/etc/rc.d/rc0.d/K90decnet
-ln -fs ../init.d/decnet $RPM_BUILD_ROOT/etc/rc.d/rc1.d/K90decnet
-ln -fs ../init.d/decnet $RPM_BUILD_ROOT/etc/rc.d/rc2.d/K90decnet
-ln -fs ../init.d/decnet $RPM_BUILD_ROOT/etc/rc.d/rc3.d/K90decnet
-ln -fs ../init.d/decnet $RPM_BUILD_ROOT/etc/rc.d/rc4.d/K90decnet
-ln -fs ../init.d/decnet $RPM_BUILD_ROOT/etc/rc.d/rc5.d/K90decnet
-ln -fs ../init.d/decnet $RPM_BUILD_ROOT/etc/rc.d/rc6.d/K90decnet
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post 
-/sbin/chkconfig --add decnet
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
-if [ $1 = 0 ]; then
-    /sbin/chkconfig --del decnet
-fi
-
-%files
-%defattr(644,root,root,755)
-%doc Documentation/* README NEWS dnprogs.lsm
-
-%config(noreplace) /etc/decnet.conf
-%config(noreplace) %verify(not md5 mtime size) /etc/decnet.proxy
-
-%attr(755,root,root) %config /etc/rc.d/init.d/decnet
-%attr(-,root,root) %config(missingok) /etc/rc.d/rc0.d/K90decnet
-%attr(-,root,root) %config(missingok) /etc/rc.d/rc1.d/K90decnet
-%attr(-,root,root) %config(missingok) /etc/rc.d/rc2.d/K90decnet
-%attr(-,root,root) %config(missingok) /etc/rc.d/rc3.d/K90decnet
-%attr(-,root,root) %config(missingok) /etc/rc.d/rc4.d/K90decnet
-%attr(-,root,root) %config(missingok) /etc/rc.d/rc5.d/K90decnet
-%attr(-,root,root) %config(missingok) /etc/rc.d/rc6.d/K90decnet
-
-%attr(-,root,root) /lib/libdnet.so.%{dnet_major}
-%attr(755,root,root) /lib/libdnet.so.%{dnet_version}
-
-%attr(755,root,root) /sbin/startnet
-
-%attr(755,root,root) %{_bindir}/dncopy
-%attr(755,root,root) %{_bindir}/dndel
-%attr(755,root,root) %{_bindir}/dndir
-%attr(755,root,root) %{_bindir}/dnping
-%attr(-,root,root) %{_bindir}/dnprint
-%attr(755,root,root) %{_bindir}/dnsubmit
-%attr(755,root,root) %{_bindir}/dntask
-%attr(-,root,root) %{_bindir}/dntype
-%attr(755,root,root) %{_bindir}/phone
-%attr(755,root,root) %{_bindir}/sethost
-
-%{_includedir}/netdnet
-
-%{_libdir}/libdnet.a
-%attr(-,root,root) %{_libdir}/libdnet.so
-%{_libdir}/libdap.a
-%attr(-,root,root) %{_libdir}/libdap.so
-%attr(-,root,root) %{_libdir}/libdap.so.%{dap_major}
-%attr(755,root,root) %{_libdir}/libdap.so.%{dap_version}
-
-%{_mandir}/man1/ctermd.1
-%{_mandir}/man1/dncopy.1
-%{_mandir}/man1/dndel.1
-%{_mandir}/man1/dndir.1
-%{_mandir}/man1/dnmirror.1
-#%{_mandir}/man1/dnmount.1
-%{_mandir}/man1/dnping.1
-%attr(-,root,root) %{_mandir}/man1/dnprint.1
-%{_mandir}/man1/dnsubmit.1
-%{_mandir}/man1/dntask.1
-%attr(-,root,root) %{_mandir}/man1/dntype.1
-%{_mandir}/man1/phone.1
-%{_mandir}/man1/sethost.1
-%{_mandir}/man1/startnet.1
-
-%{_mandir}/man3/dnet_addr.3
-%{_mandir}/man3/dnet_conn.3
-%{_mandir}/man3/dnet_htoa.3
-%{_mandir}/man3/dnet_ntoa.3
-%{_mandir}/man3/getnodeadd.3
-%{_mandir}/man3/getnodebyaddr.3
-%{_mandir}/man3/getnodebyname.3
-%{_mandir}/man3/libdnet.3
-%{_mandir}/man3/setnodeent.3
-
-%{_mandir}/man5/decnet.conf.5
-%{_mandir}/man5/decnet.proxy.5
-
-%{_mandir}/man8/fal.8
-%{_mandir}/man8/phoned.8
-
-%attr(755,root,root) %{_sbindir}/ctermd
-%attr(755,root,root) %{_sbindir}/dnmirror
-%attr(755,root,root) %{_sbindir}/fal
-%attr(755,root,root) %{_sbindir}/phoned
-%attr(755,root,root) %{_sbindir}/sendvmsmail
-%attr(755,root,root) %{_sbindir}/vmsmaild
This page took 0.123019 seconds and 4 git commands to generate.