]> git.pld-linux.org Git - packages/cvsq.git/blob - cvsq.spec
- fixed changelog trailer
[packages/cvsq.git] / cvsq.spec
1 Summary:        CVS queued
2 Summary(pl):    Kolejka do CVS
3 Name:           cvsq
4 Version:        0.4.2
5 Release:        1
6 License:        Public Domain
7 Group:          Development/Version Control
8 Source0:        http://www.volny.cz/v.slavik/lt/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  d6d600db7a98ede407e25204799fbd27
10 URL:            http://www.volny.cz/v.slavik/lt/cvsq.html
11 BuildArch:      noarch
12 Requires:       cvs
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 cvsq stands for "CVS queued" and it's a tool that enables developers
17 with dial-up connection to work comfortably with CVS. It accepts same
18 arguments as CVS but instead of directly processing them, cvsq stores
19 all requests in a queue and handles them later
20
21 This way, you can mark several files for commit and upload them to the
22 server later, when you're connected to the net.
23
24 Try to install package "color", you will get colored cvsq output!
25
26 %description -l pl
27 cvsq oznacza kolejkowanie cvs-a i jest narzêdziem pozwalaj±cym
28 programistom z wdzwanianym dostêpem do Internetu na w miarê
29 bezstresow± pracê z repozytorium. cvsq przyjmuje te same parametry co
30 cvs, ale zamiast bezzw³ocznie reagowaæ, umieszcza wszystkie polecenia
31 w kolejce dla pó¼niejszego przetworzenia.
32
33 W ten sposób mo¿na przyk³adowo zaznaczyæ kilka plików do umieszczenia
34 w repozytorium, a przes³aæ je dopiero po uzyskaniu po³±czenia z
35 sieci±.
36
37 Zainstaluj pakiet "color", komunikaty cvsq bêd± kolorowe!
38
39 %prep
40 %setup -q
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_bindir}
45
46 install %{name} $RPM_BUILD_ROOT%{_bindir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README
54 %attr(755,root,root) %{_bindir}/*
This page took 0.052292 seconds and 3 git commands to generate.