.gear/rules | 2 + .../tags/853b46dc12b389078db486a92fad7ef9366eb27a | 6 + .gear/tags/list | 1 + data/devhelp.schemas.in | 2 +- devhelp.spec | 277 ++++++++++++++++++++ src/Makefile.am | 3 - 6 files changed, 287 insertions(+), 4 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..23eb405 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: DEVHELP_2_32_0:. +diff: DEVHELP_2_32_0:. . diff --git a/.gear/tags/853b46dc12b389078db486a92fad7ef9366eb27a b/.gear/tags/853b46dc12b389078db486a92fad7ef9366eb27a new file mode 100644 index 0000000..f68f134 --- /dev/null +++ b/.gear/tags/853b46dc12b389078db486a92fad7ef9366eb27a @@ -0,0 +1,6 @@ +object fd7f843f86d7fa460d148dbb43ddf96c63b1a430 +type commit +tag DEVHELP_2_32_0 +tagger Frédéric Péters 1285620461 +0200 + +[release] 2.32.0 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..eab7255 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +853b46dc12b389078db486a92fad7ef9366eb27a DEVHELP_2_32_0 diff --git a/data/devhelp.schemas.in b/data/devhelp.schemas.in index c30d76a..103bb41 100644 --- a/data/devhelp.schemas.in +++ b/data/devhelp.schemas.in @@ -132,7 +132,7 @@ devhelp list string - + false Books disabled List of books disabled by the user. diff --git a/devhelp.spec b/devhelp.spec new file mode 100644 index 0000000..1f48548 --- /dev/null +++ b/devhelp.spec @@ -0,0 +1,277 @@ +%define ver_major 2.32 + +Name: devhelp +Version: %ver_major.0 +Release: alt2 + +Summary: Developer's help program +Summary(be_BY.UTF-8): Сыстэма даведкі для распрацоўніка ў асяродьдзі GNOME +Summary(ru_RU.UTF-8): Справочная система для разработчика в среде GNOME +Packager: GNOME Maintainers Team +License: %gpl2plus +Group: Development/Other +Url: http://www.gnome.org + +Source: %gnome_ftp/%name/%ver_major/%name-%version.tar +Patch0: %name-%version-%release.patch + +# From configure.in +%define gtk_ver 2.10.0 +%define libwnck_ver 2.10.0 +%define GConf_ver 2.6.0 +%define webkit_ver 1.1.13 + +Requires: lib%name = %version-%release + +PreReq: GConf2 + +BuildPreReq: rpm-build-gnome >= 0.6 gnome-common +BuildPreReq: rpm-build-licenses +BuildPreReq: gtk-doc + +# From configure.in +BuildPreReq: intltool >= 0.40.0 +BuildPreReq: libgtk+2-devel >= %gtk_ver +BuildPreReq: libwnck-devel >= %libwnck_ver +BuildPreReq: GConf libGConf-devel >= %GConf_ver +BuildPreReq: libwebkitgtk2-devel >= %webkit_ver +BuildPreReq: libunique-devel >= 1.1 +BuildPreReq: zlib-devel +BuildPreReq: xorg-xproto-devel + +%description +A developers help program. + +%description -l be_BY.UTF-8 +Даведкавая сыстэма для распрацоўніка у асяродзьдзі GNOME. + +%description -l ru_RU.UTF-8 +Справочная система для разработчика в среде GNOME. + +%package -n lib%name +Summary: Devhelp widgets library +Summary(be_BY.UTF-8): Бібліятэка віджэтаў Devhelp +Summary(ru_RU.UTF-8): Библиотека виджетов Devhelp +Group: System/Libraries + +%description -n lib%name +This package provides shared library required for Devhelp to work. + +%description -l be_BY.UTF-8 -n lib%name +Гэты пакет утрымлівае неабходную для працы Devhelp бібіліятэку. + +%description -l ru_RU.UTF-8 -n lib%name +Пакет предостовляет необходимую для работы Devhelp библиотеку. + +%package -n lib%name-devel +Summary: Devhelp widgets headers +Summary(be_BY.UTF-8): Файлы распрацоўкі патрэбныя для пабудовы дастасаваньняў з %name +Summary(ru_RU.UTF-8): Файлы разработки нужные для построения приложений с %name +Group: Development/C +Requires: lib%name = %version-%release + +%description -n lib%name-devel +This package provides files required to develop programs that use +Devhelp widgets. + +%description -n lib%name-devel -l be_BY.UTF-8 +Файлы распрацоўкі патрэбныя для пабудовы дастасаваньняў з %name + +%description -n lib%name-devel -l ru_RU.UTF-8 +Файлы разработки нужные для построения приложений с %name + +%package -n gedit-plugin-%name +Summary: DevHelp integration into GEdit +Group: Development/Other + +%description -n gedit-plugin-%name +This plugin for GEdit enables using DevHelp from inside the editor. + +%define _devhelpdir %_datadir/%name + +%prep +%setup -q +# patch0 -p1 + +%build +NOCONFIGURE=1 ./autogen.sh +%configure \ + --disable-static \ + --disable-schemas-install + +%make_build + +%install +%make_install install DESTDIR=%buildroot + +# Create some directories in %name hierarchy +mkdir -p %buildroot%_devhelpdir/{specs,books} + +%find_lang %name + +%post +%gconf2_install %name + +%preun +if [ $1 = 0 ]; then +%gconf2_uninstall %name +fi + +%files -f %name.lang +%_bindir/* +%dir %_devhelpdir +%_devhelpdir/* +%_desktopdir/%name.desktop +%_liconsdir/devhelp.* +%_iconsdir/hicolor/*/apps/devhelp.* +%config %gconf_schemasdir/* +%doc AUTHORS ChangeLog NEWS README TODO + +%files -n lib%name +%_libdir/*.so.* + +%files -n lib%name-devel +%_includedir/* +%_libdir/*.so +%_pkgconfigdir/lib%name-*.pc + +%files -n gedit-plugin-%name +%gedit_pluginsdir/%name.gedit-plugin +%dir %gedit_pluginsdir/%name +%gedit_pluginsdir/%name/* + +%changelog +* Fri Oct 08 2010 Alexey Shabalin 2.32.0-alt2 +- add default value for books_disabled to GConf schema + +* Mon Oct 04 2010 Alexey Shabalin 2.32.0-alt1 +- 2.32.0 + +* Mon Sep 13 2010 Alexey Shabalin 2.31.92-alt1 +- 2.31.92 + +* Tue Mar 30 2010 Alexey Shabalin 2.30.0-alt1 +- 2.30.0 + +* Wed Feb 10 2010 Alexey Shabalin 0.29.90-alt1 +- 0.29.90 + +* Wed Dec 02 2009 Eugeny A. Rostovtsev (REAL) 0.28.1-alt1.1 +- Rebuilt with python 2.6 + +* Tue Oct 20 2009 Alexey Shabalin 0.28.1-alt1 +- 0.28.1 + +* Mon Sep 28 2009 Alexey Shabalin 0.28.0.1-alt1 +- 0.28.0.1 + +* Mon Sep 21 2009 Alexey Shabalin 0.28.0-alt1 +- 0.28.0 + +* Tue Aug 18 2009 Alexey Shabalin 0.23.1-alt1 +- 0.23.1 + +* Fri Apr 10 2009 Alexey Shabalin 0.23-alt1 +- 0.23 +- cleanup spec (drop all about cvsdate) + +* Sat Dec 06 2008 Yuri N. Sedunov 0.22-alt1 +- 0.22 (move to WebKit) + +* Thu Oct 02 2008 Yuri N. Sedunov 0.21-alt2 +- 0.21 +- fixed build for x86_64 + +* Thu Oct 02 2008 Yuri N. Sedunov 0.20-alt1 +- 0.20 + +* Thu Jul 10 2008 Yuri N. Sedunov 0.19.1-alt1 +- new version +- build against xulrunner. + +* Thu Apr 10 2008 Igor Vlasenko 0.19-alt2.qa1 +- NMU (by repocop): the following fixes applied: + * desktop-mime-entry for devhelp + * update_menus for devhelp + +* Mon Feb 25 2008 Alexey Rusakov 0.19-alt2 +- Rebuilt with Python 2.5. + +* Mon Feb 11 2008 Alexey Rusakov 0.19-alt1 +- new version 0.19 (with rpmrb script) + +* Tue Jan 08 2008 Alexey Rusakov 0.17-alt1 +- New version (0.17). +- The patch for the .pc file went upstream. +- Updated dependencies. + +* Tue Oct 09 2007 Alexey Rusakov 0.16.1-alt1 +- new version (0.16.1) +- fixed excess dependencies mentioned in the .pc file. + +* Mon Sep 10 2007 Alexey Rusakov 0.16-alt1 +- new version (0.16) +- more macros used, including license macro. + +* Sat Jun 09 2007 Alexey Rusakov 0.14-alt1 +- new version (0.14) +- updated dependencies +- package GEdit plugin + +* Tue Apr 03 2007 Alexey Rusakov 0.13-alt1 +- new version 0.13 (with rpmrb script) + +* Tue Dec 19 2006 Alexey Rusakov 0.12-alt2 +- switch Gecko backend to Firefox. +- minor cleanup. + +* Fri Jul 28 2006 Alexey Rusakov 0.12-alt1 +- new version 0.12. +- updated files list (GEdit plugin is not included yet). + +* Sat Feb 25 2006 Alexey Rusakov 0.11-alt1 +- new version (0.11) +- cleaned up the spec, revised dependencies +- introduced gecko_provider switch (choose from mozilla, seamonkey, FF, and TB). +- removed Debian menu support. + +* Mon Jun 13 2005 Yuri N. Sedunov 0.10-alt1 +- 0.10 + +* Thu Oct 28 2004 Yuri N. Sedunov 0.9.3-alt1 +- 0.9.3 + +* Tue Aug 17 2004 Vital Khilko 0.9.1-alt2 +- updated belarusian translations. + +* Sun Jul 25 2004 Yuri N. Sedunov 0.9.1-alt1 +- 0.9.1 +- use freedesktop2menu.pl to build menu file. +- updated translations. + +* Fri Jul 23 2004 Yuri N. Sedunov 0.9-alt1.1 +- rebuild against new mozilla-1.7 + +* Thu Mar 18 2004 Yuri N. Sedunov 0.9-alt1 +- 0.9 + +* Fri Feb 13 2004 Yuri N. Sedunov 0.8.1-alt1 +- 0.8.1 + +* Wed Oct 01 2003 Yuri N. Sedunov 0.7-alt2 +- fixed buildreqs. + +* Sun Jun 29 2003 Yuri N. Sedunov 0.7-alt1 +- 0.7 + +* Mon Apr 28 2003 Yuri N. Sedunov 0.6.0-alt1 +- 0.6.0 + +* Mon Mar 03 2003 Yuri N. Sedunov 0.5.0-alt0.7 +- 0.5.0 + +* Tue Feb 04 2003 Yuri N. Sedunov 0.4.99-alt0.6cvs20030204 +- gnome2 version from cvs crashes on startup. + +* Sun May 05 2002 Yuri N. Sedunov 0.4-alt1 +- First build for Sisyphus. diff --git a/src/Makefile.am b/src/Makefile.am index 7f1fda3..ca6b2d7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,9 +25,6 @@ AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"Devhelp\" \ -DGDK_DISABLE_DEPRECATED \ -DGTK_DISABLE_DEPRECATED \ - -DG_DISABLE_SINGLE_INCLUDES \ - -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES \ - -DGTK_DISABLE_SINGLE_INCLUDES \ $(WARN_CFLAGS) bin_PROGRAMS = devhelp