rpms/specspo/devel specspo-make.patch, 1.2, 1.3 specspo.spec, 1.38, 1.39

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


Author: kasal

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

Modified Files:
	specspo-make.patch specspo.spec 
Log Message:
- filter-out lo.mo.

specspo-make.patch:

Index: specspo-make.patch
===================================================================
RCS file: /cvs/pkgs/rpms/specspo/devel/specspo-make.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- specspo-make.patch	5 Oct 2007 12:38:40 -0000	1.2
+++ specspo-make.patch	5 Oct 2007 13:01:51 -0000	1.3
@@ -19,7 +19,7 @@
 -MOFILES = $(patsubst %.po,%.mo,$(POFILES))
 -
 -all: $(MOFILES)
-+all: $(filter-out ku.mo, $(POFILES:po=mo))
++all: $(filter-out ku.mo lo.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.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- specspo.spec	5 Oct 2007 12:38:40 -0000	1.38
+++ specspo.spec	5 Oct 2007 13:01:51 -0000	1.39
@@ -50,7 +50,7 @@
   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.
+- filter-out ku.mo, lo.mo.
 * Thu May 24 2007 Martin Bacovsky <mbacovsk at redhat.com> - 14-1
 - Updated translations
 




More information about the fedora-extras-commits mailing list