Hello community,

here is the log from the commit of package idutils for openSUSE:Factory checked 
in at 2015-04-05 02:04:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/idutils (Old)
 and      /work/SRC/openSUSE:Factory/.idutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "idutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/idutils/idutils.changes  2015-03-03 
11:15:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.idutils.new/idutils.changes     2015-04-05 
02:04:27.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr  2 17:51:04 UTC 2015 - [email protected]
+
+- Add gpg signature
+- Update dependencies
+
+-------------------------------------------------------------------

New:
----
  idutils-4.6.tar.xz.sig
  idutils.keyring

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

Other differences:
------------------
++++++ idutils.spec ++++++
--- /var/tmp/diff_new_pack.sivRAA/_old  2015-04-05 02:04:28.000000000 +0200
+++ /var/tmp/diff_new_pack.sivRAA/_new  2015-04-05 02:04:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package idutils
 #
-# Copyright (c) 2015 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,20 +17,23 @@
 
 
 Name:           idutils
+Version:        4.6
+Release:        0
 Summary:        Language-Independent Identifier Database Tool
 License:        GPL-2.0+
 Group:          Productivity/Text/Utilities
-Version:        4.6
-Release:        0
 Url:            http://www.gnu.org/software/idutils/
-Source:         ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz
+Source1:        ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz.sig
+Source2:        %{name}.keyring
 BuildRequires:  emacs-nox
-PreReq:         %{install_info_prereq}
+BuildRequires:  xz
+Requires(preun): %{install_info_prereq}
+Requires(post): %{install_info_prereq}
+Recommends:     %{name}-lang
 Provides:       id-utils
 Obsoletes:      id-utils
-Obsoletes:      id_utils
-Recommends:     %{name}-lang
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Mkid is a simple, fast, high-capacity, and language-independent
@@ -43,7 +46,7 @@
 %lang_package
 
 %prep
-%setup
+%setup -q
 
 %build
 %configure
@@ -52,13 +55,13 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/var/lib/idutils
-mv $RPM_BUILD_ROOT%{_prefix}/share/id-lang.map $RPM_BUILD_ROOT/var/lib/idutils
-ln -s ../../var/lib/idutils/id-lang.map 
$RPM_BUILD_ROOT%{_prefix}/share/id-lang.map
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+install -d %{buildroot}%{_localstatedir}/lib/idutils
+mv %{buildroot}%{_datadir}/id-lang.map 
%{buildroot}%{_localstatedir}/lib/idutils
+ln -s ../..%{_localstatedir}/lib/idutils/id-lang.map 
%{buildroot}%{_datadir}/id-lang.map
 # Conflict with libuser
 rm -f %{buildroot}%{_mandir}/man1/lid.1
-%find_lang %name
+%find_lang %{name}
 
 %post
 if test -f %{_infodir}/id-utils.info.gz; then
@@ -68,14 +71,14 @@
 fi
 %install_info --info-dir=%{_infodir} %{_infodir}/idutils.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/idutils.info.gz
 
 %files
 %defattr(-,root,root)
 %doc ABOUT-NLS AUTHORS COPYING NEWS README THANKS TODO
-%config /var/lib/idutils/id-lang.map
-%dir /var/lib/idutils
+%config %{_localstatedir}/lib/idutils/id-lang.map
+%dir %{_localstatedir}/lib/idutils
 %{_datadir}/id-lang.map
 %{_datadir}/emacs/site-lisp/idutils.el
 %{_datadir}/emacs/site-lisp/idutils.elc
@@ -84,5 +87,6 @@
 %{_infodir}/idutils.info*
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog


Reply via email to