[libspectre] - rebuild (ghostscript) - %files: track sonames (and friends) closer

Rex Dieter rdieter at fedoraproject.org
Sat Sep 25 13:57:48 UTC 2010


commit afb9deb4206c7ff4f079dfbbb453c5d4319db91e
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Sep 25 09:03:27 2010 -0500

    - rebuild (ghostscript)
    - %files: track sonames (and friends) closer

 libspectre.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/libspectre.spec b/libspectre.spec
index 28892e6..dc04b13 100644
--- a/libspectre.spec
+++ b/libspectre.spec
@@ -1,6 +1,6 @@
 Name:           libspectre
 Version:        0.2.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A library for rendering PostScript(TM) documents
 
 Group:          System Environment/Libraries
@@ -55,16 +55,20 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS NEWS README TODO
-%{_libdir}/*.so.*
+%{_libdir}/libspectre.so.1*
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/*
-%{_libdir}/*.so
+%{_includedir}/libspectre/
+%{_libdir}/libspectre.so
 %{_libdir}/pkgconfig/libspectre.pc
 
 
 %changelog
+* Sat Sep 25 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.2.6-2
+- rebuild (ghostscript)
+- %%files: track sonames (and friends) closer
+
 * Sat Jun 12 2010 Matthias Clasen <mclasen at redhat.com> - 0.2.6-1
 - Update to 0.2.6
 


More information about the scm-commits mailing list