Author: glen Date: Sun Jul 11 08:55:13 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/ifuse: ifuse.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/ifuse/ifuse.spec diff -u /dev/null packages/ifuse/ifuse.spec:1.1 --- /dev/null Sun Jul 11 10:55:13 2010 +++ packages/ifuse/ifuse.spec Sun Jul 11 10:55:07 2010 @@ -0,0 +1,47 @@ +# $Revision$, $Date$ +Summary: Mount Apple iPhone and iPod touch devices +Name: ifuse +Version: 1.0.0 +Release: 1 +License: GPL v2+ +Group: Libraries +URL: http://matt.colyer.name/projects/iphone-linux/ +Source0: http://cloud.github.com/downloads/MattColyer/ifuse/%{name}-%{version}.tar.bz2 +# Source0-md5: 325d58abe182afa95187e6c55f2bba5f +BuildRequires: glib2-devel +BuildRequires: libfuse-devel +BuildRequires: libimobiledevice-devel +Requires: hal +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A fuse filesystem for mounting iPhone and iPod touch devices. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_bindir}/ifuse + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/07/11 08:55:07 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
