]> git.pld-linux.org Git - packages/cvsq.git/blob - cvsq.spec
f6ce3f1ab57ba27526372ec2cc79a5c67ad1f09a
[packages/cvsq.git] / cvsq.spec
1 Summary:        CVS queued
2 Summary(pl):    Kolejka do CVS
3 Name:           cvsq
4 Version:        0.4.1
5 Release:        2
6 License:        Public Domain
7 Group:          Development/Version Control
8 Group(cs):      Vývojové prostøedky/Správ verzí
9 Group(de):      Entwicklung/Versionkontrolle
10 Group(es):      Desarrollo/Control de Versiones
11 Group(fr):      Development/Contrôle de version
12 Group(pl):      Programowanie/Zarz±dzanie wersjami
13 Group(pt):      Desenvolvimento/Controlo de Versões
14 Group(ru):      òÁÚÒÁÂÏÔËÁ/ëÏÎÔÒÏÌØ ×ÅÒÓÉÊ
15 Source0:        http://www.volny.cz/v.slavik/lt/download/%{name}-%{version}.tar.gz
16 URL:            http://www.volny.cz/v.slavik/lt/cvsq.html
17 BuildArch:      noarch
18 Requires:       cvs
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 cvsq stands for "CVS queued" and it's a tool that enables developers
23 with dial-up connection to work comfortably with CVS. It accepts same
24 arguments as CVS but instead of directly processing them, cvsq stores
25 all requests in a queue and handles them later
26
27 This way, you can mark several files for commit and upload them to the
28 server later, when you're connected to the net.
29
30 Try to install package "color", you will get colored cvsq output!
31
32 %description -l pl
33 cvsq oznacza kolejkowanie cvs-a i jest narzêdziem pozwalaj±cym
34 programistom z wdzwanianym dostêpem do Internetu na w miarê
35 bezstresow± pracê z repozytorium. cvsq przyjmuje te same parametry co
36 cvs, ale zamiast bezzw³ocznie reagowaæ, umieszcza wszystkie polecenia
37 w kolejce dla pó¼niejszego przetworzenia.
38
39 W ten sposób mo¿na przyk³adowo zaznaczyæ kilka plików do umieszczenia
40 w repozytorium, a przes³aæ je dopiero po uzyskaniu po³±czenia z
41 sieci±.
42
43 Zainstaluj pakiet "color", komunikaty cvsq bêd± kolorowe!
44
45 %prep
46 %setup -q
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{_bindir}
51
52 install %{name} $RPM_BUILD_ROOT%{_bindir}
53
54 gzip -9nf AUTHORS ChangeLog README
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc *.gz
62 %attr(755,root,root) %{_bindir}/*
This page took 0.06016 seconds and 3 git commands to generate.