rpms/fuseiso/F-8 fuseiso.spec,NONE,1.1 sources,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Nov 20 22:09:08 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/fuseiso/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28144/F-8

Modified Files:
	sources 
Added Files:
	fuseiso.spec 
Log Message:

initial branching



--- NEW FILE fuseiso.spec ---
Name:		fuseiso
Summary: 	FUSE support for ISO filesystem images
Version:	20070708
Release:	2%{?dist}
License:	GPLv2+
Group:		System Environment/Base
Source0:	http://ubiz.ru/dm/%{name}-%{version}.tar.bz2
URL:		http://fuse.sourceforge.net/wiki/index.php/FuseIso
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	fuse-devel, glib2-devel, zlib-devel

%description
Mount ISO filesystem images as a non-root user. Currently supports
plain ISO9660 Level 1 and 2, Rock Ridge, Joliet, zisofs. Supported image 
types: ISO, BIN (single track only), NRG, MDF, IMG (CCD).

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Wed Nov 14 2007 Tom "spot" Callaway <tcallawa at redhat.com> 20070708-2
- add zlib-devel as BR
- use macros in Source0 url
- add last - in defattr

* Thu Nov 8 2007 Tom "spot" Callaway <tcallawa at redhat.com> 20070708-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fuseiso/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Nov 2007 22:02:01 -0000	1.1
+++ sources	20 Nov 2007 22:08:33 -0000	1.2
@@ -0,0 +1 @@
+4bb50412b6d01f337565e28afddca3a5  fuseiso-20070708.tar.bz2




More information about the fedora-extras-commits mailing list