[SPECS] fuseiso.spec
Kamil Dziedzic
kamil.listy at klecza.pl
Thu Jan 25 22:09:52 CET 2007
Dnia czwartek, 25 stycznia 2007 19:34, Jakub Bogusz napisał:
> <sys/stat.h> powinno wystarczyć.
Znaczy się łatkę zrobić?;) Jak tak to chyba w końcu będzie dobrze. A jak nie
to nie wiem:(
--
Pozdrawiam, Kamil Dziedzic
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fuse-iso.patch
Type: text/x-diff
Size: 332 bytes
Desc: not available
URL: </mailman/pipermail/pld-devel-pl/attachments/20070125/8197153c/attachment.bin>
-------------- next part --------------
%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 <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log: fuseiso.spec,v $
More information about the pld-devel-pl
mailing list