]> git.pld-linux.org Git - packages/cvsq.git/blob - cvsq.spec
b6e35d038c0742243a941cea8e6d6c7ac530ed32
[packages/cvsq.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:  10efc297780c1a5cdbdc0585afaa8a5e
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.071442 seconds and 2 git commands to generate.