]> git.pld-linux.org Git - packages/afuse.git/blame - afuse.spec
- new
[packages/afuse.git] / afuse.spec
CommitLineData
eac7d5ff
JP
1Summary: An automounter implemented with FUSE
2Name: afuse
3Version: 0.2
4Release: 1
5License: GPL v2
6Group: Applications/System
7Source0: http://dl.sourceforge.net/afuse/%{name}-%{version}.tar.gz
8# Source0-md5: 97b58a768ecb30696fb6c33dd8435b83
9URL: http://afuse.sourceforge.net
10BuildRequires: autoconf >= 2.59
11BuildRequires: automake
12BuildRequires: libfuse-devel >= 0:2.3
13BuildRequires: pkgconfig
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17An 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
30rm -rf $RPM_BUILD_ROOT
31
32%{__make} install \
33 DESTDIR=$RPM_BUILD_ROOT
34
35%clean
36rm -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.073101 seconds and 4 git commands to generate.