rpms/specspo/devel specspo-make.patch, 1.1, 1.2 specspo.spec, 1.37, 1.38

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


Author: kasal

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

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

specspo-make.patch:

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




More information about the fedora-extras-commits mailing list