rpms/specspo/devel specspo-make.patch, 1.3, 1.4 specspo.spec, 1.39, 1.40

Štěpán Kasal (kasal) fedora-extras-commits at redhat.com
Fri Oct 5 13:24:20 UTC 2007


Author: kasal

Update of /cvs/pkgs/rpms/specspo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3408

Modified Files:
	specspo-make.patch specspo.spec 
Log Message:
- filter-out ro, sq, ur catalogues.

specspo-make.patch:

Index: specspo-make.patch
===================================================================
RCS file: /cvs/pkgs/rpms/specspo/devel/specspo-make.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- specspo-make.patch	5 Oct 2007 13:01:51 -0000	1.3
+++ specspo-make.patch	5 Oct 2007 13:24:18 -0000	1.4
@@ -11,15 +11,16 @@
  
 -DESCFILES = $(shell ls desc/*.po)
 -SUMFILES = $(shell ls summary/*.po)
-+POFILES = $(filter $(patsubst desc/%,%,$(wildcard desc/*.po)), \
-+		$(patsubst summary/%,%,$(wildcard summary/*.po)))
- 
+-
 -POFILES = $(sort $(patsubst desc/%,%,$(DESCFILES)) $(patsubst summary/%,%,$(SUMFILES)))
 -
 -MOFILES = $(patsubst %.po,%.mo,$(POFILES))
 -
 -all: $(MOFILES)
-+all: $(filter-out ku.mo lo.mo, $(POFILES:po=mo))
++POFILES = $(filter $(patsubst desc/%,%,$(wildcard desc/*.po)), \
++		$(patsubst summary/%,%,$(wildcard summary/*.po)))
++BAD_LOCALES = ku lo ro sq ur
++all: $(filter-out $(BAD_LOCALES:=.mo), $(POFILES:po=mo))
  
  install: all
  	mkdir -p $(DESTDIR)/$(INSTALLNLSDIR)


Index: specspo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/specspo/devel/specspo.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- specspo.spec	5 Oct 2007 13:01:51 -0000	1.39
+++ specspo.spec	5 Oct 2007 13:24:18 -0000	1.40
@@ -50,7 +50,8 @@
   them in the Makefile.
 - Removed Makefile.rules, it is not used.
 - specspo-make.patch: build *.mo only if both *.po are available.
-- filter-out ku.mo, lo.mo.
+- filter-out ku, lo, ro, sq, ur catalogues; they are malformed.
+
 * Thu May 24 2007 Martin Bacovsky <mbacovsk at redhat.com> - 14-1
 - Updated translations
 




More information about the fedora-extras-commits mailing list