-
Notifications
You must be signed in to change notification settings - Fork 13
/
mono-fuse.spec.in
44 lines (35 loc) · 905 Bytes
/
mono-fuse.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Summary: Mono.Fuse is a C# binding for FUSE.
Name: mono-fuse
Version: @VERSION@
Release: 1
License: MIT
Group: Development/Languages/Mono
Requires: mono-core >= 1.2.0
Requires: monodoc-core >= 1.2.0
Requires: fuse-devel >= 2.5.2
Source: http://www.jprl.com/Projects/mono-fuse/mono-fuse-@[email protected]
URL: http://www.jprl.com/Blog/archive/development/mono.fuse/
Packager: Jonathan Pryor <[email protected]>
BuildRoot: %{_tmppath}/%{name}-root
%description
Mono.Fuse is a binding for the FUSE library,
permitting user-space file systems to be
written in C#.
%prep
%setup
%build
./configure --libdir=%_libdir --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
%install
rm -rf %{buildroot}
%makeinstall
%clean
make clean
rm -rf %{buildroot}
%files
/usr/lib/mono-fuse/*
/usr/lib/monodoc/sources/*
%_libdir
%changelog
* Tue Jan 16 2008 Jay Miller <[email protected]>
- Initial creation.