]> git.pld-linux.org Git - packages/xut.git/commitdiff
- remove ugly characters from build output
authorlisu <lisu@pld-linux.org>
Thu, 5 Nov 2009 13:04:19 +0000 (13:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pl

Changed files:
    xut-link.patch -> 1.2
    xut.spec -> 1.5

xut-link.patch
xut.spec

index 9daa40e9380cf111ea096c2a245c27db2815d87c..46c6f6d15ff7ce84c91f5b4b0349857d8674466c 100644 (file)
@@ -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 422581b226a06387db43ee396cd03f0802dbbcae..93aa672579c3ac32c1a0fc8ac2c9b76cb94d75d4 100644 (file)
--- a/xut.spec
+++ b/xut.spec
@@ -4,6 +4,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
@@ -26,6 +27,7 @@ BuildRequires:        cal3d-devel
 BuildRequires: libogg-devel
 BuildRequires: libvorbis-devel
 BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,11 +36,17 @@ XUT is a project to make a button football game simulation.
 %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}
This page took 0.086157 seconds and 4 git commands to generate.