]> git.pld-linux.org Git - packages/cvsfs-fuse.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 May 2006 18:00:03 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsfs-fuse.spec -> 1.1

cvsfs-fuse.spec [new file with mode: 0644]

diff --git a/cvsfs-fuse.spec b/cvsfs-fuse.spec
new file mode 100644 (file)
index 0000000..ca6accf
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Filesystem based on CVS
+Summary(pl):   System plików oparty na CVS-ie
+Name:          cvsfs-fuse
+Version:       0.5
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/cvsfs/%{name}-%{version}.tar.gz
+# Source0-md5: d56d0db0ee02f2f99d48e9fa10a6dba6
+URL:           http://cvsfs.sourceforge.net/
+BuildRequires: libfuse-devel
+BuildRequires: libstdc++-devel
+BuildRequires: sed >= 4.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Filesystem based on CVS.
+
+%description -l pl
+System plików oparty na CVS-ie.
+
+%prep
+%setup -q
+
+sed -i -e 's/ -O3//' cvsfsctl/Makefile.in
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install fuse/cvsfs-fuse $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/cvsfsctl
+%attr(755,root,root) %{_bindir}/cvsfs-fuse
+%{_mandir}/man1/cvsfsctl.1*
+%{_mandir}/man8/cvsfs-fuse.8*
This page took 0.070841 seconds and 4 git commands to generate.