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..40ed321 --- /dev/null +++ b/bindfs.spec @@ -0,0 +1,68 @@ +Name: bindfs +Version: 1.8.2 +Release: 1%{?dist}.1 +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 +* Sun Dec 14 2008 Till Maas - 1.8.2-1.1 +- 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/import.log b/import.log new file mode 100644 index 0000000..e030dde --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +bindfs-1_8_2-1_fc11_1:F-9:bindfs-1.8.2-1.fc11.1.src.rpm:1229261809 diff --git a/sources b/sources index e69de29..6303658 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e53d5449e010a79305fdb72f0edcf3a2 bindfs-1.8.2.tar.gz