Hello community,

here is the log from the commit of package m4 for openSUSE:Factory checked in 
at 2015-03-16 06:51:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/m4 (Old)
 and      /work/SRC/openSUSE:Factory/.m4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "m4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/m4/m4.changes    2014-07-25 09:08:48.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.m4.new/m4.changes       2015-03-16 
06:51:40.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar  2 20:37:45 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Add prerequires for info pages
+
+-------------------------------------------------------------------

New:
----
  m4-1.4.17.tar.bz2.sig
  m4.keyring

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

Other differences:
------------------
++++++ m4.spec ++++++
--- /var/tmp/diff_new_pack.Ifneqa/_old  2015-03-16 06:51:41.000000000 +0100
+++ /var/tmp/diff_new_pack.Ifneqa/_new  2015-03-16 06:51:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package m4
 #
-# Copyright (c) 2013 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
@@ -17,15 +17,17 @@
 
 
 Name:           m4
-Provides:       base:/usr/bin/m4
-PreReq:         %{install_info_prereq}
 Version:        1.4.17
 Release:        0
 Summary:        GNU m4
 License:        GPL-3.0+
 Group:          Development/Languages/Other
 Url:            http://www.gnu.org/software/m4/
-Source:         http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
+Source0:        http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
+Source1:        http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2.sig
+Source2:        %{name}.keyring
+Requires(pre):  %{install_info_prereq}
+Provides:       base:%{_bindir}/m4
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,16 +45,16 @@
 make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} check || true
+make %{?_smp_mflags} check  || :
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/m4.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/m4.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files
 %defattr(-,root,root)

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

Reply via email to