Author: lisu Date: Sat Jun 21 20:56:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - move to MAIN branch and rel 1 (why not?)
---- Files affected: SPECS: wormux.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/wormux.spec diff -u SPECS/wormux.spec:1.40 SPECS/wormux.spec:1.41 --- SPECS/wormux.spec:1.40 Tue Apr 17 23:42:31 2007 +++ SPECS/wormux.spec Sat Jun 21 22:56:24 2008 @@ -3,12 +3,12 @@ Summary(de.UTF-8): Ein kostenloser Team17 Worms-Klon Summary(pl.UTF-8): Wolnodostępny klon Worms z Team17 Name: wormux -Version: 0.7.9 -Release: 2 +Version: 0.8 +Release: 1 License: GPL v2+ Group: Applications/Games -Source0: http://download.gna.org/wormux/%{name}-%{version}.tar.gz -# Source0-md5: d921ae5bad243dec7bb6825d6e0b9d16 +Source0: http://download.gna.org/wormux/%{name}-%{version}.tar.bz2 +# Source0-md5: 79400ddcb2e9fdfcd4145c62940a24d3 Patch0: %{name}-disable-werror.patch Patch1: %{name}-desktop.patch URL: http://www.wormux.org/en/index.php @@ -20,11 +20,13 @@ BuildRequires: SDL_ttf-devel BuildRequires: autoconf BuildRequires: automake -BuildRequires: curl-devel +BuildRequires: curl-devel >= 7.16.4-2 BuildRequires: gettext-devel +BuildRequires: libpng-devel BuildRequires: libxml++-devel >= 2.6 BuildRequires: perl-base BuildRequires: pkgconfig +BuildRequires: sed >= 4.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -41,11 +43,10 @@ %patch0 -p1 %patch1 -p1 -# let *.mo build -rm -f po/stamp-po +# disable building unsupported locale +sed -i -e 's|cpf||g' po/LINGUAS %build -touch config.rpath %{__aclocal} -I m4 %{__autoconf} %{__automake} @@ -55,15 +56,12 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install data/wormux.desktop $RPM_BUILD_ROOT%{_desktopdir} -install data/wormux_32x32.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm - -mv -f $RPM_BUILD_ROOT%{_datadir}/locale/pt{-BR,_BR} +# rename pixmap +mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}_128x128.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png %find_lang %{name} @@ -76,7 +74,7 @@ %attr(755,root,root) %{_bindir}/wormux %{_datadir}/games/%{name} %{_desktopdir}/%{name}.desktop -%{_pixmapsdir}/%{name}.xpm +%{_pixmapsdir}/%{name}.png %{_mandir}/man6/wormux.6* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -85,6 +83,38 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2008/06/21 20:56:24 lisu +- move to MAIN branch and rel 1 (why not?) + +Revision 1.40.2.10 2008/05/20 21:08:07 arvenil +- up to 0.8 + +Revision 1.40.2.9 2007-12-25 15:13:23 lisu +- up to 0.8beta4 + +Revision 1.40.2.7 2007-11-29 12:31:51 arvenil +- up to 0.8-beta3 + +Revision 1.40.2.6 2007-09-14 19:41:58 arvenil +- fixed BR + +Revision 1.40.2.5 2007/09/14 18:03:53 shadzik +- no stamp-po; nothing to be removed + +Revision 1.40.2.4 2007/09/14 17:55:43 shadzik +- no need to touch config.rpath + +Revision 1.40.2.3 2007/09/14 17:53:20 shadzik +- BR: sed + +Revision 1.40.2.2 2007/09/14 17:18:24 arvenil +- disabled building unsupported locale (cpf.po) + +Revision 1.40.2.1 2007/09/12 12:05:45 arvenil +- up to 0.8beta2 +- BR: libssh2-devel +- BR: libpng-devel + Revision 1.40 2007/04/17 21:42:31 megabajt - rebuild to fix libstdc++ implementation change (_ZNSo9_M_insertEPKcl) - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wormux.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
