Hello community, here is the log from the commit of package rcs for openSUSE:Factory checked in at 2016-01-13 22:46:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rcs (Old) and /work/SRC/openSUSE:Factory/.rcs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rcs" Changes: -------- --- /work/SRC/openSUSE:Factory/rcs/rcs.changes 2015-06-23 11:58:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rcs.new/rcs.changes 2016-01-13 22:46:14.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Jan 13 09:01:44 UTC 2016 - [email protected] + +- Use %configure and %make_install macros +- Clean up with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rcs.spec ++++++ --- /var/tmp/diff_new_pack.T57qcR/_old 2016-01-13 22:46:15.000000000 +0100 +++ /var/tmp/diff_new_pack.T57qcR/_new 2016-01-13 22:46:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rcs # -# 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 @@ -43,7 +43,7 @@ %build ac_cv_path_SENDMAIL=%{_sbindir}/sendmail \ - ./configure --prefix=/usr --with-diff-utils +%configure --with-diff-utils make %{?_smp_mflags} CFLAGS="%{optflags} -std=gnu99" %check @@ -51,7 +51,7 @@ #make %{?_smp_mflags} check %install -make prefix=%{buildroot}/usr install man1dir=%{buildroot}%{_mandir}/man1 man5dir=%{buildroot}%{_mandir}/man5 +%make_install mkdir -p %{buildroot}%{_defaultdocdir}/rcs %post @@ -65,7 +65,7 @@ %{_defaultdocdir}/rcs %{_bindir}/* %doc AUTHORS README NEWS THANKS ChangeLog COPYING -%doc %{_mandir}/man?/*.gz -%doc %{_infodir}/*.* +%{_mandir}/man?/*.gz +%{_infodir}/*.* %changelog
