- Update to 1.1.0
This commit is contained in:
parent
3cef9683c2
commit
6f043ac774
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libimobiledevice-1.0.4.tar.bz2
|
||||
/libimobiledevice-1.1.0.tar.bz2
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
|
||||
Name: libimobiledevice
|
||||
Version: 1.0.4
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for connecting to mobile devices
|
||||
|
||||
@ -87,8 +87,8 @@ rm -rf %{buildroot}
|
||||
%doc AUTHORS COPYING.LESSER README
|
||||
%doc %{_datadir}/man/man1/idevice*
|
||||
%{_bindir}/idevice*
|
||||
%{_libdir}/libimobiledevice.so.1
|
||||
%{_libdir}/libimobiledevice.so.%{version}
|
||||
%{_libdir}/libimobiledevice.so.2
|
||||
%{_libdir}/libimobiledevice.so.2.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -102,6 +102,9 @@ rm -rf %{buildroot}
|
||||
%{python_sitearch}/imobiledevice/
|
||||
|
||||
%changelog
|
||||
* Sun Dec 26 2010 Bastien Nocera <bnocera@redhat.com> 1.1.0-1
|
||||
- Update to 1.1.0
|
||||
|
||||
* Sun Nov 28 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.4-1
|
||||
- New 1.0.4 release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user