Hello community,

here is the log from the commit of package xar for openSUSE:Factory checked in 
at 2016-02-01 19:56:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xar (Old)
 and      /work/SRC/openSUSE:Factory/.xar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xar/xar.changes  2015-04-13 20:30:20.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.xar.new/xar.changes     2016-02-01 
19:57:20.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 31 10:00:18 UTC 2016 - mplus...@suse.com
+
+- Tiny spec file cleanups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xar.spec ++++++
--- /var/tmp/diff_new_pack.ihQZjt/_old  2016-02-01 19:57:21.000000000 +0100
+++ /var/tmp/diff_new_pack.ihQZjt/_new  2016-02-01 19:57:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xar
 #
-# 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
@@ -26,13 +26,13 @@
 Url:            http://mackyle.github.com/xar
 Source:         
https://github.com/mackyle/xar/archive/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libbz2-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  zlib-devel
-Requires:       libxar%{soname} = %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -78,27 +78,28 @@
 %setup -q -n %{name}-%{name}-%{version}
 
 %build
-cd xar
-NOCONFIGURE=1 ./autogen.sh
+pushd xar
+./autogen.sh --noconfigure
 %configure
 make %{?_smp_mflags}
+popd
 
 %install
-cd xar
+pushd xar
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # do not ship these
 rm %{buildroot}%{_libdir}/libxar.a
 rm %{buildroot}%{_libdir}/libxar.la
+popd
 
 %post -n libxar%{soname} -p /sbin/ldconfig
-
 %postun -n libxar%{soname} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc xar/ChangeLog xar/LICENSE xar/NEWS
 %{_bindir}/xar
-%{_mandir}/man1/xar.1*
+%{_mandir}/man1/xar.1%{ext_man}
 
 %files -n libxar%{soname}
 %defattr(-,root,root)


Reply via email to