SPECS: pykota.spec - fix locale names in prep

baggins baggins at pld-linux.org
Sat Dec 8 02:00:05 CET 2007


Author: baggins                      Date: Sat Dec  8 01:00:05 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix locale names in prep

---- Files affected:
SPECS:
   pykota.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/pykota.spec
diff -u SPECS/pykota.spec:1.13 SPECS/pykota.spec:1.14
--- SPECS/pykota.spec:1.13	Sat Dec  8 01:38:49 2007
+++ SPECS/pykota.spec	Sat Dec  8 02:00:00 2007
@@ -43,6 +43,13 @@
 
 %prep
 %setup -q
+mv -f po/{el_GR,el}
+mv -f po/{nb_NO,nb}
+mv -f po/{sv_SE,sv}
+
+mv -f man/{el_GR,el}
+mv -f man/{nb_NO,nb}
+mv -f man/{sv_SE,sv}
 
 %build
 python checkdeps.py
@@ -55,10 +62,6 @@
 python setup.py install \
 	--root=$RPM_BUILD_ROOT --optimize=2
 
-mv -f $RPM_BUILD_ROOT%{_mandir}/{el_GR,el}
-mv -f $RPM_BUILD_ROOT%{_mandir}/{nb_NO,nb}
-mv -f $RPM_BUILD_ROOT%{_mandir}/{sv_SE,sv}
-
 %find_lang %{name}
 
 %clean
@@ -112,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2007-12-08 01:00:00  baggins
+- fix locale names in prep
+
 Revision 1.13  2007-12-08 00:38:49  baggins
 - finally, all deps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pykota.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list