avoid wildcards in %files
This commit is contained in:
parent
3c368313f1
commit
7260cdc747
14
libwpg.spec
14
libwpg.spec
@ -1,3 +1,5 @@
|
||||
%global apiversion 0.2
|
||||
|
||||
Name: libwpg
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
@ -67,19 +69,21 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog COPYING.LGPL COPYING.MPL
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
|
||||
|
||||
%files devel
|
||||
%doc docs/doxygen/html
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
|
||||
|
||||
%files tools
|
||||
%doc COPYING.LGPL COPYING.MPL
|
||||
%{_bindir}/*
|
||||
%{_bindir}/wpg2raw
|
||||
%{_bindir}/wpg2svg
|
||||
%{_bindir}/wpg2svgbatch.pl
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user