Hello community,

here is the log from the commit of package rdate for openSUSE:Factory checked 
in at 2016-02-01 19:56:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-05-29 
10:42:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rdate.new/rdate.changes 2016-02-01 
19:57:04.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan 30 15:01:42 UTC 2016 - [email protected]
+
+- Tiny spec file cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rdate.spec ++++++
--- /var/tmp/diff_new_pack.D0QK8l/_old  2016-02-01 19:57:05.000000000 +0100
+++ /var/tmp/diff_new_pack.D0QK8l/_new  2016-02-01 19:57:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rdate
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -38,15 +38,12 @@
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-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
+install -D -m 0755 rdate    %{buildroot}%{_bindir}/rdate
+install -D -m 0644 rdate.1  %{buildroot}%{_mandir}/man1/rdate.1
 
 %files
 %defattr(-,root,root)
-%attr(0755,root,root) %{_bindir}/rdate
-%attr(0644,root,root) %{_mandir}/man1/rdate.1.gz
+%{_bindir}/rdate
+%{_mandir}/man1/rdate.1%{ext_man}
 
 %changelog


Reply via email to