Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > ae8704fef45af5c0ddf7c85a5d3c08fc > files > 3

fuseiso-20070708-8.mga3.src.rpm

%define	name	fuseiso
%define version	20070708
%define release	%mkrel 8

Name:		%name
Version:	%version
Release:	%release
Source:		http://ubiz.ru/dm/%{name}-%{version}.tar.bz2
Patch1:		fuseiso-20070708-automake-1.13.patch
URL:		http://fuse.sourceforge.net/wiki/index.php/FuseIso
License:	GPLv2+
Summary:	FUSE module to mount ISO filesystem images
Group:		File tools
BuildRequires:	fuse-devel >= 2.2, glib2-devel >= 2.2, zlib-devel
Requires:	fuse >= 2.2
%description
FuseIso is a FUSE module to mount ISO filesystem images (.iso files,
.bin files, .nrg files..).

The main advantage of using this is that you don't have to be root.

%prep
%setup -q
%patch1 -p1 -b .automake-1_13

%build
export LDFLAGS="`pkg-config glib-2.0 --libs` -lz"
autoreconf -fi
%configure
%make

%install
%makeinstall

%clean
%{__rm} -Rf $RPM_BUILD_ROOT

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





%changelog

* Fri Jan 11 2013 umeabot <umeabot> 20070708-8.mga3
+ Revision: 350997
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Jan 04 2013 cjw <cjw> 20070708-7.mga3
+ Revision: 338566
- patch1: fix build with automake 1.13

* Wed Apr 13 2011 ennael <ennael> 20070708-6.mga1
+ Revision: 84401
- clean spec file
- imported package fuseiso