fuse-unionfs/fuse-unionfs.spec

Name: fuse-unionfs
Summary: Fuse-based user-space union filesystem
Version: 0.26
Release: 1
License: GPL
Group: System Environment/Kernel
URL: http://podgorny.cz/moin/UnionFsFuse
Description: unionfs is a FUSE-base user-space union filesystem.

CentOS 7 x86_64

The build could not start because the following file is missing: unionfs-fuse-0.26.tar.xz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: unionfs-fuse-0.26.tar.xz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

%define _sbindir /sbin

%define real_name unionfs-fuse

Summary: Fuse-based user-space union filesystem
Name: fuse-unionfs
Version: 0.26
Release: 1%{?dist}
License: GPL
Group: System Environment/Kernel
URL: http://podgorny.cz/moin/UnionFsFuse

Source: http://podgorny.cz/unionfs-fuse/releases/unionfs-fuse-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: fuse-devel >= 2.2
Requires: fuse >= 2.2

Obsoletes: unionfs-fuse <= %{name}-%{version}
Provides: unionfs-fuse = %{name}-%{version}
Obsoletes: unionfs <= %{name}-%{version}
Provides: unionfs = %{name}-%{version}

%description
unionfs is a FUSE-base user-space union filesystem.

%prep
%setup -n %{real_name}-%{version}

%build
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"

%install
%{__rm} -rf %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_sbindir}
%{__install} -d -m0755 %{buildroot}%{_mandir}/man8/
#%{__make} install DESTDIR="%{buildroot}"
%{__install} -Dp -m0755 src/unionfs %{buildroot}%{_bindir}/unionfs
%{__install} -Dp -m0644 man/unionfs-fuse.8 %{buildroot}%{_mandir}/man8/unionfs-fuse.8

### Symlink different locations
%{__ln_s} -f %{_bindir}/unionfs %{buildroot}%{_sbindir}/mount.unionfs
%{__ln_s} -f unionfs-fuse.8 %{buildroot}%{_mandir}/man8/unionfs.8

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc CREDITS LICENSE NEWS examples/
%doc %{_mandir}/man8/unionfs-fuse.8*
%doc %{_mandir}/man8/unionfs.8*
%{_bindir}/unionfs
%{_sbindir}/mount.unionfs

%changelog
* Sun Sep 23 2012 Dag Wieers <dag@wieers.com> - 0.26-1
- Updated to release 0.26.

* Sun Feb 05 2012 Dag Wieers <dag@wieers.com> - 0.25-1
- Updated to release 0.25.

* Mon Mar 23 2009 Dag Wieers <dag@wieers.com> - 0.23-1
- Updated to release 0.23.

* Thu Sep 04 2008 Dag Wieers <dag@wieers.com> - 0.22-1
- Updated to release 0.22.

* Sun Jul 27 2008 Dag Wieers <dag@wieers.com> - 0.21-1
- Updated to release 0.21.

* Tue Jun 03 2008 Dag Wieers <dag@wieers.com> - 0.20-1
- Updated to release 0.20.

* Tue Jun 03 2008 Dag Wieers <dag@wieers.com> - 0.19-1
- Updated to release 0.19.

* Sat Aug 11 2007 Dag Wieers <dag@wieers.com> - 0.18-1
- Updated to release 0.18.

* Sat May 12 2007 Dag Wieers <dag@wieers.com> - 0.17-1
- Initial package. (using DAR)