]> git.pld-linux.org Git - packages/cvsq.git/blob - cvsq.spec
a9bc00870635d821be29a5898cbe696d414a21df
[packages/cvsq.git] / cvsq.spec
1 Summary:        CVS queued
2 Summary(pl.UTF-8):      Kolejka do CVS
3 Name:           cvsq
4 Version:        0.4.3
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 # Source0-md5:  10efc297780c1a5cdbdc0585afaa8a5e
10 URL:            http://www.volny.cz/v.slavik/lt/cvsq.html
11 Requires:       cvs-client
12 BuildArch:      noarch
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.UTF-8
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.152421 seconds and 2 git commands to generate.