]> git.pld-linux.org Git - SPECS.git/blob - cvsq.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / cvsq.spec
1 Summary:        CVS queued
2 Summary(pl.UTF-8):      Kolejka do CVS
3 Name:           cvsq
4 Version:        0.4.4
5 Release:        1
6 License:        Public Domain
7 Group:          Development/Version Control
8 Source0:        http://dl.sourceforge.net/cvsq/%{name}-%{version}.tar.gz
9 # Source0-md5:  facf35bb3f9dfd3d8e2877cdb1961175
10 URL:            http://sourceforge.net/projects/cvsq
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 %description -l pl.UTF-8
25 cvsq oznacza kolejkowanie cvs-a i jest narzędziem pozwalającym
26 programistom z wdzwanianym dostępem do Internetu na w miarę
27 bezstresową pracę z repozytorium. cvsq przyjmuje te same parametry co
28 cvs, ale zamiast bezzwłocznie reagować, umieszcza wszystkie polecenia
29 w kolejce dla późniejszego przetworzenia.
30
31 W ten sposób można przykładowo zaznaczyć kilka plików do umieszczenia
32 w repozytorium, a przesłać je dopiero po uzyskaniu połączenia z
33 siecią.
34
35 %prep
36 %setup -q
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_bindir}
41
42 install %{name} $RPM_BUILD_ROOT%{_bindir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README
50 %attr(755,root,root) %{_bindir}/*
This page took 0.404441 seconds and 3 git commands to generate.