From e3f1d64f352d0c9be1ee3e394ecbd36961f62e21 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Nov 01 2009 16:34:05 +0000 Subject: - Rebuilt with new fuse --- diff --git a/.cvsignore b/.cvsignore index e69de29..f91b32d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +bindfs-1.8.3.tar.gz diff --git a/bindfs.spec b/bindfs.spec new file mode 100644 index 0000000..885d1af --- /dev/null +++ b/bindfs.spec @@ -0,0 +1,80 @@ +Name: bindfs +Version: 1.8.3 +Release: 3%{?dist} +Summary: Fuse filesystem to mirror a directory + +Group: System Environment/Base +License: GPLv2+ +URL: http://code.google.com/p/bindfs/ +Source0: http://bindfs.googlecode.com/files/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 +* Thu Sep 17 2009 Peter Lemenkov - 1.8.3-3 +- Rebuilt with new fuse + +* Fri Jul 24 2009 Fedora Release Engineering - 1.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Apr 13 2009 Till Maas - 1.8.3-1 +- Update to new upstream release + +* Mon Feb 23 2009 Fedora Release Engineering - 1.8.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Dec 14 2008 Till Maas - 1.8.2-2 +- Update URL and Source0 to google code + +* 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/sources b/sources index e69de29..ae7d8ed 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9ff4eafc37ce7ed4092bd6fec086e7cf bindfs-1.8.3.tar.gz