Author: adamg Date: Fri Oct 24 10:42:31 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - release 2 (rebuild against python-2.6) - make use of %py_ocomp / %py_comp / %py_postclean macros
---- Files affected: SPECS: labyrinth.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/labyrinth.spec diff -u SPECS/labyrinth.spec:1.5 SPECS/labyrinth.spec:1.6 --- SPECS/labyrinth.spec:1.5 Sun Jun 1 16:24:10 2008 +++ SPECS/labyrinth.spec Fri Oct 24 12:42:25 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Proste lecz potężne narzędzie do mapek umysłu dla GNOME Name: labyrinth Version: 0.4.0 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/labyrinth/0.4/%{name}-%{version}.tar.gz @@ -67,6 +67,10 @@ mv -f $RPM_BUILD_ROOT%{_datadir}/locale/pt{_PT,} +%py_ocomp $RPM_BUILD_ROOT%{py_sitedir} +%py_comp $RPM_BUILD_ROOT%{py_sitedir} +%py_postclean + %find_lang %{name} %clean @@ -80,7 +84,7 @@ %{_iconsdir}/hicolor/*/apps/labyrinth.* %{_desktopdir}/labyrinth.desktop %dir %{py_sitescriptdir}/labyrinth -%{py_sitescriptdir}/labyrinth/*.pyc +%{py_sitescriptdir}/labyrinth/*.py[co] %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -88,7 +92,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.5 2008/06/01 14:24:10 adamg +Revision 1.6 2008/10/24 10:42:25 adamg +- release 2 (rebuild against python-2.6) +- make use of %py_ocomp / %py_comp / %py_postclean macros + +Revision 1.5 2008-06-01 14:24:10 adamg - updated to 0.4.0 Revision 1.4 2007/06/24 20:46:36 qboosh ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/labyrinth.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
