Author: zboczuch Date: Mon Jul 31 08:56:31 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added subpackage with pligin for gedit2
---- Files affected: SPECS: devhelp.spec (1.55 -> 1.56) ---- Diffs: ================================================================ Index: SPECS/devhelp.spec diff -u SPECS/devhelp.spec:1.55 SPECS/devhelp.spec:1.56 --- SPECS/devhelp.spec:1.55 Mon Jul 31 09:50:23 2006 +++ SPECS/devhelp.spec Mon Jul 31 10:56:26 2006 @@ -8,7 +8,7 @@ Summary(pl): Program pomocy dla programistów GNOME Name: devhelp Version: 0.12 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/devhelp/0.12/%{name}-%{version}.tar.gz @@ -86,6 +86,21 @@ %description static -l pl Statyczna biblioteka Devhelp. +%package -n gedit2-plugin-devhelp +Summary: Devhelp plugin for Gedit editor +Summary(pl): Wtyczka devhelpa dle edytora Gedit +Group: X11/Applications +BuildRequires: python +Requires: %{name}-libs = %{version}-%{release} +Requires: gedit2 + +%description -n gedit2-plugin-devhelp +This plugin enables gtk documentation browser using devhelp libraries. + +%description -n gedit2-plugin-devhelp -l pl +Wtyczka umożliwiająca przeglądanie dokumentacji gtk przy pomocy +bibliotek devhelpa. + %prep %setup -q %patch0 -p1 @@ -150,12 +165,20 @@ %defattr(644,root,root,755) %{_libdir}/lib*.a +%files -n gedit2-plugin-devhelp +%defattr(644,root,root,755) +%{_libdir}/gedit-2/plugins/%{name}.gedit-plugin +%{_libdir}/gedit-2/plugins/%{name}/*.py[oc] + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.56 2006/07/31 08:56:26 zboczuch +- added subpackage with pligin for gedit2 + Revision 1.55 2006/07/31 07:50:23 zboczuch - up to 0.12 (back to url on gnome.org) - desktop icon in icons directory, not pixmaps ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/devhelp.spec?r1=1.55&r2=1.56&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
