Hello community,

here is the log from the commit of package xdelta for openSUSE:Factory checked 
in at 2015-02-16 15:01:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdelta (Old)
 and      /work/SRC/openSUSE:Factory/.xdelta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdelta"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdelta/xdelta.changes    2013-03-05 
13:33:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xdelta.new/xdelta.changes       2015-02-16 
17:49:47.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb  7 06:59:46 UTC 2015 - co...@suse.com
+
+- remove install-info calls for not existant info page
+- ran spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xdelta.spec ++++++
--- /var/tmp/diff_new_pack.HTj9hS/_old  2015-02-16 17:49:48.000000000 +0100
+++ /var/tmp/diff_new_pack.HTj9hS/_new  2015-02-16 17:49:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdelta
 #
-# 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,28 +17,27 @@
 
 
 Name:           xdelta
-BuildRequires:  coreutils
-BuildRequires:  glib2-devel
-BuildRequires:  glibc-devel
-BuildRequires:  libtool
-BuildRequires:  zlib-devel
 Version:        1.1.4
 Release:        0
 Summary:        Binary delta generator and RCS replacement library
 License:        GPL-2.0+
 Group:          Productivity/Archiving/Backup
+Url:            http://xdelta.org/
 Source:         %{name}-%{version}.tar.bz2
-Patch:          %{name}-%{version}.patch
+Source1:        xdeltadir.pl
+Source2:        xdeltadir.1.gz
+Patch0:         %{name}-%{version}.patch
 Patch2:         %{name}-%{version}-autoconf.patch
 Patch3:         %{name}-%{version}-aliasing.patch
 Patch4:         %{name}-%{version}-glib2.patch
 Patch5:         %{name}-%{version}-large-files.patch
 Patch6:         %{name}-%{version}-automake-1.13.patch
-Source1:        xdeltadir.pl
-Source2:        xdeltadir.1.gz
-Url:            http://xdelta.org/
+BuildRequires:  coreutils
+BuildRequires:  glib2-devel
+BuildRequires:  glibc-devel
+BuildRequires:  libtool
+BuildRequires:  zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-PreReq:         %install_info_prereq
 
 %description
 Xdelta is a binary delta generator and RCS replacement library. The
@@ -59,7 +58,7 @@
 %prep
 %setup -q
 chmod -x AUTHORS COPYING INSTALL Makefile.am NEWS README *.c *.h *.in xd* */*
-%patch
+%patch0
 %patch2
 %patch3
 %patch4
@@ -67,31 +66,20 @@
 %patch6 -p1
 
 %build
-%{?suse_update_config:%{suse_update_config -f}}
-libtoolize -f
-aclocal
-autoconf
-automake -a
-export CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+autoreconf -fi
+export CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 %configure --disable-static
-make
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
-install -m 755 %{S:1} $RPM_BUILD_ROOT%{_bindir}/xdeltadir
-install -m 644 %{S:2} $RPM_BUILD_ROOT%{_mandir}/man1/
+install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/xdeltadir
+install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
 
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-/sbin/ldconfig
-
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %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