]> git.pld-linux.org Git - packages/fuse-iso.git/blob - fuse-iso.spec
- new, from Kamil Dziedzic (kamil.listy (at) klecza.pl)
[packages/fuse-iso.git] / fuse-iso.spec
1 %define         _name   fuseiso
2
3 Summary:        FUSE module to mount ISO filesystem images
4 Summary(pl):    Modu³ FUSE pozwalaj±cy montowaæ obrazy ISO
5 Name:           fuse-iso
6 Version:        20061017
7 Release:        1
8 License:        GPL
9 Group:          Applications/System
10 Source0:        http://ubiz.ru/dm/%{_name}-%{version}.tar.bz2
11 # Source0-md5:  eed65f7f73f1d7b4291e1d49ee237bb0
12 URL:            http://fuse.sourceforge.net/wiki/index.php/FuseIso
13 BuildRequires:  glib2-devel >= 2.2
14 BuildRequires:  libfuse-devel >= 2.2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16 Patch0:         %{name}.patch
17
18 %description
19 FUSE module to mount ISO filesystem images
20
21 %description -l pl
22 Modu³ FUSE pozwalaj±cy montowaæ obrazy ISO
23
24 %prep
25 %setup -q -n %{_name}-%{version}
26 %patch0 -p1
27
28 %build
29 %configure
30
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS ChangeLog README
45 %attr(755,root,root) %{_bindir}/%{_name}
This page took 0.054893 seconds and 3 git commands to generate.