]> git.pld-linux.org Git - packages/cvsmapfs.git/blob - cvsmapfs.spec
- initial revision
[packages/cvsmapfs.git] / cvsmapfs.spec
1 Summary:        Extension for CVS to handle links, permission and special files
2 Summary(pl):    Rozszerzenie do CVS dodaj±ce obs³ugê linków, uprawnieñ, itp.
3 Name:           cvsmapfs
4 Version:        1.3
5 Release:        6
6 License:        GPL
7 Group:          Development/Tools
8 Group(pl):      Programowanie/Narzêdzia
9 Group(fr):      Development/Outils
10 Source0:        cvsmapfs-%{version}.tar.gz
11 Patch0:         cvsmapfs-config.patch
12 Requires:       cvs
13 Requires:       perl
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 CVS cannot handle normally symbolic links or special device. This
19 program extends CVS to handle this problem.
20
21 %prep
22 %setup -q -c
23 %patch
24
25 %build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30
31 install cvsmapfs $RPM_BUILD_ROOT%{_bindir}
32
33 gzip -9nf README
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README.gz
41 %attr(755,root,root) %{_bindir}/cvsmapfs
This page took 0.136093 seconds and 3 git commands to generate.