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
|
Name: libwpg
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -67,19 +69,21 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog COPYING.LGPL COPYING.MPL
|
%doc AUTHORS ChangeLog COPYING.LGPL COPYING.MPL
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc docs/doxygen/html
|
%doc docs/doxygen/html
|
||||||
%{_includedir}/*
|
%{_includedir}/%{name}-%{apiversion}
|
||||||
%{_libdir}/*.so
|
%{_libdir}/%{name}-%{apiversion}.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||||
|
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%doc COPYING.LGPL COPYING.MPL
|
%doc COPYING.LGPL COPYING.MPL
|
||||||
%{_bindir}/*
|
%{_bindir}/wpg2raw
|
||||||
|
%{_bindir}/wpg2svg
|
||||||
|
%{_bindir}/wpg2svgbatch.pl
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user