source: projects/specs/trunk/f/funionfs/funionfs-vl.spec @ 3291

Revision 3291, 1.4 KB checked in by daisuke, 13 years ago (diff)

funionfs: rebuild with fuse-2.8

Line 
1Summary:        Union filesystem in userspace
2Summary(ja):    ユーザスペース Union ファイルシステム
3
4Name:           funionfs
5Version:        0.4.3
6Release:        2%{?_dist_release}
7
8Group:          System Environment/Base
9License:        GPLv2+
10URL:            http://funionfs.apiou.org
11Source0:        http://funionfs.apiou.org/file/%{name}-%{version}.tar.gz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14Requires:       fuse
15BuildRequires:  fuse-devel >= 2.5
16
17%description
18FunionFS implements a union filesystem in userspace using FUSE.  FUSE
19provides a Linux kernel module which allows virtual filesystems to be written
20in userspace.
21
22%prep
23%setup -q
24
25%build
26%configure
27make %{?_smp mflags}
28
29%install
30rm -rf %{buildroot}
31make DESTDIR=%{buildroot} install
32
33%clean
34rm -rf %{buildroot}
35
36
37%files
38%defattr(-,root,root,-)
39/usr/bin/funionfs
40%doc AUTHORS ChangeLog COPYING BUGS TODO NEWS README
41%{_mandir}/man1/*
42
43
44%changelog
45* Mon Apr 04 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.3-2
46- rebuild with fuse-2.8
47
48* Mon Jun 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.3-1
49- initial build for Vine Linux
50
51* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-3
52- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
53
54* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-2
55- Autorebuild for GCC 4.3
56
57
58* Thu Jul 26 2007 Jeff Law - 0.4.3-1
59- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.