rpms/libiphone/devel .cvsignore, 1.4, 1.5 libiphone.spec, 1.11, 1.12 sources, 1.5, 1.6

Peter Robinson pbrobinson at fedoraproject.org
Tue May 12 16:39:08 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/libiphone/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29506

Modified Files:
	.cvsignore libiphone.spec sources 
Log Message:
- Update to official 0.9.1 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libiphone/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	3 Apr 2009 22:10:16 -0000	1.4
+++ .cvsignore	12 May 2009 16:38:38 -0000	1.5
@@ -1 +1 @@
-libiphone-0.1.0-20090325.tar.bz2
+libiphone-0.9.1.tar.bz2


Index: libiphone.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libiphone/devel/libiphone.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- libiphone.spec	3 Apr 2009 22:10:16 -0000	1.11
+++ libiphone.spec	12 May 2009 16:38:38 -0000	1.12
@@ -1,35 +1,24 @@
-# Tarfile created using git
-# git clone git://github.com/MattColyer/libiphone.git
-# git-archive --format=tar --prefix=libiphone-0.1.0/ %{git_version} | bzip2 > libiphone-0.1.0-%{gitdate}.tar.bz2
-
-%define gitdate 20090325
-%define git_version 443edc8
-%define tarfile %{name}-%{version}-%{gitdate}.tar.bz2
-%define snapshot %{gitdate}git%{git_version}
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           libiphone
-Version:        0.1.0
-Release:        11.%{snapshot}%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        Library for connecting to Apple iPhone and iPod touch
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://matt.colyer.name/projects/iphone-linux/
 
-Source0:        %{tarfile}
-Patch0:         libiphone-fixgnutlsver.patch
+Source0:        http://cloud.github.com/downloads/MattColyer/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libxml2-devel
 BuildRequires: libusb-devel
 BuildRequires: libtasn1-devel
+BuildRequires: libplist-devel
 BuildRequires: glib2-devel
 BuildRequires: gnutls-devel
-
-# Require these until a formal release
-BuildRequires: libtool
-BuildRequires: automake
-BuildRequires: autoconf
+BuildRequires: python-devel
 
 %description
 libiphone is a library for connecting to Apple's iPhone or iPod touch devices
@@ -43,12 +32,19 @@ Requires: pkgconfig
 %description devel
 Files for development with libiphone.
 
+%package python
+Summary: Python bindings for libiphone
+Group: Development/Libraries
+Requires: libiphone = %{version}-%{release}
+Requires: pkgconfig
+
+%description python
+Python bindings for libiphone.
+
 %prep
 %setup -q
-%patch0 -p0 -b .fixgnutlsver
 
 %build
-./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -67,7 +63,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING.LESSER README
-%{_bindir}/libiphone-initconf
 %{_libdir}/libiphone.so.0
 %{_libdir}/libiphone.so.0.0.0
 %{_sysconfdir}/udev/rules.d/89-libiphone.rules
@@ -79,7 +74,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libiphone.so
 %{_includedir}/libiphone
 
+%files python
+%defattr(-,root,root,-)
+%{python_sitearch}/libiphone/
+
 %changelog
+* Tue May 12 2009 Peter Robinson <pbrobinson at gmail.com> 0.9.1-1
+- Update to official 0.9.1 release
+
 * Fri Apr 03 2009 - Bastien Nocera <bnocera at redhat.com> - 0.1.0-11.20090325git443edc8
 - Update to latest master version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libiphone/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	3 Apr 2009 22:10:16 -0000	1.5
+++ sources	12 May 2009 16:38:38 -0000	1.6
@@ -1 +1 @@
-97c045662553d73e93a193dfc97bf700  libiphone-0.1.0-20090325.tar.bz2
+862c7763fc47593c473293ae18a80fb2  libiphone-0.9.1.tar.bz2




More information about the scm-commits mailing list