]> git.pld-linux.org Git - packages/fuse-iso.git/blob - fuse-iso.spec
rebuild with separate debuginfo build-ids
[packages/fuse-iso.git] / fuse-iso.spec
1 Summary:        FUSE module to mount ISO filesystem images
2 Summary(pl.UTF-8):      Moduł FUSE pozwalający montować obrazy ISO
3 Name:           fuse-iso
4 Version:        20070708
5 Release:        2
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://ubiz.ru/dm/fuseiso-%{version}.tar.bz2
9 # Source0-md5:  4bb50412b6d01f337565e28afddca3a5
10 Patch0:         %{name}.patch
11 URL:            http://fuse.sourceforge.net/wiki/index.php/FuseIso
12 BuildRequires:  glib2-devel >= 1:2.2
13 BuildRequires:  libfuse-devel >= 2.2
14 BuildRequires:  pkgconfig
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 fuseiso-%{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}/fuseiso
This page took 0.065776 seconds and 3 git commands to generate.