New 1.2.0 release, use license field

This commit is contained in:
Peter Robinson 2015-02-11 12:05:21 +00:00
parent 5f36214ea9
commit 29591b6b5e
2 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@
%endif
Name: libimobiledevice
Version: 1.1.7
Version: 1.2.0
Release: 1%{?dist}
Summary: Library for connecting to mobile devices
@ -85,8 +85,10 @@ find %{buildroot} -type f -name "*.la" -delete
%postun -p /sbin/ldconfig
%files
%doc AUTHORS COPYING.LESSER README
%{_libdir}/libimobiledevice.so.5*
%{!?_licensedir:%global license %%doc}
%license COPYING.LESSER
%doc AUTHORS README
%{_libdir}/libimobiledevice.so.6*
%files utils
%doc %{_datadir}/man/man1/idevice*
@ -106,6 +108,10 @@ find %{buildroot} -type f -name "*.la" -delete
%endif
%changelog
* Wed Feb 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-1
- New 1.2.0 release
- Use %%license
* Wed Oct 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.7-1
- New 1.1.7 release

View File

@ -1 +1 @@
5649da76965c1d2c250e52c4e743ef71 libimobiledevice-1.1.7.tar.bz2
8757900ba7bbe2ef5f54342415d0223e libimobiledevice-1.2.0.tar.bz2