]> git.pld-linux.org Git - packages/afuse.git/blob - afuse.spec
- new
[packages/afuse.git] / afuse.spec
1 Summary:        An automounter implemented with FUSE
2 Name:           afuse
3 Version:        0.2
4 Release:        1
5 License:        GPL v2
6 Group:          Applications/System
7 Source0:        http://dl.sourceforge.net/afuse/%{name}-%{version}.tar.gz
8 # Source0-md5:  97b58a768ecb30696fb6c33dd8435b83
9 URL:            http://afuse.sourceforge.net
10 BuildRequires:  autoconf >= 2.59
11 BuildRequires:  automake
12 BuildRequires:  libfuse-devel >= 0:2.3
13 BuildRequires:  pkgconfig
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 An automounter implemented with FUSE.
18
19 %prep
20 %setup -q
21
22 %build
23 %{__aclocal}
24 %{__autoconf}
25 %{__automake}
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc AUTHORS ChangeLog README
41 %attr(755,root,root) %{_bindir}/afuse
This page took 0.080933 seconds and 3 git commands to generate.