- cosmetics, tighten %files
This commit is contained in:
parent
20b6df4104
commit
1f76b8591e
18
taglib.spec
18
taglib.spec
@ -115,7 +115,7 @@ rm -f %{buildroot}%{_libdir}/lib*.la
|
||||
rm -fr %{apidocdir} ; mkdir %{apidocdir}
|
||||
cp -a doc/html doc/*.png %{apidocdir}
|
||||
ln -s html/index.html %{apidocdir}
|
||||
find %{apidocdir} -name '*.md5' | xargs rm
|
||||
find %{apidocdir} -name '*.md5' | xargs rm -fv
|
||||
%endif
|
||||
|
||||
|
||||
@ -139,15 +139,18 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING.LGPL NEWS
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_libdir}/libtag.so.1*
|
||||
%{_libdir}/libtag_c.so.0*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc examples
|
||||
%{_bindir}/*-config
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_bindir}/taglib-config
|
||||
%{_includedir}/taglib/
|
||||
%{_libdir}/libtag.so
|
||||
%{_libdir}/libtag_c.so
|
||||
%{_libdir}/pkgconfig/taglib.pc
|
||||
%{_libdir}/pkgconfig/taglib_c.pc
|
||||
|
||||
%if %{with doc}
|
||||
%files doc
|
||||
@ -157,6 +160,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.6.2-3
|
||||
- cosmetics, tighten %%files
|
||||
|
||||
* Mon Apr 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.6.2-2
|
||||
- fix version in taglib-config, taglib.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user