[elektra] 0.8.4-3

Rex Dieter rdieter at fedoraproject.org
Mon Jan 20 18:55:39 UTC 2014


commit 721b3078ce0c7d7194b2e0c433c09f6d64634cc4
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Jan 20 12:55:55 2014 -0600

    0.8.4-3
    
    - track soname,pkgconfig files closer, so changes aren't a surprise
    - -devel: own %_libdir/cmake

 elektra.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/elektra.spec b/elektra.spec
index 6265a39..7453295 100644
--- a/elektra.spec
+++ b/elektra.spec
@@ -1,6 +1,6 @@
 Name:           elektra
 Version:        0.8.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A key/value pair database to store software configurations
 License:        BSD
 URL:            http://www.libelektra.org/
@@ -118,7 +118,10 @@ mv %{buildroot}%{_libdir}/elektra/types.hpp %{buildroot}%{_includedir}/elektra/
 %doc doc/COPYING doc/README
 %{_bindir}/kdb*
 %{_libdir}/elektra
-%{_libdir}/libelektra*.so.*
+%{_libdir}/libelektra.so.4*
+%{_libdir}/libelektra.so.%{version}
+%{_libdir}/libelektra-full.so.4*
+%{_libdir}/libelektra-full.so.%{version}
 # Do not use (noreplace) for this config file.
 %config %{_sysconfdir}/profile.d/*.sh
 #%{_datadir}/sgml/elektra-%{version}/
@@ -126,13 +129,18 @@ mv %{buildroot}%{_libdir}/elektra/types.hpp %{buildroot}%{_includedir}/elektra/
 %files devel
 %doc doc/AUTHORS doc/CHANGES doc/DESIGN doc/SECURITY
 %doc external/ examples/
+%dir %{_libdir}/cmake
 %{_libdir}/cmake/FindElektra.cmake
 %{_includedir}/elektra/
 %{_libdir}/libelektra*.so
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/elektra.pc
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 20 2014 Rex Dieter <rdieter at fedoraproject.org> - 0.8.4-3
+- track soname,pkgconfig files closer, so changes aren't a surprise
+- -devel: own %%_libdir/cmake
+
 * Sun Jan 19 2014 Christopher Meng <rpm at cicku.me> - 0.8.4-2
 - Move C++ header to the correct path.
 - Remove futile manpages.


More information about the scm-commits mailing list