[packages/htmlcxx] Use verbose files

glen glen at pld-linux.org
Wed Apr 7 13:27:55 CEST 2021


commit be731d6b146a09bd77c662d679971403c7d6d7e0
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Wed Apr 7 14:26:28 2021 +0300

    Use verbose files
    
    Ths ensures:
    1. files don't go missing without being noticed
    2. not packaging bogus entries or paths owned by other packages without being noticed

 htmlcxx.spec | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/htmlcxx.spec b/htmlcxx.spec
index da21d46..391c939 100644
--- a/htmlcxx.spec
+++ b/htmlcxx.spec
@@ -92,20 +92,26 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README COPYING LGPL_V2 ASF-2.0
 %attr(755,root,root) %{_bindir}/htmlcxx
-%{_datadir}/htmlcxx
+%attr(755,root,root) %{_libdir}/libcss_parser.so.*.*.*
+%attr(755,root,root) %{_libdir}/libcss_parser_pp.so.*.*.*
+%attr(755,root,root) %{_libdir}/libhtmlcxx.so.*.*.*
 %ghost %{_libdir}/libcss_parser.so.0
 %ghost %{_libdir}/libcss_parser_pp.so.0
 %ghost %{_libdir}/libhtmlcxx.so.3
-%{_libdir}/*.so.*.*
+%{_datadir}/htmlcxx
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/*
-%{_libdir}/*.so
-%{_pkgconfigdir}/%{name}.pc
+%{_includedir}/htmlcxx
+%{_libdir}/libcss_parser.so
+%{_libdir}/libcss_parser_pp.so
+%{_libdir}/libhtmlcxx.so
+%{_pkgconfigdir}/htmlcxx.pc
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libcss_parser.a
+%{_libdir}/libcss_parser_pp.a
+%{_libdir}/libhtmlcxx.a
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/htmlcxx.git/commitdiff/be731d6b146a09bd77c662d679971403c7d6d7e0



More information about the pld-cvs-commit mailing list