From 922712788a591a24148747dc9ee2273ea23285cb Mon Sep 17 00:00:00 2001 From: Till Maas Date: Dec 14 2008 13:16:52 +0000 Subject: - initial commit for bindfs --- diff --git a/.cvsignore b/.cvsignore index e69de29..4d98f39 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +bindfs-1.8.2.tar.gz diff --git a/bindfs.spec b/bindfs.spec new file mode 100644 index 0000000..e937862 --- /dev/null +++ b/bindfs.spec @@ -0,0 +1,65 @@ +Name: bindfs +Version: 1.8.2 +Release: 1%{?dist} +Summary: Fuse filesystem to mirror a directory + +Group: System Environment/Base +License: GPLv2+ +URL: http://www.cs.helsinki.fi/u/partel/bindfs/ +Source0: http://www.cs.helsinki.fi/u/partel/bindfs/releases/bindfs-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: fuse-devel +BuildRequires: recode + + +%description +Bindfs allows you to mirror a directory and also change the the permissions in +the mirror directory. + + +%prep +%setup -q +recode latin1..utf8 ChangeLog + + +%build +%configure INSTALL="%{_bindir}/install -p" +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc COPYING ChangeLog README +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* + + +%changelog +* Sun Dec 14 2008 Till Maas - 1.8.2-1 +- Update to new release with GPLv2+ license headers + +* Fri Dec 12 2008 Till Maas - 1.8.1-2 +- Skip Requires: fuse +- Preseve timestamp of manpage with install -p in %%configure + +* Fri Dec 12 2008 Till Maas - 1.8.1-1 +- Update to new release + +* Wed Oct 29 2008 Till Maas - 1.8-2 +- Convert ChangeLog to UTF8 + +* Wed Oct 29 2008 Till Maas - 1.8-1 +- Update to new release + +* Fri Oct 05 2007 Till Maas - 1.3-1 +- initial spec for Fedora diff --git a/import.log b/import.log new file mode 100644 index 0000000..c239945 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +bindfs-1_8_2-1_tillf8:HEAD:bindfs-1.8.2-1.tillf8.src.rpm:1229260190 diff --git a/sources b/sources index e69de29..6303658 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e53d5449e010a79305fdb72f0edcf3a2 bindfs-1.8.2.tar.gz