rpms/obexfs/F-7 obexfs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Thu Aug 30 21:01:21 UTC 2007


Author: rathann

Update of /cvs/pkgs/rpms/obexfs/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11527/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	obexfs.spec 
Log Message:
- initial import into F-7 branch


--- NEW FILE obexfs.spec ---
%define pre rc2

Name: obexfs
Summary: FUSE based filesystem using ObexFTP
Group: System Environment/Base
Version: 0.11
Release: 0.1.%{pre}%{?dist}
License: GPLv2+
URL: http://openobex.triq.net/
Source: http://triq.net/obexftp/%{name}-%{version}-%{pre}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
BuildRequires: obexftp-devel >= 0.22
BuildRequires: openobex-devel >= 1.2
BuildRequires: fuse-devel

%description
The ObexFS driver is a wrapper for ObexFTP to provide filesystem access
to mobile phones.

%prep
%setup -q

%build
%configure --disable-dependency-tracking
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/obexautofs
%{_bindir}/obexfs

%changelog
* Mon Aug 27 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.11-0.1.rc2
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/obexfs/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Aug 2007 01:28:18 -0000	1.1
+++ .cvsignore	30 Aug 2007 21:00:47 -0000	1.2
@@ -0,0 +1 @@
+obexfs-0.11-rc2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/obexfs/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Aug 2007 01:28:18 -0000	1.1
+++ sources	30 Aug 2007 21:00:47 -0000	1.2
@@ -0,0 +1 @@
+e1dd69f43d734f3a3faa67a735ac68d4  obexfs-0.11-rc2.tar.gz




More information about the fedora-extras-commits mailing list