Hello community,

here is the log from the commit of package xar for openSUSE:Factory checked in 
at 2016-07-24 19:53:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-02-01 19:57:20.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.xar.new/xar.changes     2016-07-24 
19:53:52.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Jul 22 17:43:18 UTC 2016 - jeng...@inai.de
+
+- Disable static build from the get-go if its files get removed
+  anyway
+
+-------------------------------------------------------------------
+Fri Jul 22 17:28:49 UTC 2016 - mplus...@suse.com
+
+- Disable support for ext2 - gh#mackyle/xar#10
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xar.spec ++++++
--- /var/tmp/diff_new_pack.EzWSKb/_old  2016-07-24 19:53:54.000000000 +0200
+++ /var/tmp/diff_new_pack.EzWSKb/_new  2016-07-24 19:53:54.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define soname 1
+%define sover 1
 Name:           xar
 Version:        1.6.1
 Release:        0
@@ -27,7 +27,6 @@
 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
@@ -45,11 +44,11 @@
 files in both compressed and uncompressed form, and the ability to query the
 table of content's rich meta-data.
 
-%package -n libxar%{soname}
+%package -n libxar%{sover}
 Summary:        Extensive Archive Format Library
 Group:          Development/Libraries/C and C++
 
-%description -n libxar%{soname}
+%description -n libxar%{sover}
 The XAR project aims to provide an easily extensible archive format. Important
 design decisions include an easily extensible XML table of contents for random
 access to archived files, storing the toc at the beginning of the archive to
@@ -62,7 +61,7 @@
 %package -n libxar-devel
 Summary:        Extensive Archive Format Library
 Group:          Development/Libraries/C and C++
-Requires:       libxar%{soname} = %{version}-%{release}
+Requires:       libxar%{sover} = %{version}
 
 %description -n libxar-devel
 The XAR project aims to provide an easily extensible archive format. Important
@@ -80,20 +79,18 @@
 %build
 pushd xar
 ./autogen.sh --noconfigure
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 popd
 
 %install
 pushd xar
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-# do not ship these
-rm %{buildroot}%{_libdir}/libxar.a
-rm %{buildroot}%{_libdir}/libxar.la
+%make_install
 popd
+find %{buildroot} -type f -name '*.la' -delete -print
 
-%post -n libxar%{soname} -p /sbin/ldconfig
-%postun -n libxar%{soname} -p /sbin/ldconfig
+%post -n libxar%{sover} -p /sbin/ldconfig
+%postun -n libxar%{sover} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -101,10 +98,10 @@
 %{_bindir}/xar
 %{_mandir}/man1/xar.1%{ext_man}
 
-%files -n libxar%{soname}
+%files -n libxar%{sover}
 %defattr(-,root,root)
 %doc xar/ChangeLog xar/LICENSE xar/NEWS
-%{_libdir}/libxar.so.%{soname}
+%{_libdir}/libxar.so.%{sover}
 
 %files -n libxar-devel
 %defattr(-,root,root)


Reply via email to