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

Aurelien Bompard abompard at fedoraproject.org
Fri Jul 31 05:22:49 UTC 2009


Author: abompard

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

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



--- NEW FILE FUR.spec ---
Name:           FUR
Version:        0.4.6
Release:        2%{?dist}
Summary:        Mount a Windows CE based device on your Linux file system

Group:          Applications/System
License:        GPLv2
URL:            http://www.infis.univ.ts.it/~riccardo/FUR.html
Source0:        http://downloads.sourceforge.net/synce/FUR-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  librapi-devel fuse-devel

Requires:       fuse

%description
FUR is an application that let the user mount a Windows CE based device on your
Linux file system: it uses the brilliant FUSE and the librapi2 of the Synce
Project (a *nix implementation of the RAPI protocol that your device uses to
communicate with your other operating system) to give you the illusion that the
storage of your Pocket PC is a directory on your local filesystem.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
install -D -p -m 755 Fur $RPM_BUILD_ROOT%{_bindir}/Fur

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changelog docs/*
%{_bindir}/Fur



%changelog
* Wed Jul 29 2009 Aurelien Bompard <abompard at fedoraproject.org> -  0.4.6-2
- fixes proposed by Peter L. during review (#514310)

* Mon Jul 27 2009 Aurelien Bompard <abompard at fedoraproject.org> - 0.4.6-1
- version 0.4.6

* Tue Jun 16 2009 Aurelien Bompard <abompard at fedoraproject.org> - 0.4.5-1
- initial package



--- NEW FILE import.log ---
FUR-0_4_6-2_fc11:HEAD:FUR-0.4.6-2.fc11.src.rpm:1249017707


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/FUR/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Jul 2009 22:51:53 -0000	1.1
+++ .cvsignore	31 Jul 2009 05:22:49 -0000	1.2
@@ -0,0 +1 @@
+FUR-0.4.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/FUR/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Jul 2009 22:51:53 -0000	1.1
+++ sources	31 Jul 2009 05:22:49 -0000	1.2
@@ -0,0 +1 @@
+76688e4b208e33d72e53c0f7dcc59534  FUR-0.4.6.tar.gz




More information about the fedora-extras-commits mailing list