[libHX] * Sat Aug 07 2010 Till Maas <opensource at till.name> - 3.4-2 - Use less globbing in %files to detect c

Till Maas till at fedoraproject.org
Sat Aug 7 11:46:14 UTC 2010


commit afd51e374dff8a819f3ada5570be08d5ff153f05
Author: Till Maas <opensource at till.name>
Date:   Sat Aug 7 13:46:10 2010 +0200

    * Sat Aug 07 2010 Till Maas <opensource at till.name> - 3.4-2
    - Use less globbing in %files to detect changes

 libHX.spec |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/libHX.spec b/libHX.spec
index 61b4164..5d16c48 100644
--- a/libHX.spec
+++ b/libHX.spec
@@ -1,6 +1,6 @@
 Name:           libHX
 Version:        3.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        General-purpose library for typical low-level operations
 
 Group:          System Environment/Libraries
@@ -78,18 +78,36 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.LGPL2 LICENSE.LGPL3 LICENSE.GPL3
-/%{_lib}/*.so.*
+/%{_lib}/libHX.so.22
+/%{_lib}/libHX.so.22.3.0
 
 
 %files devel
 %defattr(-,root,root,-)
 %doc doc/* README.txt
 %{_includedir}/*
-%{_libdir}/*.so
+%{_includedir}/libHX.h
+%dir %{_includedir}/libHX
+%{_includedir}/libHX/ctype_helper.h
+%{_includedir}/libHX/defs.h
+%{_includedir}/libHX/deque.h
+%{_includedir}/libHX/init.h
+%{_includedir}/libHX/libxml_helper.h
+%{_includedir}/libHX/list.h
+%{_includedir}/libHX/map.h
+%{_includedir}/libHX/misc.h
+%{_includedir}/libHX/option.h
+%{_includedir}/libHX/proc.h
+%{_includedir}/libHX/string.h
+%{_includedir}/libHX/wx_helper.hpp
+%{_libdir}/libHX.so
 %{_libdir}/pkgconfig/libHX.pc
 
 
 %changelog
+* Sat Aug 07 2010 Till Maas <opensource at till.name> - 3.4-2
+- Use less globbing in %%files to detect changes
+
 * Sun May 16 2010 Till Maas <opensource at till.name> - 3.4-1
 - Update to new release
 


More information about the scm-commits mailing list