[ifuse] Update URLs and spec

Peter Robinson pbrobinson at fedoraproject.org
Wed Nov 17 22:39:07 UTC 2010


commit dd5d8321ce9b4315d2bce717f649e374d0c37ff1
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Nov 17 22:39:07 2010 +0000

    Update URLs and spec

 ifuse.spec |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/ifuse.spec b/ifuse.spec
index 7c784a1..fc42884 100644
--- a/ifuse.spec
+++ b/ifuse.spec
@@ -1,13 +1,12 @@
 Name:          ifuse
 Version:       1.0.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Mount Apple iPhone and iPod touch devices
 
 Group:         System Environment/Libraries
 License:       GPLv2+
-URL:           http://matt.colyer.name/projects/iphone-linux/
-Source0:       http://cloud.github.com/downloads/MattColyer/%{name}/%{name}-%{version}.tar.bz2
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:           http://www.libimobiledevice.org/
+Source0:       http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 
 Requires:      hal
 BuildRequires: glib2-devel
@@ -25,18 +24,17 @@ A fuse filesystem for mounting iPhone and iPod touch devices
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
 %{_bindir}/ifuse
 
 %changelog
+* Wed Nov 17 2010 Peter Robinson <pbrobinson at gmail.com> 1.0.0-2
+- Update URLs and spec
+
 * Sun Mar 21 2010 Peter Robinson <pbrobinson at gmail.com> 1.0.0-1
 - New upstream stable 1.0.0 release
 


More information about the scm-commits mailing list