Author: adamg Date: Sat Mar 3 21:46:39 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new, from Kamil Dziedzic (kamil.listy (at) klecza.pl)
---- Files affected: SPECS: fuse-iso.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/fuse-iso.spec diff -u /dev/null SPECS/fuse-iso.spec:1.1 --- /dev/null Sat Mar 3 22:46:39 2007 +++ SPECS/fuse-iso.spec Sat Mar 3 22:46:33 2007 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +%define _name fuseiso + +Summary: FUSE module to mount ISO filesystem images +Summary(pl): Modu� FUSE pozwalaj�cy montowa� obrazy ISO +Name: fuse-iso +Version: 20061017 +Release: 1 +License: GPL +Group: Applications/System +Source0: http://ubiz.ru/dm/%{_name}-%{version}.tar.bz2 +# Source0-md5: eed65f7f73f1d7b4291e1d49ee237bb0 +URL: http://fuse.sourceforge.net/wiki/index.php/FuseIso +BuildRequires: glib2-devel >= 2.2 +BuildRequires: libfuse-devel >= 2.2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +Patch0: %{name}.patch + +%description +FUSE module to mount ISO filesystem images + +%description -l pl +Modu� FUSE pozwalaj�cy montowa� obrazy ISO + +%prep +%setup -q -n %{_name}-%{version} +%patch0 -p1 + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/%{_name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/03/03 21:46:33 adamg +- new, from Kamil Dziedzic (kamil.listy (at) klecza.pl) + ================================================================
_______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
