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