]> git.pld-linux.org Git - packages/cvsfs-fuse.git/blame - cvsfs-fuse.spec
- tabs in preamble
[packages/cvsfs-fuse.git] / cvsfs-fuse.spec
CommitLineData
5ffc032a 1Summary: Filesystem based on CVS
d496d3fb 2Summary(pl.UTF-8): System plików oparty na CVS-ie
5ffc032a
JB
3Name: cvsfs-fuse
4Version: 0.5
5Release: 1
6License: GPL v2
7Group: Applications/System
8Source0: http://dl.sourceforge.net/cvsfs/%{name}-%{version}.tar.gz
9# Source0-md5: d56d0db0ee02f2f99d48e9fa10a6dba6
10URL: http://cvsfs.sourceforge.net/
11BuildRequires: libfuse-devel
12BuildRequires: libstdc++-devel
13BuildRequires: sed >= 4.0
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Filesystem based on CVS.
18
4089b907
JR
19%description -l pl.UTF-8
20System plików oparty na CVS-ie.
5ffc032a
JB
21
22%prep
23%setup -q
24
25sed -i -e 's/ -O3//' cvsfsctl/Makefile.in
26
27%build
28%configure
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37install fuse/cvsfs-fuse $RPM_BUILD_ROOT%{_bindir}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc AUTHORS ChangeLog NEWS README
45%attr(755,root,root) %{_bindir}/cvsfsctl
46%attr(755,root,root) %{_bindir}/cvsfs-fuse
47%{_mandir}/man1/cvsfsctl.1*
48%{_mandir}/man8/cvsfs-fuse.8*
This page took 0.087518 seconds and 4 git commands to generate.