commit netdate for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package netdate for openSUSE:Factory checked 
in at 2019-11-06 14:35:20

Comparing /work/SRC/openSUSE:Factory/netdate (Old)
 and  /work/SRC/openSUSE:Factory/.netdate.new.2990 (New)


Package is "netdate"

Wed Nov  6 14:35:20 2019 rev:16 rq:745499 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/netdate/netdate.changes  2015-09-24 
06:15:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.netdate.new.2990/netdate.changes
2019-11-06 14:35:27.710630789 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 13:40:22 UTC 2019 - Martin Pluskal 
+
+- Use more modern macros for building
+- Do not rely on inaccessible source url anymore
+
+---



Other differences:
--
++ netdate.spec ++
--- /var/tmp/diff_new_pack.XyauLC/_old  2019-11-06 14:35:30.378633661 +0100
+++ /var/tmp/diff_new_pack.XyauLC/_new  2019-11-06 14:35:30.382633666 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netdate
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,12 +21,10 @@
 Release:0
 Summary:Set Date and Time by ARPA Internet RFC 868
 License:SUSE-Public-Domain
-Group:  Productivity/Networking/Other
-Url:ftp://ftp.code-monkey.de/pub/netdate/
-Source: ftp://ftp.code-monkey.de/pub/netdate/netdate-%{version}.tar.bz2
+URL:ftp://ftp.code-monkey.de/pub/netdate/
+Source: netdate-%{version}.tar.bz2
 Patch0: %{name}-%{version}.dif
 Provides:   nkitb:%{_sbindir}/netdate
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Netdate takes a list of names of Internet hosts as arguments, selects
@@ -44,17 +42,16 @@
 %patch0
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+%make_build
 
 %install
-install -d -m 755 %{buildroot}%{_prefix}/sbin
+install -d -m 755 %{buildroot}%{_sbindir}
 install -d -m 755 %{buildroot}%{_mandir}/man8
-make DESTDIR=%{buildroot} install
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc COPYRIGHT
-%{_mandir}/man?/*
+%license COPYRIGHT
 %{_sbindir}/netdate
+%{_mandir}/man8/netdate.8%{?ext_man}
 
 %changelog




commit netdate for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package netdate for openSUSE:Factory checked 
in at 2015-09-24 06:15:05

Comparing /work/SRC/openSUSE:Factory/netdate (Old)
 and  /work/SRC/openSUSE:Factory/.netdate.new (New)


Package is "netdate"

Changes:

--- /work/SRC/openSUSE:Factory/netdate/netdate.changes  2011-09-23 
02:14:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.netdate.new/netdate.changes 2015-09-24 
06:15:06.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 20 16:28:33 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-clener
+
+---



Other differences:
--
++ netdate.spec ++
--- /var/tmp/diff_new_pack.4xQeIz/_old  2015-09-24 06:15:07.0 +0200
+++ /var/tmp/diff_new_pack.4xQeIz/_new  2015-09-24 06:15:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package netdate (Version 1.2)
+# spec file for package netdate
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,20 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   netdate
-License:SUSE-Public-Domain
-Group:  Productivity/Networking/Other
-Provides:   nkitb:/usr/sbin/netdate
-AutoReqProv:on
 Version:1.2
-Release:713
+Release:0
 Summary:Set Date and Time by ARPA Internet RFC 868
-Url:
http://www.ibiblio.org/pub/linux/system/network/sunacm/Other/netdate/
-Source: %{name}-%{version}.tar.bz2
-Patch:  %{name}-%{version}.dif
+License:SUSE-Public-Domain
+Group:  Productivity/Networking/Other
+Url:ftp://ftp.code-monkey.de/pub/netdate/
+Source: ftp://ftp.code-monkey.de/pub/netdate/netdate-%{version}.tar.bz2
+Patch0: %{name}-%{version}.dif
+Provides:   nkitb:%{_sbindir}/netdate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,29 +39,22 @@
 times agree with each other within a certain limit. The first host in
 the largest group is picked as the best host.
 
-
-
 %prep
-%setup -n netdate
-%patch
+%setup -q
+%patch0
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-make
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT/usr/sbin
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man8
-make DESTDIR=$RPM_BUILD_ROOT/ install
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
+install -d -m 755 %{buildroot}%{_prefix}/sbin
+install -d -m 755 %{buildroot}%{_mandir}/man8
+make DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %doc COPYRIGHT
-%doc %{_mandir}/man?/*
-/usr/sbin/netdate
+%{_mandir}/man?/*
+%{_sbindir}/netdate
 
 %changelog

++ netdate-1.2.tar.bz2 ++




commit netdate for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package netdate for openSUSE:Factory checked 
in at 2011-12-06 18:31:43

Comparing /work/SRC/openSUSE:Factory/netdate (Old)
 and  /work/SRC/openSUSE:Factory/.netdate.new (New)


Package is netdate, Maintainer is pgaj...@suse.com

Changes:




Other differences:
--
++ netdate.spec ++
--- /var/tmp/diff_new_pack.SJsxq3/_old  2011-12-06 18:53:16.0 +0100
+++ /var/tmp/diff_new_pack.SJsxq3/_new  2011-12-06 18:53:16.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   netdate
-License:Public Domain, Freeware
+License:SUSE-Public-Domain
 Group:  Productivity/Networking/Other
 Provides:   nkitb:/usr/sbin/netdate
 AutoReqProv:on

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org