New 1.2.0 release, use license field
This commit is contained in:
parent
5f36214ea9
commit
29591b6b5e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user