]> git.pld-linux.org Git - packages/cons.git/commitdiff
- pl AC-branch AC-STABLE auto/ac/cons-2_2_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Oct 2004 21:25:33 +0000 (21:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cons.spec -> 1.2

cons.spec

index b773c3401f763efc6c4a0d17a9adab2391de9769..2bda9fe0ae5df7c084114d27b1641c1e7221e1f8 100644 (file)
--- a/cons.spec
+++ b/cons.spec
@@ -1,4 +1,5 @@
 Summary:       Cons - A software Construction System
 Summary:       Cons - A software Construction System
+Summary(pl):   Cons - system do konstruowania oprogramowania
 Name:          cons
 Version:       2.2.0
 Release:       1
 Name:          cons
 Version:       2.2.0
 Release:       1
@@ -25,8 +26,21 @@ accessing an NFS server, and if their clocks aren't in sync, make
 won't know to rebuild things? Well, welcome to a new and better way to
 control the building of your projects.
 
 won't know to rebuild things? Well, welcome to a new and better way to
 control the building of your projects.
 
+%description -l pl
+Cons to oparty na Perlu zastêpca make. Nie jest kompatybilny z make
+ale ma wiele potê¿nych mo¿liwo¶ci, których nie ma ¿aden inny system do
+konstruowania oprogramowania, w³±cznie z make.
+
+Czy u¿ywasz plików Makefile w swoim projekcie? Robi³e¶ kiedy¶ "make
+clean; make all", bo nie by³e¶ pewien, czy zmienione pliki zostan±
+przebudowane poprawnie? A mo¿e pracujesz na kilku maszynach z u¿yciem
+serwera NFS, i je¶li ich zegary nie s± zsynchronizowane, make nie wie,
+co trzeba przebudowaæ? Tak, witamy na nowej i lepszej drodze do
+sterowania budowaniem projektów.
+
 %package test
 Summary:       Cons-Test - Cons software construction utility regression test package
 %package test
 Summary:       Cons-Test - Cons software construction utility regression test package
+Summary(pl):   Cons-Test - pakiet z testami regresji dla narzêdzia Cons
 Group:         Development/Tools
 Requires:      %{name} = %{version}-%{release}
 
 Group:         Development/Tools
 Requires:      %{name} = %{version}-%{release}
 
@@ -39,6 +53,15 @@ Cons is a Perl-based make replacement. It is not compatible with make,
 but has a number of powerful capabilities not found in other software
 construction systems, including make.
 
 but has a number of powerful capabilities not found in other software
 construction systems, including make.
 
+%description test -l pl
+Pakiet z testami regresji dla narzêdzia do konstruowania
+oprogramowania Cons. Pakiet zawiera testy, skrypt obudowuj±cy do ich
+wykonywania i wspieraj±ce modu³y.
+
+Cons to oparty na Perlu zastêpca make. Nie jest kompatybilny z make
+ale ma wiele potê¿nych mo¿liwo¶ci, których nie ma ¿aden inny system do
+konstruowania oprogramowania, w³±cznie z make.
+
 %prep
 %setup -q
 %setup -q -D -T -b 1
 %prep
 %setup -q
 %setup -q -D -T -b 1
@@ -49,9 +72,9 @@ construction systems, including make.
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/cons}
 
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/cons}
 
-cp -p cons test/cons-test $RPM_BUILD_ROOT%{_bindir}/
-cp -p cons.1.gz test/cons-test.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
-cp -p -r test/t $RPM_BUILD_ROOT%{_datadir}/cons/
+install cons test/cons-test $RPM_BUILD_ROOT%{_bindir}
+install cons.1.gz test/cons-test.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
+cp -p -r test/t $RPM_BUILD_ROOT%{_datadir}/cons
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -59,12 +82,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README RELEASE TODO cons.html
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README RELEASE TODO cons.html
-%{_mandir}/man1/cons.*
 %attr(755,root,root) %{_bindir}/cons
 %attr(755,root,root) %{_bindir}/cons
+%{_mandir}/man1/cons.1*
 
 %files test
 %defattr(644,root,root,755)
 %doc test/CHANGES test/README test/TODO test/Tests.txt
 
 %files test
 %defattr(644,root,root,755)
 %doc test/CHANGES test/README test/TODO test/Tests.txt
-%{_mandir}/man1/cons-test.*
-%{_datadir}/cons
 %attr(755,root,root) %{_bindir}/cons-test
 %attr(755,root,root) %{_bindir}/cons-test
+%{_datadir}/cons
+%{_mandir}/man1/cons-test.1*
This page took 0.070067 seconds and 4 git commands to generate.