Author: qboosh Date: Sat Mar 26 12:41:57 2011 GMT Module: packages Tag: HEAD ---- Log message: - en@shaw locale is now supported (via LANGUAGE)
---- Files affected: packages/devhelp: devhelp.spec (1.120 -> 1.121) ---- Diffs: ================================================================ Index: packages/devhelp/devhelp.spec diff -u packages/devhelp/devhelp.spec:1.120 packages/devhelp/devhelp.spec:1.121 --- packages/devhelp/devhelp.spec:1.120 Fri Feb 4 19:23:41 2011 +++ packages/devhelp/devhelp.spec Sat Mar 26 13:41:52 2011 @@ -25,7 +25,6 @@ BuildRequires: python BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.311 -BuildRequires: sed >= 4.0 BuildRequires: zlib-devel Requires(post,postun): gtk-update-icon-cache Requires(post,postun): hicolor-icon-theme @@ -95,9 +94,6 @@ %setup -q %patch0 -p1 -sed -i -e 's/^en@shaw//' po/LINGUAS -rm -f po/[email protected] - %build %{__intltoolize} %{__libtoolize} @@ -119,7 +115,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins/%{name}/*.py +%{__rm} $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins/%{name}/*.py %find_lang %{name} @@ -177,6 +173,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.121 2011/03/26 12:41:52 qboosh +- en@shaw locale is now supported (via LANGUAGE) + Revision 1.120 2011/02/04 18:23:41 wiget - Requires(post,postun): gtk-update-icon-cache ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/devhelp/devhelp.spec?r1=1.120&r2=1.121&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
