Author: lisu Date: Tue Nov 10 11:38:21 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.6 - -printf-security.patch applied upstream - %%find_lang macro - do not give global privileges for non-root uig and gid - new icon
---- Files affected: packages/lbreakout2: lbreakout2.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: packages/lbreakout2/lbreakout2.spec diff -u packages/lbreakout2/lbreakout2.spec:1.27 packages/lbreakout2/lbreakout2.spec:1.28 --- packages/lbreakout2/lbreakout2.spec:1.27 Tue Feb 13 07:46:50 2007 +++ packages/lbreakout2/lbreakout2.spec Tue Nov 10 12:38:15 2009 @@ -2,21 +2,21 @@ Summary: Arkanoid clone Summary(pl.UTF-8): Klon Arkanoida Name: lbreakout2 -Version: 2.5.2 +Version: 2.6 Release: 1 -License: GPL +License: GPL v2+ Group: X11/Applications/Games -Source0: http://dl.sourceforge.net/lgames/%{name}-%{version}.tar.gz -# Source0-md5: ddec8888c86845cedc85b6259d2cd885 +Source0: http://downloads.sourceforge.net/lgames/%{name}-%{version}.tar.gz +# Source0-md5: fc5ae1e340953fdb9e35fd3e40dfc87f Source1: %{name}.desktop Source2: %{name}.png -Patch0: %{name}-printf-security.patch URL: http://lgames.sourceforge.net/index.php?project=LBreakout2 BuildRequires: SDL-devel >= 1.1.5 BuildRequires: SDL_mixer-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libpng-devel +BuildRequires: rpmbuild(macros) >= 1.268 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _localstatedir /var/games @@ -32,7 +32,6 @@ %prep %setup -q -%patch0 -p1 %build %{__aclocal} @@ -53,13 +52,15 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} +%find_lang %{name} --all-name + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(644,root,root,755) -%doc docs/*{html,jpg} -%attr(2755,root,games) %{_bindir}/* +%doc AUTHORS ChangeLog README TODO docs/*{html,jpg} +%attr(755,root,root) %{_bindir}/* %{_datadir}/lbreakout2 %attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/lbreakout* %{_desktopdir}/*.desktop @@ -71,6 +72,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2009/11/10 11:38:15 lisu +- up to 2.6 +- -printf-security.patch applied upstream +- %%find_lang macro +- do not give global privileges for non-root uig and gid +- new icon + Revision 1.27 2007/02/13 06:46:50 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lbreakout2/lbreakout2.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
