]> git.pld-linux.org Git - packages/cvsadmin.git/blob - cvsadmin.spec
- fixed URL
[packages/cvsadmin.git] / cvsadmin.spec
1 Summary:        Utility for cvs managment
2 Summary(pl):    Narzêdzie do zarz±dzania cvs-em
3 Name:           cvsadmin
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.cooptel.qc.ca/~limitln/%{name}-%{version}.tar.gz
9 URL:            http://www.cooptel.qc.ca/~limitln/cvsadmin/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Utility for cvs managment.
14
15 %description -l pl
16 Narzêdzie do zarz±dzania cvs-em.
17
18 %prep
19 %setup -q
20
21 %build
22 ./configure \
23         --prefix=%{_prefix}
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 install -d $RPM_BUILD_ROOT%{_bindir}
30 install src/cvsadmin $RPM_BUILD_ROOT%{_bindir}/cvsadmin
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %attr(755,root,root) %{_bindir}/*
This page took 0.159587 seconds and 3 git commands to generate.