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