Hello community, here is the log from the commit of package pptp for openSUSE:Factory checked in at 2013-04-16 06:53:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pptp (Old) and /work/SRC/openSUSE:Factory/.pptp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pptp", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pptp/pptp.changes 2011-09-23 12:41:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pptp.new/pptp.changes 2013-04-16 06:53:57.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Apr 15 09:30:20 UTC 2013 - [email protected] + +- Cleanup spec file +- Add Source URL, https://en.opensuse.org/SourceUrls + +------------------------------------------------------------------- Old: ---- pptp-1.7.2.tar.bz2 New: ---- pptp-1.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pptp.spec ++++++ --- /var/tmp/diff_new_pack.wUdlhw/_old 2013-04-16 06:53:58.000000000 +0200 +++ /var/tmp/diff_new_pack.wUdlhw/_new 2013-04-16 06:53:58.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package pptp (Version 1.7.2) +# spec file for package pptp # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,22 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: pptp -Url: http://pptpclient.sourceforge.net/ -Summary: Point-to-Point Tunneling Protocol (PPTP) Client Version: 1.7.2 -Release: 24 -Source: %{name}-%{version}.tar.bz2 +Release: 0 +Summary: Point-to-Point Tunneling Protocol (PPTP) Client +License: GPL-2.0+ +Group: Productivity/Networking/Security +Url: http://pptpclient.sourceforge.net/ +Source: http://downloads.sourceforge.net/project/pptpclient/pptp/pptp-%{version}/%{name}-%{version}.tar.gz Source1: pptp-command Source2: options.pptp Source3: pptp_fe.pl Source4: xpptp_fe.pl Patch1: pptp-makefile.patch -License: GPL-2.0+ -Group: Productivity/Networking/Security BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -39,51 +37,34 @@ employers and some cable and ADSL service providers. It requires MPPE support in the kernel. Use the ppp-mppe package. - - -Authors: --------- - C. Scott Ananian <[email protected]> - - Christoph Lameter <[email protected]> - Gordon Chaffee <[email protected]> - mulix <[email protected]> - James Cameron <[email protected]> - Rein Klazes <[email protected]> - Thomas Quinot <[email protected]> - Rhialto <[email protected]> - Scott Venier <[email protected]> - Jeff Wiedemeier <[email protected]> - Yura Zotov <[email protected]> - %prep -%setup -q -n %{name}-%{version} +%setup -q %patch1 %build -make CFLAGS="$RPM_OPT_FLAGS" +make CFLAGS="%{optflags}" %install -make install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/etc/ppp -mkdir -p $RPM_BUILD_ROOT/etc/pptp.d -cp %{SOURCE1} $RPM_BUILD_ROOT/usr/sbin/pptp-command -cp %{SOURCE2} $RPM_BUILD_ROOT/etc/ppp +make install DESTDIR=%{buildroot} + +mkdir -p %{buildroot}%{_sysconfdir}/ppp +mkdir -p %{buildroot}%{_sysconfdir}/pptp.d + +cp %{SOURCE1} %{buildroot}%{_sbindir}/pptp-command +cp %{SOURCE2} %{buildroot}%{_sysconfdir}/ppp + find Documentation -name CVS | xargs rm -rf find Reference -name CVS | xargs rm -rf -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(0644,root,root,0755) -%doc AUTHORS COPYING INSTALL NEWS README TODO USING Documentation -%attr(0755,root,root) /usr/sbin/pptp -%attr(0755,root,root) /usr/sbin/pptpsetup +%doc AUTHORS COPYING NEWS README TODO USING Documentation +%attr(0755,root,root) %{_sbindir}/pptp +%attr(0755,root,root) %{_sbindir}/pptpsetup %attr(0444,root,root) %{_mandir}/man8/pptp.8.gz %attr(0444,root,root) %{_mandir}/man8/pptpsetup.8.gz -%attr(0755,root,root) /usr/sbin/pptp-command -%config %attr(0600,root,root) /etc/ppp/options.pptp -%attr(0755,root,root) /etc/pptp.d +%attr(0755,root,root) %{_sbindir}/pptp-command +%config %attr(0600,root,root) %{_sysconfdir}/ppp/options.pptp +%attr(0755,root,root) %{_sysconfdir}/pptp.d %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
