Hello community, here is the log from the commit of package attr for openSUSE:Factory checked in at 2018-10-11 11:36:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/attr (Old) and /work/SRC/openSUSE:Factory/.attr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "attr" Thu Oct 11 11:36:15 2018 rev:41 rq:639883 version:2.4.48 Changes: -------- --- /work/SRC/openSUSE:Factory/attr/attr.changes 2018-09-03 10:32:33.916277374 +0200 +++ /work/SRC/openSUSE:Factory/.attr.new/attr.changes 2018-10-11 11:36:20.791482963 +0200 @@ -1,0 +2,11 @@ +Tue Sep 11 09:50:05 UTC 2018 - [email protected] + +- update description for libattr-devel-static to make it less + boilerplate + +------------------------------------------------------------------- +Wed Sep 5 13:12:14 UTC 2018 - [email protected] + +- Add libattr-devel-static subpackage + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ attr.spec ++++++ --- /var/tmp/diff_new_pack.jQY6e0/_old 2018-10-11 11:36:21.223482405 +0200 +++ /var/tmp/diff_new_pack.jQY6e0/_new 2018-10-11 11:36:21.227482400 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -62,13 +62,23 @@ documented system call API is the recommended interface, but an SGI IRIX compatibility interface is also provided. +%package -n libattr-devel-static +Summary: Static libraries for libattr development +Group: Development/Libraries/C and C++ +Provides: libattr-devel:%{_libdir}/libattr.a +Requires: libattr-devel = %version + +%description -n libattr-devel-static +This package contains the static library of libattr which is needed for +staticallly linking to programs that make use of extended attributes. + %prep %setup -q %patch0 -p1 %build %configure \ - --disable-static \ + --enable-static \ --disable-silent-rules make %{?_smp_mflags} @@ -100,6 +110,10 @@ %{_libdir}/libattr.so %{_mandir}/man3/*.3%{?ext_man} +%files -n libattr-devel-static +%defattr(-,root,root) +%{_libdir}/libattr.a + %files -n %{lname} %license doc/COPYING* %{_libdir}/libattr.so.1*
