rpms/libiphone/F-10 .cvsignore, 1.1, 1.2 libiphone.spec, 1.5, 1.6 sources, 1.4, 1.5 libiphone-fixgnutlsver.patch, 1.1, NONE

Peter Robinson pbrobinson at fedoraproject.org
Wed May 13 09:20:16 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/libiphone/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3862

Modified Files:
	.cvsignore libiphone.spec sources 
Removed Files:
	libiphone-fixgnutlsver.patch 
Log Message:
new upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libiphone/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Dec 2008 00:55:34 -0000	1.1
+++ .cvsignore	13 May 2009 09:19:45 -0000	1.2
@@ -0,0 +1 @@
+libiphone-0.9.1.tar.bz2


Index: libiphone.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libiphone/F-10/libiphone.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- libiphone.spec	4 Apr 2009 10:06:14 -0000	1.5
+++ libiphone.spec	13 May 2009 09:19:45 -0000	1.6
@@ -1,35 +1,25 @@
-# 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:        12.%{snapshot}%{?dist}
+Version:        0.9.1
+Release:        2%{?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
+BuildRequires: swig
 
 %description
 libiphone is a library for connecting to Apple's iPhone or iPod touch devices
@@ -43,12 +33,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 +64,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,11 +75,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libiphone.so
 %{_includedir}/libiphone
 
+%files python
+%defattr(-,root,root,-)
+%{python_sitearch}/libiphone/
+
 %changelog
-* Sat Apr 04 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-12.20090325git443edc8
-- Add patch from devel
+* Wed May 13 2009 Peter Robinson <pbrobinson at gmail.com> 0.9.1-2
+- Add new build reqs
+
+* Tue May 12 2009 Peter Robinson <pbrobinson at gmail.com> 0.9.1-1
+- Update to official 0.9.1 release
 
-* Sat Apr 04 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-11.20090325git443edc8
+* Fri Apr 03 2009 - Bastien Nocera <bnocera at redhat.com> - 0.1.0-11.20090325git443edc8
 - Update to latest master version
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-10.20090103git5cde554


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libiphone/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	4 Apr 2009 10:02:48 -0000	1.4
+++ sources	13 May 2009 09:19:46 -0000	1.5
@@ -1 +1 @@
-97c045662553d73e93a193dfc97bf700  libiphone-0.1.0-20090325.tar.bz2
+862c7763fc47593c473293ae18a80fb2  libiphone-0.9.1.tar.bz2


--- libiphone-fixgnutlsver.patch DELETED ---




More information about the scm-commits mailing list