]> git.pld-linux.org Git - packages/elfutils.git/blobdiff - elfutils.spec
up to 0.188
[packages/elfutils.git] / elfutils.spec
index 0ebaaa14c5e4834efb4392d4391c3a14c4e8ea83..12bea10e384f5a94419b38986ad7d11fb039642b 100644 (file)
@@ -1,3 +1,5 @@
+# TODO:
+# - package debuginfod.service
 #
 # Conditional build:
 %bcond_without debuginfod      # debuginfod server and client
@@ -6,12 +8,12 @@
 Summary:       A collection of utilities and DSOs to handle compiled objects
 Summary(pl.UTF-8):     Zestaw narzędzi i bibliotek do obsługi skompilowanych obiektów
 Name:          elfutils
-Version:       0.187
-Release:       2
+Version:       0.188
+Release:       1
 License:       GPL v2+ or LGPL v3+ (libraries), GPL v3+ (programs)
 Group:         Development/Tools
 Source0:       https://sourceware.org/elfutils/ftp/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: cc04f07b53a71616b22553c0a458cf4b
+# Source0-md5: efb25a91873b2eec4df9f31e6a4f4e5c
 Patch0:                %{name}-pl.po.patch
 Patch1:                %{name}-debian-manpages.patch
 Patch2:                %{name}-awk.patch
@@ -144,30 +146,39 @@ służących do odpluskwiania. libasm udostępnia programowalny interfejs
 asemblera.
 
 %package debuginfod
-Summary:       debuginfod library, server and client
-Summary(pl.UTF-8):     Biblioteka, serwer i klient debuginfod
+Summary:       debuginfod server and client
+Summary(pl.UTF-8):     Serwer i klient debuginfod
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
-%if %{with debuginfod}
-# for library
-Requires:      curl-libs >= 7.29.0
-# the rest for server
+Requires:      %{name}-debuginfod-libs = %{version}-%{release}
 Requires:      libarchive >= 3.1.2
 Requires:      libmicrohttpd >= 0.9.33
 Requires:      sqlite3 >= 3.7.17
-%endif
 
 %description debuginfod
-debuginfod library, server and client.
+debuginfod server and client.
 
 %description debuginfod -l pl.UTF-8
-Biblioteka, serwer i klient debuginfod.
+Serwer i klient debuginfod.
+
+%package debuginfod-libs
+Summary:       debuginfod library
+Summary(pl.UTF-8):     Biblioteka debuginfod
+Group:         Libraries
+Requires:      curl-libs >= 7.29.0
+Conflicts:     elfutils-debuginfod < 0.187-3
+
+%description debuginfod-libs
+debuginfod library.
+
+%description debuginfod-libs -l pl.UTF-8
+Biblioteka debuginfod.
 
 %package debuginfod-devel
 Summary:       Header file for debuginfod library
 Summary(pl.UTF-8):     Plik nagłówkowy biblioteki debuginfod
 Group:         Development/Libraries
-Requires:      %{name}-debuginfod = %{version}-%{release}
+Requires:      %{name}-debuginfod-libs = %{version}-%{release}
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description debuginfod-devel
@@ -245,8 +256,8 @@ rm -rf $RPM_BUILD_ROOT
 %post  libelf -p /sbin/ldconfig
 %postun        libelf -p /sbin/ldconfig
 
-%post  debuginfod -p /sbin/ldconfig
-%postun        debuginfod -p /sbin/ldconfig
+%post  debuginfod-libs -p /sbin/ldconfig
+%postun        debuginfod-libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -296,8 +307,6 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with debuginfod}
 %files debuginfod
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libdebuginfod-*.so
-%attr(755,root,root) %ghost %{_libdir}/libdebuginfod.so.1
 %attr(755,root,root) %{_bindir}/debuginfod
 %attr(755,root,root) %{_bindir}/debuginfod-find
 %{_mandir}/man1/debuginfod-find.1*
@@ -306,6 +315,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) /etc/profile.d/debuginfod.sh
 %attr(755,root,root) /etc/profile.d/debuginfod.csh
 
+%files debuginfod-libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libdebuginfod-*.so
+%attr(755,root,root) %ghost %{_libdir}/libdebuginfod.so.1
+
 %files debuginfod-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libdebuginfod.so
This page took 0.042275 seconds and 4 git commands to generate.