New 1.2.0 release, use license field
This commit is contained in:
parent
5f36214ea9
commit
29591b6b5e
@ -6,7 +6,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: libimobiledevice
|
Name: libimobiledevice
|
||||||
Version: 1.1.7
|
Version: 1.2.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for connecting to mobile devices
|
Summary: Library for connecting to mobile devices
|
||||||
|
|
||||||
@ -85,8 +85,10 @@ find %{buildroot} -type f -name "*.la" -delete
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING.LESSER README
|
%{!?_licensedir:%global license %%doc}
|
||||||
%{_libdir}/libimobiledevice.so.5*
|
%license COPYING.LESSER
|
||||||
|
%doc AUTHORS README
|
||||||
|
%{_libdir}/libimobiledevice.so.6*
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%doc %{_datadir}/man/man1/idevice*
|
%doc %{_datadir}/man/man1/idevice*
|
||||||
@ -106,6 +108,10 @@ find %{buildroot} -type f -name "*.la" -delete
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.7-1
|
||||||
- New 1.1.7 release
|
- New 1.1.7 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user