SPECS: seamonkey-lang-be.spec, seamonkey-lang-cs.spec, seamonkey-l...

sparky sparky at pld-linux.org
Mon Apr 17 22:06:10 CEST 2006


Author: sparky                       Date: Mon Apr 17 20:06:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use %setup to unpack Source0

---- Files affected:
SPECS:
   seamonkey-lang-be.spec (1.1 -> 1.2) , seamonkey-lang-cs.spec (1.3 -> 1.4) , seamonkey-lang-de.spec (1.3 -> 1.4) , seamonkey-lang-en.spec (1.1 -> 1.2) , seamonkey-lang-es.spec (1.3 -> 1.4) , seamonkey-lang-eu.spec (1.2 -> 1.3) , seamonkey-lang-fr.spec (1.1 -> 1.2) , seamonkey-lang-it.spec (1.2 -> 1.3) , seamonkey-lang-ka.spec (1.1 -> 1.2) , seamonkey-lang-nb.spec (1.2 -> 1.3) , seamonkey-lang-pl.spec (1.4 -> 1.5) , seamonkey-lang-ru.spec (1.2 -> 1.3) , seamonkey-lang-sv.spec (1.3 -> 1.4) , seamonkey-lang-tr.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/seamonkey-lang-be.spec
diff -u SPECS/seamonkey-lang-be.spec:1.1 SPECS/seamonkey-lang-be.spec:1.2
--- SPECS/seamonkey-lang-be.spec:1.1	Sun Apr 16 20:36:04 2006
+++ SPECS/seamonkey-lang-be.spec	Mon Apr 17 22:06:04 2006
@@ -26,10 +26,10 @@
 Bialoruskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 install %{SOURCE1} .
-./gen-installed-chrome.sh locale bin/chrome/{BY,be-BY,be-unix}.jar > lang-be-installed-chrome.txt
+./gen-installed-chrome.sh locale bin/chrome/{BY,be-BY,be-unix}.jar \
+	> lang-be-installed-chrome.txt
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -49,9 +49,9 @@
 
 %files
 %defattr(644,root,root,755)
+%{_chromedir}/BY.jar
 %{_chromedir}/be-BY.jar
 %{_chromedir}/be-unix.jar
-%{_chromedir}/BY.jar
 %{_chromedir}/lang-be-installed-chrome.txt
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -60,6 +60,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.1  2006/04/16 18:36:04  sparky
 - NEW, builds and works
-

================================================================
Index: SPECS/seamonkey-lang-cs.spec
diff -u SPECS/seamonkey-lang-cs.spec:1.3 SPECS/seamonkey-lang-cs.spec:1.4
--- SPECS/seamonkey-lang-cs.spec:1.3	Mon Apr 17 19:37:42 2006
+++ SPECS/seamonkey-lang-cs.spec	Mon Apr 17 22:06:04 2006
@@ -28,8 +28,7 @@
 Czeskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 unzip -o %{SOURCE1}
 install %{SOURCE2} .
 ./gen-installed-chrome.sh locale bin/chrome/{CZ,cs-CZ,cs-unix}.jar \
@@ -73,6 +72,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.3  2006/04/17 17:37:42  sparky
 - oops: >>
 

================================================================
Index: SPECS/seamonkey-lang-de.spec
diff -u SPECS/seamonkey-lang-de.spec:1.3 SPECS/seamonkey-lang-de.spec:1.4
--- SPECS/seamonkey-lang-de.spec:1.3	Mon Apr 17 19:40:30 2006
+++ SPECS/seamonkey-lang-de.spec	Mon Apr 17 22:06:04 2006
@@ -28,8 +28,7 @@
 Niemieckie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 unzip -o %{SOURCE1}
 install %{SOURCE2} .
 ./gen-installed-chrome.sh locale chrome/{AT,de-AT,de-unix,enigmail-DE}.jar \
@@ -71,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.3  2006/04/17 17:40:30  sparky
 - added enigmail translation
 

================================================================
Index: SPECS/seamonkey-lang-en.spec
diff -u SPECS/seamonkey-lang-en.spec:1.1 SPECS/seamonkey-lang-en.spec:1.2
--- SPECS/seamonkey-lang-en.spec:1.1	Sun Apr 16 20:54:53 2006
+++ SPECS/seamonkey-lang-en.spec	Mon Apr 17 22:06:04 2006
@@ -26,10 +26,10 @@
 Brytyjskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 install %{SOURCE1} .
-./gen-installed-chrome.sh locale bin/chrome/{en-GB,en-GB-unix}.jar > lang-en-installed-chrome.txt
+./gen-installed-chrome.sh locale bin/chrome/{en-GB,en-GB-unix}.jar \
+	> lang-en-installed-chrome.txt
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -59,6 +59,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.1  2006/04/16 18:54:53  sparky
 - NEW, builds and works
-

================================================================
Index: SPECS/seamonkey-lang-es.spec
diff -u SPECS/seamonkey-lang-es.spec:1.3 SPECS/seamonkey-lang-es.spec:1.4
--- SPECS/seamonkey-lang-es.spec:1.3	Mon Apr 17 16:33:11 2006
+++ SPECS/seamonkey-lang-es.spec	Mon Apr 17 22:06:04 2006
@@ -38,8 +38,7 @@
 Hiszpańskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 unzip -o %{SOURCE1}
 unzip -o %{SOURCE2}
 install %{SOURCE3} .
@@ -82,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.3  2006/04/17 14:33:11  sparky
 - added enigmail translation
 

================================================================
Index: SPECS/seamonkey-lang-eu.spec
diff -u SPECS/seamonkey-lang-eu.spec:1.2 SPECS/seamonkey-lang-eu.spec:1.3
--- SPECS/seamonkey-lang-eu.spec:1.2	Sun Apr 16 21:08:25 2006
+++ SPECS/seamonkey-lang-eu.spec	Mon Apr 17 22:06:04 2006
@@ -27,10 +27,10 @@
 Baskijskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 install %{SOURCE1} .
-./gen-installed-chrome.sh locale bin/chrome/{ES,eu-ES,eu-unix}.jar > lang-eu-installed-chrome.txt
+./gen-installed-chrome.sh locale bin/chrome/{ES,eu-ES,eu-unix}.jar \
+	> lang-eu-installed-chrome.txt
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -51,10 +51,10 @@
 
 %files
 %defattr(644,root,root,755)
-%{_chromedir}/eu-ES.jar
-%{_chromedir}/eu-unix.jar
 # warning, file conflict with seamonkey-lang-es
 %{_chromedir}/ES.jar
+%{_chromedir}/eu-ES.jar
+%{_chromedir}/eu-unix.jar
 %{_chromedir}/lang-eu-installed-chrome.txt
 # warning, possible file conflict with seamonkey-lang-es
 %{_datadir}/seamonkey/defaults/profile/ES
@@ -65,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.2  2006/04/16 19:08:25  sparky
 - added C:, just in case
 

================================================================
Index: SPECS/seamonkey-lang-fr.spec
diff -u SPECS/seamonkey-lang-fr.spec:1.1 SPECS/seamonkey-lang-fr.spec:1.2
--- SPECS/seamonkey-lang-fr.spec:1.1	Sun Apr 16 21:48:37 2006
+++ SPECS/seamonkey-lang-fr.spec	Mon Apr 17 22:06:04 2006
@@ -26,10 +26,10 @@
 Francuskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 install %{SOURCE1} .
-./gen-installed-chrome.sh locale bin/chrome/{FR,fr-FR,fr-unix}.jar > lang-fr-installed-chrome.txt
+./gen-installed-chrome.sh locale bin/chrome/{FR,fr-FR,fr-unix}.jar \
+	> lang-fr-installed-chrome.txt
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +67,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.1  2006/04/16 19:48:37  sparky
 - NEW, builds and works, myspell not tested
-

================================================================
Index: SPECS/seamonkey-lang-it.spec
diff -u SPECS/seamonkey-lang-it.spec:1.2 SPECS/seamonkey-lang-it.spec:1.3
--- SPECS/seamonkey-lang-it.spec:1.2	Mon Apr 17 19:44:40 2006
+++ SPECS/seamonkey-lang-it.spec	Mon Apr 17 22:06:04 2006
@@ -28,8 +28,7 @@
 Wloskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 unzip -o %{SOURCE1}
 install %{SOURCE2} .
 ./gen-installed-chrome.sh locale chrome/{IT,it-IT,it-unix,enigmail-it-IT}.jar \
@@ -68,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.2  2006/04/17 17:44:40  sparky
 - added enigmail translation
 

================================================================
Index: SPECS/seamonkey-lang-ka.spec
diff -u SPECS/seamonkey-lang-ka.spec:1.1 SPECS/seamonkey-lang-ka.spec:1.2
--- SPECS/seamonkey-lang-ka.spec:1.1	Sun Apr 16 21:58:48 2006
+++ SPECS/seamonkey-lang-ka.spec	Mon Apr 17 22:06:04 2006
@@ -26,10 +26,10 @@
 Gruzyjskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 install %{SOURCE1} .
-./gen-installed-chrome.sh locale chrome/{GE,ka-GE,ka-unix}.jar > lang-ka-installed-chrome.txt
+./gen-installed-chrome.sh locale chrome/{GE,ka-GE,ka-unix}.jar \
+	> lang-ka-installed-chrome.txt
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -64,6 +64,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.1  2006/04/16 19:58:48  sparky
 - NEW, builds and works (damn, I can't understand anything)
-

================================================================
Index: SPECS/seamonkey-lang-nb.spec
diff -u SPECS/seamonkey-lang-nb.spec:1.2 SPECS/seamonkey-lang-nb.spec:1.3
--- SPECS/seamonkey-lang-nb.spec:1.2	Mon Apr 17 19:51:29 2006
+++ SPECS/seamonkey-lang-nb.spec	Mon Apr 17 22:06:04 2006
@@ -28,8 +28,7 @@
 Norweskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 unzip -o %{SOURCE1}
 install %{SOURCE2} .
 ./gen-installed-chrome.sh locale bin/chrome/{NO,nb-NO,nb-unix}.jar \
@@ -71,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.2  2006/04/17 17:51:29  sparky
 - added enigmail translation
 

================================================================
Index: SPECS/seamonkey-lang-pl.spec
diff -u SPECS/seamonkey-lang-pl.spec:1.4 SPECS/seamonkey-lang-pl.spec:1.5
--- SPECS/seamonkey-lang-pl.spec:1.4	Mon Apr 17 16:38:08 2006
+++ SPECS/seamonkey-lang-pl.spec	Mon Apr 17 22:06:04 2006
@@ -29,8 +29,7 @@
 Polskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 unzip -o %{SOURCE1}
 install %{SOURCE2} .
 ./gen-installed-chrome.sh locale bin/chrome/{PL,pl-PL,pl-unix}.jar \
@@ -76,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.4  2006/04/17 14:38:08  sparky
 - added enigmail translation
 

================================================================
Index: SPECS/seamonkey-lang-ru.spec
diff -u SPECS/seamonkey-lang-ru.spec:1.2 SPECS/seamonkey-lang-ru.spec:1.3
--- SPECS/seamonkey-lang-ru.spec:1.2	Mon Apr 17 19:56:09 2006
+++ SPECS/seamonkey-lang-ru.spec	Mon Apr 17 22:06:04 2006
@@ -28,8 +28,7 @@
 Rosyjskie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 unzip -o %{SOURCE1}
 install %{SOURCE2} .
 ./gen-installed-chrome.sh locale chrome/{RU,ru-RU,ru-unix,enigmail-RU}.jar \
@@ -70,6 +69,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.2  2006/04/17 17:56:09  sparky
 - added enigmail translation
 

================================================================
Index: SPECS/seamonkey-lang-sv.spec
diff -u SPECS/seamonkey-lang-sv.spec:1.3 SPECS/seamonkey-lang-sv.spec:1.4
--- SPECS/seamonkey-lang-sv.spec:1.3	Mon Apr 17 19:59:12 2006
+++ SPECS/seamonkey-lang-sv.spec	Mon Apr 17 22:06:04 2006
@@ -28,8 +28,7 @@
 Szwedzkie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 unzip -o %{SOURCE1}
 install %{SOURCE2} .
 ./gen-installed-chrome.sh locale chrome/{SE,sv-SE,sv-unix,enigmail-sv-SE}.jar \
@@ -68,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.3  2006/04/17 17:59:12  sparky
 - added enigmail translation
 

================================================================
Index: SPECS/seamonkey-lang-tr.spec
diff -u SPECS/seamonkey-lang-tr.spec:1.1 SPECS/seamonkey-lang-tr.spec:1.2
--- SPECS/seamonkey-lang-tr.spec:1.1	Sun Apr 16 22:37:30 2006
+++ SPECS/seamonkey-lang-tr.spec	Mon Apr 17 22:06:04 2006
@@ -26,10 +26,10 @@
 Tureckie pliki językowe dla SeaMonkeya.
 
 %prep
-%setup -q -c -T
-unzip %{SOURCE0}
+%setup -q -c
 install %{SOURCE1} .
-./gen-installed-chrome.sh locale chrome/{TR,tr-TR,tr-unix}.jar > lang-tr-installed-chrome.txt
+./gen-installed-chrome.sh locale chrome/{TR,tr-TR,tr-unix}.jar \
+	> lang-tr-installed-chrome.txt
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -63,6 +63,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/04/17 20:06:04  sparky
+- use %setup to unpack Source0
+
 Revision 1.1  2006/04/16 20:37:30  sparky
 - NEW, builds and works; last one, phewww
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-be.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-cs.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-de.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-en.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-es.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-eu.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-fr.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-it.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-ka.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-nb.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-pl.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-ru.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-sv.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey-lang-tr.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list