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