]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- added subpackage with pligin for gedit2
authorMarcin Gajda <m.gajda@functional-software.com>
Mon, 31 Jul 2006 08:56:26 +0000 (08:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devhelp.spec -> 1.56

devhelp.spec

index 04ac2f5006983932102ee57db05c5e27af7f31d6..14b1f19393bec84412961d5043110e2e1f4b0651 100644 (file)
@@ -7,7 +7,7 @@ Summary:        DevHelp is a developer's help program for GNOME
 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
@@ -85,6 +85,21 @@ Static version of Devhelp library.
 %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
@@ -148,3 +163,8 @@ rm -rf $RPM_BUILD_ROOT
 %files static
 %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]
This page took 0.045058 seconds and 4 git commands to generate.