Author: hunter Date: Sun Jul 10 16:38:42 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - proper md5,licence
---- Files affected: SPECS: rp-l2tp.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/rp-l2tp.spec diff -u SPECS/rp-l2tp.spec:1.1 SPECS/rp-l2tp.spec:1.2 --- SPECS/rp-l2tp.spec:1.1 Sat Jul 9 23:52:59 2005 +++ SPECS/rp-l2tp.spec Sun Jul 10 18:38:36 2005 @@ -1,34 +1,22 @@ # $Revision$, $Date$ # -Summary: Layer two tunelling protocol daemon -Summary(pl): Demon tunelujący protokoły warstwy drugiej +Summary: Layer two tunelling protocol daemon +Summary(pl): Demon tunelujący protokoły warstwy drugiej Name: rp-l2tp Version: 0.4 Release: 0.1 -License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here) -#Vendor: - -Group: Networking/Daemons -Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz -URL: - +License: GPL v2 +Group: Networking/Daemons +Source0: http://dl.sourceforge.net/rp-l2tp/%{name}-%{version}.tar.gz +# Source0-md5: 0e45d11cb4fa6c56cce6b1d119733ed9 +URL: http://sourceforge.net/projects/rp-l2tp BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool -#BuildRequires: - -#PreReq: - -#Requires(pre,post): - -#Requires(preun): - -#Requires(postun): - Requires: ppp -#Provides: - Obsoletes: l2tpd -#Conflicts: - -#BuildArch: noarch -#ExclusiveArch: %{ix86} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -License: GPL -Source0: http://www.l2tpd.org/downloads/%{name}-%{version}.tar.gz - %description A Layer 2 Tunneling Protocol VPN daemon for Linux and other POSIX-bases OSs. @@ -43,8 +31,8 @@ %build # if ac/am/* rebuilding is necessary, do it in this order and add # appropriate BuildRequires -#%%{__gettextize} -#%{__libtoolize} +%{__gettextize} +%{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} @@ -61,6 +49,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install l2tp.conf %{_sysconfdir}/l2tp.conf + %clean rm -rf $RPM_BUILD_ROOT @@ -78,8 +68,6 @@ %defattr(644,root,root,755) %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO -# if _sysconfdir != /etc: -#%%dir %{_sysconfdir} %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* %attr(755,root,root) %{_bindir}/* @@ -90,17 +78,15 @@ %attr(754,root,root) /etc/rc.d/init.d/%{name} %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} -%files subpackage -%defattr(644,root,root,755) -%doc extras/*.gz -%{_datadir}/%{name}-ext - %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +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.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
