SPECS: rp-l2tp.spec - partial cleanup

qboosh qboosh at pld-linux.org
Tue Jul 12 23:26:28 CEST 2005


Author: qboosh                       Date: Tue Jul 12 21:26:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- partial cleanup

---- Files affected:
SPECS:
   rp-l2tp.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/rp-l2tp.spec
diff -u SPECS/rp-l2tp.spec:1.2 SPECS/rp-l2tp.spec:1.3
--- SPECS/rp-l2tp.spec:1.2	Sun Jul 10 18:38:36 2005
+++ SPECS/rp-l2tp.spec	Tue Jul 12 23:26:23 2005
@@ -1,5 +1,4 @@
 # $Revision$, $Date$
-#
 Summary:	Layer two tunelling protocol daemon
 Summary(pl):	Demon tunelujący protokoły warstwy drugiej
 Name:		rp-l2tp
@@ -9,9 +8,10 @@
 Group:		Networking/Daemons
 Source0:	http://dl.sourceforge.net/rp-l2tp/%{name}-%{version}.tar.gz
 # Source0-md5:	0e45d11cb4fa6c56cce6b1d119733ed9
-URL:		http://sourceforge.net/projects/rp-l2tp
+URL:		http://sourceforge.net/projects/rp-l2tp/
 BuildRequires:	autoconf
 BuildRequires:	automake
+BuildRequires:	gettext-devel
 BuildRequires:	libtool
 Requires:	ppp
 Obsoletes:	l2tpd
@@ -29,22 +29,17 @@
 %setup -q
 
 %build
-# if ac/am/* rebuilding is necessary, do it in this order and add
-# appropriate BuildRequires
 %{__gettextize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-#cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -54,27 +49,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%post
-#%post	-p /sbin/ldconfig
-
-%preun
-
-%postun
-#%postun	-p /sbin/ldconfig
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
-
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-
 %attr(755,root,root) %{_bindir}/*
-
 %{_datadir}/%{name}
-
-# initscript and its config
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 
@@ -84,9 +64,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/07/12 21:26:23  qboosh
+- partial cleanup
+
 Revision 1.2  2005/07/10 16:38:36  hunter
 - proper md5,licence
 
 Revision 1.1  2005/07/09 21:52:59  hunter
 - nyf
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rp-l2tp.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list