| Revision 3291,
1.4 KB
checked in by daisuke, 15 years ago
(diff) |
|
funionfs: rebuild with fuse-2.8
|
| Line | |
|---|
| 1 | Summary: Union filesystem in userspace |
|---|
| 2 | Summary(ja): ユーザスペース Union ファイルシステム |
|---|
| 3 | |
|---|
| 4 | Name: funionfs |
|---|
| 5 | Version: 0.4.3 |
|---|
| 6 | Release: 2%{?_dist_release} |
|---|
| 7 | |
|---|
| 8 | Group: System Environment/Base |
|---|
| 9 | License: GPLv2+ |
|---|
| 10 | URL: http://funionfs.apiou.org |
|---|
| 11 | Source0: http://funionfs.apiou.org/file/%{name}-%{version}.tar.gz |
|---|
| 12 | |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 14 | Requires: fuse |
|---|
| 15 | BuildRequires: fuse-devel >= 2.5 |
|---|
| 16 | |
|---|
| 17 | %description |
|---|
| 18 | FunionFS implements a union filesystem in userspace using FUSE. FUSE |
|---|
| 19 | provides a Linux kernel module which allows virtual filesystems to be written |
|---|
| 20 | in userspace. |
|---|
| 21 | |
|---|
| 22 | %prep |
|---|
| 23 | %setup -q |
|---|
| 24 | |
|---|
| 25 | %build |
|---|
| 26 | %configure |
|---|
| 27 | make %{?_smp mflags} |
|---|
| 28 | |
|---|
| 29 | %install |
|---|
| 30 | rm -rf %{buildroot} |
|---|
| 31 | make DESTDIR=%{buildroot} install |
|---|
| 32 | |
|---|
| 33 | %clean |
|---|
| 34 | rm -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.