%files: track abi/soname, so bumps aren't a surprise
This commit is contained in:
parent
0bff02e1f7
commit
c6b85ac04f
11
libmtp.spec
11
libmtp.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libmtp
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A software library for MTP media players
|
||||
URL: http://libmtp.sourceforge.net/
|
||||
|
||||
@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-, root,root,-)
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libmtp.so.9*
|
||||
/lib/udev/rules.d/*
|
||||
/lib/udev/mtp-probe
|
||||
|
||||
@ -93,14 +93,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libmtp.so
|
||||
%dir %{_docdir}/%{name}-%{version}
|
||||
%{_docdir}/%{name}-%{version}/*
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/pkgconfig/libmtp.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 Rex Dieter <rdieter@fedoraproject.org> 1.1.0-2
|
||||
- %%files: track abi/soname, so bumps aren't a surprise
|
||||
|
||||
* Tue Jun 08 2011 Linus Walleij <triad@df.lth.se> 1.1.0-1
|
||||
- New upstream version including fixed bugs and the patch we
|
||||
used to carry. Dependecies need to be rebuilt. (New
|
||||
|
Loading…
Reference in New Issue
Block a user