Author: duddits Date: Sun Mar 8 17:28:56 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel. 2 - drop /usr/share/locale/la support for now - %files tune-ups
---- Files affected: SPECS: tomboy.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: SPECS/tomboy.spec diff -u SPECS/tomboy.spec:1.50 SPECS/tomboy.spec:1.51 --- SPECS/tomboy.spec:1.50 Fri Mar 6 16:14:16 2009 +++ SPECS/tomboy.spec Sun Mar 8 18:28:51 2009 @@ -6,7 +6,7 @@ Summary(pl.UTF-8): Tomboy - aplikacja do notatek na pulpicie Name: tomboy Version: 0.12.2 -Release: 1 +Release: 2 License: LGPL v2.1 Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/tomboy/0.12/%{name}-%{version}.tar.bz2 @@ -61,6 +61,10 @@ %prep %setup -q +# disable /usr/share/locale/la/LC_MESSAGES +%{__sed} -i -e '/la$/d' po/LINGUAS +%{__rm} po/la.po + %build %{__glib_gettextize} %{__intltoolize} @@ -102,7 +106,8 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/%{name}/*.exe* +%attr(755,root,root) %{_libdir}/%{name}/*.exe +%attr(755,root,root) %{_libdir}/%{name}/*.exe.mdb %attr(755,root,root) %{_libdir}/%{name}/*.so %{_datadir}/%{name} %dir %{_libdir}/%{name} @@ -123,6 +128,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2009/03/08 17:28:51 duddits +- rel. 2 +- drop /usr/share/locale/la support for now +- %files tune-ups + Revision 1.50 2009/03/06 15:14:16 duddits - up to 0.12.2 - %files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tomboy.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
