rpms/bindfs/devel bindfs.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Till Maas till at fedoraproject.org
Sun Dec 14 13:17:23 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/bindfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18594/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bindfs.spec import.log 
Log Message:
- initial commit for bindfs



--- NEW FILE bindfs.spec ---
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 <opensource at till.name> - 1.8.2-1
- Update to new release with GPLv2+ license headers 

* Fri Dec 12 2008 Till Maas <opensource at till.name> - 1.8.1-2
- Skip Requires: fuse
- Preseve timestamp of manpage with install -p in %%configure

* Fri Dec 12 2008 Till Maas <opensource at till.name> - 1.8.1-1
- Update to new release

* Wed Oct 29 2008 Till Maas <opensource at till.name> - 1.8-2
- Convert ChangeLog to UTF8

* Wed Oct 29 2008 Till Maas <opensource at till.name> - 1.8-1
- Update to new release

* Fri Oct 05 2007 Till Maas <opensource till name> - 1.3-1
- initial spec for Fedora


--- NEW FILE import.log ---
bindfs-1_8_2-1_tillf8:HEAD:bindfs-1.8.2-1.tillf8.src.rpm:1229260190


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bindfs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2008 05:19:00 -0000	1.1
+++ .cvsignore	14 Dec 2008 13:16:52 -0000	1.2
@@ -0,0 +1 @@
+bindfs-1.8.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bindfs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2008 05:19:00 -0000	1.1
+++ sources	14 Dec 2008 13:16:52 -0000	1.2
@@ -0,0 +1 @@
+e53d5449e010a79305fdb72f0edcf3a2  bindfs-1.8.2.tar.gz




More information about the fedora-extras-commits mailing list