]> git.pld-linux.org Git - packages/cvsmapfs.git/blob - cvsmapfs.spec
- use new %%doc
[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 Source0:        %{name}-%{version}.tar.gz
9 # ftp://ftp.pn.com/pub/bb/cvsmapfs/  (20010927 - host not found)
10 Patch0:         %{name}-config.patch
11 URL:            http://www.cvshome.org/dev/addoncvsmapfs.html
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 %description -l pl
22 CVS nie mo¿e normalnie obs³ugiwaæ symbolicznych dowi±zañ ani urz±dzeñ
23 specjalnych. Ten program rozszerza CVS, aby radzi³ sobie z tymi
24 problemami.
25
26 %prep
27 %setup -q -c
28 %patch
29
30 %build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install cvsmapfs $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README
44 %attr(755,root,root) %{_bindir}/cvsmapfs
This page took 0.06731 seconds and 3 git commands to generate.