rpms/ifuse/devel .cvsignore, 1.3, 1.4 ifuse.spec, 1.3, 1.4 sources, 1.3, 1.4

Peter Robinson pbrobinson at fedoraproject.org
Tue May 12 16:42:51 UTC 2009


Author: pbrobinson

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ifuse/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	3 Apr 2009 22:11:52 -0000	1.3
+++ .cvsignore	12 May 2009 16:42:20 -0000	1.4
@@ -1 +1 @@
-ifuse-0.1.0-20090401.tar.bz2
+ifuse-0.9.1.tar.bz2


Index: ifuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ifuse/devel/ifuse.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ifuse.spec	3 Apr 2009 22:11:52 -0000	1.3
+++ ifuse.spec	12 May 2009 16:42:20 -0000	1.4
@@ -1,21 +1,12 @@
-# Tarfile created using git
-# git clone git://github.com/MattColyer/ifuse.git
-# git-archive --format=tar --prefix=ifuse-0.1.0/ %{git_version} | bzip2 > ifuse-0.1.0-%{gitdate}.tar.bz2
-
-%define gitdate 20090401
-%define git_version 5db1ccc
-%define tarfile %{name}-%{version}-%{gitdate}.tar.bz2
-%define snapshot %{gitdate}git%{git_version}
-
 Name:          ifuse
-Version:       0.1.0
-Release:       8.%{snapshot}%{?dist}
+Version:       0.9.1
+Release:       1%{?dist}
 Summary:       Mount Apple iPhone and iPod touch devices
 
 Group:         System Environment/Libraries
 License:       GPLv2+
 URL:           http://matt.colyer.name/projects/iphone-linux/
-Source0:       %{tarfile}
+Source0:       http://cloud.github.com/downloads/MattColyer/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:      hal
@@ -23,11 +14,6 @@ BuildRequires: glib2-devel
 BuildRequires: fuse-devel
 BuildRequires: libiphone-devel
 
-# Require these until a formal release
-BuildRequires: libtool
-BuildRequires: automake
-BuildRequires: autoconf
-
 %description
 A fuse filesystem for mounting iPhone and iPod touch devices
 
@@ -35,7 +21,6 @@ A fuse filesystem for mounting iPhone an
 %setup -q
 
 %build
-./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -53,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/hal/fdi/information/20thirdparty/30-ifuse.fdi
 
 %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-8.20090401git5db1ccc
 - Update to github version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ifuse/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	3 Apr 2009 22:11:52 -0000	1.3
+++ sources	12 May 2009 16:42:20 -0000	1.4
@@ -1 +1 @@
-dcc7efe1b983ca28089494bccdff5e8e  ifuse-0.1.0-20090401.tar.bz2
+a00d8e6e20baaf271cb84f3a353ff70b  ifuse-0.9.1.tar.bz2




More information about the scm-commits mailing list