packages: xut/xut-link.patch, xut/xut.spec - remove ugly characters from bu...

lisu lisu at pld-linux.org
Thu Nov 5 14:04:25 CET 2009


Author: lisu                         Date: Thu Nov  5 13:04:25 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- remove ugly characters from build output
- pl

---- Files affected:
packages/xut:
   xut-link.patch (1.1 -> 1.2) , xut.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/xut/xut-link.patch
diff -u packages/xut/xut-link.patch:1.1 packages/xut/xut-link.patch:1.2
--- packages/xut/xut-link.patch:1.1	Thu Nov  5 13:46:55 2009
+++ packages/xut/xut-link.patch	Thu Nov  5 14:04:19 2009
@@ -5,7 +5,7 @@
  xut: $(ALONEOBJS)
  	@printf "Linking xut... "
 -	@$(CC) $(LDFLAGS) $(LIBS) $(EFLAGS) $(ALONEOBJS) -o $(BIN)xut
-+	@$(CC) $(LDFLAGS)  $(EFLAGS) $(ALONEOBJS) -o $(BIN)xut $(LIBS)
++	@$(CC) $(LDFLAGS) $(EFLAGS) $(ALONEOBJS) -o $(BIN)xut $(LIBS)
  	@printf "\e[0;32mDone.\e[0;0m\n"
  
  #end stand alone things

================================================================
Index: packages/xut/xut.spec
diff -u packages/xut/xut.spec:1.4 packages/xut/xut.spec:1.5
--- packages/xut/xut.spec:1.4	Thu Nov  5 13:46:21 2009
+++ packages/xut/xut.spec	Thu Nov  5 14:04:19 2009
@@ -5,6 +5,7 @@
 %define		file_version %(echo %{version} | tr . _)
 Summary:	A button football simulation
 Summary(hu.UTF-8):	Gombfoci szimuláció
+Summary(pl.UTF-8):	Symulator piłki nożnej
 Name:		xut
 Version:	0.2
 Release:	0.1
@@ -27,6 +28,7 @@
 BuildRequires:	libogg-devel
 BuildRequires:	libvorbis-devel
 BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -35,11 +37,17 @@
 %description -l hu.UTF-8
 XUT egy project, amelynek a célja egy gombfoci szimulátor létrehozása.
 
+%description -l pl.UTF-8
+XUT jest projektem "guzikowego" symulatora piłki nożnej.
+
 %prep
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
 
+# remove ugly special chars from echo outputs
+%{__sed} -i 's/\[0;32m//;s/\[0;0m//;s/\\e//g' `find -name Makefile.in`
+
 %build
 #%%{__aclocal}
 #%%{__autoconf}
@@ -70,6 +78,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/11/05 13:04:19  lisu
+- remove ugly characters from build output
+- pl
+
 Revision 1.4  2009/11/05 12:46:21  lisu
 - fix linking (link.patch)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xut/xut-link.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xut/xut.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list