rpms/ifuse/devel ifuse.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Thu Dec 18 01:00:45 UTC 2008


Author: pbrobinson

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

Modified Files:
	.cvsignore sources 
Added Files:
	ifuse.spec import.log 
Log Message:
- initial import



--- NEW FILE ifuse.spec ---
# Tarfile created using git
# git clone http://git.matt.colyer.name/2008/ifuse/
# git-archive --format=tar --prefix=ifuse-0.1.0/ %{git_version} | bzip2 > ifuse-0.1.0-%{gitdate}.tar.bz2

%define gitdate 20081214
%define git_version b0412bf
%define tarfile %{name}-%{version}-%{gitdate}.tar.bz2
%define snapshot %{gitdate}git%{git_version}

Name:          ifuse
Version:       0.1.0
Release:       5.%{snapshot}%{?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}
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:      hal
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

%prep
%setup -q

%build
./autogen.sh
%configure --disable-static
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
/sbin/mount.fuse.ifuse
%{_bindir}/hal-iphone-setup
%{_datadir}/hal/fdi/information/20thirdparty/30-ifuse.fdi

%changelog
* Tue Dec 16 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-5
- Review fixes

* Sun Dec 14 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-4
- Actually depend on libiphone. Latest git

* Tue Dec 2 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-3
- Fix git file generation

* Mon Dec 1 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-2
- Update package to code snapshot package policies

* Sat Nov 29 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-1
- Initial package


--- NEW FILE import.log ---
ifuse-0_1_0-5_20081214gitb0412bf_fc10:HEAD:ifuse-0.1.0-5.20081214gitb0412bf.fc10.src.rpm:1229558036


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ifuse/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Dec 2008 21:54:29 -0000	1.1
+++ .cvsignore	18 Dec 2008 01:00:14 -0000	1.2
@@ -0,0 +1 @@
+ifuse-0.1.0-20081214.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ifuse/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Dec 2008 21:54:29 -0000	1.1
+++ sources	18 Dec 2008 01:00:14 -0000	1.2
@@ -0,0 +1 @@
+c9fba4c717ee4e3cc334d9e053110786  ifuse-0.1.0-20081214.tar.bz2




More information about the fedora-extras-commits mailing list