]> git.pld-linux.org Git - packages/cvsfs-fuse.git/blob - cvsfs-fuse.spec
- tabs in preamble
[packages/cvsfs-fuse.git] / cvsfs-fuse.spec
1 Summary:        Filesystem based on CVS
2 Summary(pl.UTF-8):      System plików oparty na CVS-ie
3 Name:           cvsfs-fuse
4 Version:        0.5
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/cvsfs/%{name}-%{version}.tar.gz
9 # Source0-md5:  d56d0db0ee02f2f99d48e9fa10a6dba6
10 URL:            http://cvsfs.sourceforge.net/
11 BuildRequires:  libfuse-devel
12 BuildRequires:  libstdc++-devel
13 BuildRequires:  sed >= 4.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Filesystem based on CVS.
18
19 %description -l pl.UTF-8
20 System plików oparty na CVS-ie.
21
22 %prep
23 %setup -q
24
25 sed -i -e 's/ -O3//' cvsfsctl/Makefile.in
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 install fuse/cvsfs-fuse $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -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.066557 seconds and 3 git commands to generate.