]> git.pld-linux.org Git - packages/elfutils.git/blobdiff - elfutils.spec
up to 0.188
[packages/elfutils.git] / elfutils.spec
index 11a14e1afbbe92eb37f6087a2bd83be61ef76a34..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
@@ -83,7 +85,8 @@ Requires:     %{name} = %{version}-%{release}
 Requires:      bzip2-devel
 Requires:      xz-devel
 Requires:      zlib-devel
-Obsoletes:     libelf-devel
+Obsoletes:     libelf-devel < 0.8.14
+Obsoletes:     libelf0-devel < 0.8.14
 
 %description devel
 The elfutils-devel package contains the development part of libraries
@@ -124,7 +127,7 @@ Summary:    Static libraries to handle compiled objects
 Summary(pl.UTF-8):     Statyczne biblioteki do obsługi skompilowanych obiektów
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
-Obsoletes:     libelf-static
+Obsoletes:     libelf-static < 0.8.14
 
 %description static
 The elfutils-static package contains the static libraries to create
@@ -143,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
@@ -244,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)
@@ -295,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*
@@ -305,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.040784 seconds and 4 git commands to generate.