From ad972b7b368e36f7506673472d8993d27822dc78818d25c835aacb002cc17809 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 10 Dec 2013 16:54:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=30 --- libarchive.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libarchive.spec b/libarchive.spec index 39e5bff..89c3b01 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -149,12 +149,12 @@ and 6. This package contains the development files. %if %{with static_libs} -%package static +%package static-devel Requires: %{name}-devel = %{version} Summary: static library for libarchive Group: Development/Libraries/C and C++ -%description static +%description static-devel static library for libarchive %endif @@ -207,7 +207,7 @@ sed -i -e '/Libs.private/d' %{buildroot}%{_libdir}/pkgconfig/libarchive.pc %{_libdir}/pkgconfig/libarchive.pc %if %{with static_libs} -%files static +%files static-devel %defattr(-,root,root) %{_libdir}/%{name}.a %endif