]> git.pld-linux.org Git - packages/cvsq.git/blob - cvsq.spec
- added URLs, changed License info from "Free" to "Public Domain"
[packages/cvsq.git] / cvsq.spec
1 Summary:        CVS queued
2 Summary(pl):    Kolejka do CVS
3 Name:           cvsq
4 Version:        0.4.0
5 Release:        1
6 License:        Public Domain
7 Group:          Development/Version Control
8 Group(de):      Entwicklung/Versionkontrolle
9 Group(pl):      Programowanie/Zarz±dzanie wersjami
10 Source0:        http://www.volny.cz/v.slavik/lt/download/%{name}-%{version}.tar.gz
11 URL:            http://www.volny.cz/v.slavik/lt/cvsq.html
12 BuildArch:      noarch
13 Requires:       cvs
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 cvsq stands for "CVS queued" and it's a tool that enables developers
18 with dial-up connection to work comfortably with CVS. It accepts same
19 arguments as CVS but instead of directly processing them, cvsq stores
20 all requests in a queue and handles them later
21
22 This way, you can mark several files for commit and upload them to the
23 server later, when you're connected to the net.
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 %prep
37 %setup -q
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_bindir}
42
43 install %{name} $RPM_BUILD_ROOT%{_bindir}
44
45 gzip -9nf AUTHORS ChangeLog README
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc *.gz
53 %attr(755,root,root) %{_bindir}/*
This page took 0.07655 seconds and 3 git commands to generate.