Hello community,

here is the log from the commit of package rdate for openSUSE:Factory checked 
in at 2015-05-29 10:42:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rdate (Old)
 and      /work/SRC/openSUSE:Factory/.rdate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rdate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rdate/rdate.changes      2011-09-23 
12:44:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rdate.new/rdate.changes 2015-05-29 
10:42:43.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 27 18:56:54 UTC 2015 - [email protected]
+
+- Do not use url for source as no mirror is available
+- Use wikipedia article about rdate as url
+- Cleanup spec-file with spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rdate.spec ++++++
--- /var/tmp/diff_new_pack.YD1Ae8/_old  2015-05-29 10:42:43.000000000 +0200
+++ /var/tmp/diff_new_pack.YD1Ae8/_new  2015-05-29 10:42:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rdate (Version 1.4)
+# spec file for package rdate
 #
-# Copyright (c) 2009 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,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rdate
-Summary:        rdate retrieves the time from an RFC 868 server
 Version:        1.4
-Release:        117
+Release:        0
+Summary:        Tool to retrieve the time from an RFC 868 server
 License:        GPL-2.0+
 Group:          Productivity/Networking/Other
-Source:         ftp://people.redhat.com/sopwith/rdate-%{version}.tar.gz
+Url:            http://en.wikipedia.org/wiki/Rdate
+Source:         rdate-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -32,28 +31,18 @@
 It is a simple, significantly less complex (and less functional)
 replacement for NTP.
 
-
-
-Authors:
---------
-    Elliot Lee <[email protected]>
-
 %prep
 %setup -q
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-rm -rf ${RPM_BUILD_ROOT}
-mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
-mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
-cp rdate ${RPM_BUILD_ROOT}%{_bindir}
-cp rdate.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
-gzip -9 ${RPM_BUILD_ROOT}%{_mandir}/man1/rdate.1
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_mandir}/man1
+cp rdate %{buildroot}%{_bindir}
+cp rdate.1 %{buildroot}%{_mandir}/man1
+gzip -9 %{buildroot}%{_mandir}/man1/rdate.1
 
 %files
 %defattr(-,root,root)


Reply via email to