]> git.pld-linux.org Git - packages/cvsq.git/commitdiff
- spec adapterized, cvsq-0_4_0-1
authorkloczek <kloczek@pld-linux.org>
Sat, 9 Dec 2000 21:25:05 +0000 (21:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed Prereq: /bin/sh and empty %build section,
- added -g parameter for %setup,
- few cosmetics.

Changed files:
    cvsq.spec -> 1.2

cvsq.spec

index 3d61bbe8fc127725ff98536c0b0eb6ed83e8561c..8101de7db842b6b27b391c3c6eb05a64f5de98c2 100644 (file)
--- a/cvsq.spec
+++ b/cvsq.spec
@@ -5,43 +5,40 @@ Version:      0.4.0
 Release:       1
 Copyright:     Free
 Group:         Development/Version Control
+Group(de):     Entwicklung/Versionkontrolle
 Group(pl):     Programowanie/Zarz±dzanie wersjami
 Source0:       %{name}-%{version}.tar.gz
 BuildArch:     noarch
 Requires:      cvs
-Prereq:                /bin/sh
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-cvsq stands for "CVS queued" and it's a tool that enables developers 
-with dial-up connection to work comfortably with CVS. It accepts same 
-arguments as CVS but instead of directly processing them, cvsq stores 
+cvsq stands for "CVS queued" and it's a tool that enables developers
+with dial-up connection to work comfortably with CVS. It accepts same
+arguments as CVS but instead of directly processing them, cvsq stores
 all requests in a queue and handles them later
 
-This way, you can mark several files for commit and upload them
-to the server later, when you're connected to the net.
+This way, you can mark several files for commit and upload them to the
+server later, when you're connected to the net.
 
 %description -l pl
-cvsq oznacza kolejkowanie cvs-a i jest narzêdziem pozwalaj±cym 
-programistom z wdzwanianym dostêpem do Internetu na w miarê 
-bezstresow± pracê z repozytorium. cvsq przyjmuje te same parametry
-co cvs, ale zamiast bezzw³ocznie reagowaæ, umieszcza wszystkie
-polecenia w kolejce dla pó¼niejszego przetworzenia.
+cvsq oznacza kolejkowanie cvs-a i jest narzêdziem pozwalaj±cym
+programistom z wdzwanianym dostêpem do Internetu na w miarê
+bezstresow± pracê z repozytorium. cvsq przyjmuje te same parametry co
+cvs, ale zamiast bezzw³ocznie reagowaæ, umieszcza wszystkie polecenia
+w kolejce dla pó¼niejszego przetworzenia.
 
-W ten sposób mo¿na przyk³adowo zaznaczyæ kilka plików do umieszczenia 
-w repozytorium, a przes³aæ je dopiero po uzyskaniu po³±czenia
-sieci±.
+W ten sposób mo¿na przyk³adowo zaznaczyæ kilka plików do umieszczenia
+w repozytorium, a przes³aæ je dopiero po uzyskaniu po³±czenia z
+sieci±.
 
 %prep
-
-%setup 
-
-%build
+%setup -q
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_bindir}
+
 install %{name} $RPM_BUILD_ROOT%{_bindir}
 
 gzip -9nf AUTHORS ChangeLog README
@@ -51,6 +48,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-
 %doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.057283 seconds and 4 git commands to generate.