]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- up to 0.11 (url changed)
authorMarcin Gajda <m.gajda@functional-software.com>
Thu, 8 Jun 2006 12:21:18 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- mozilla.patch already present in source
- aclocal include added
- doesn't work when build against mozilla 1.7 (segfault), works with firefox, rel. 0.1

Changed files:
    devhelp.spec -> 1.54

devhelp.spec

index e7b5eace99a9af620c678df15b27fb77e557579d..de87c3754c6216396ce1cab210cb7588cc5f9e72 100644 (file)
@@ -1,21 +1,20 @@
 #
 # Conditional build:
-%bcond_with    mozilla_firefox # build with mozilla-firefox-devel
+%bcond_without mozilla_firefox # build with mozilla-firefox-devel
 #
 %define                minmozver       5:1.7
 Summary:       DevHelp is a developer's help program for GNOME
 Summary(pl):   Program pomocy dla programistów GNOME
 Name:          devhelp
-Version:       0.10
-Release:       2
+Version:       0.11
+Release:       0.1
 License:       GPL v2+
 Group:         X11/Applications
-Source0:       http://ftp.imendio.com/pub/imendio/devhelp/src/%{name}-%{version}.tar.gz
-# Source0-md5: 79e71acb839ca504f37cccf2e520abe1
+Source0:       http://ftp.imendio.com/pub/imendio/devhelp/%{name}-%{version}.tar.gz
+# Source0-md5: 9c93f268e9cbdbb58931ccc3dba2fc9c
 Patch0:                %{name}-bookdir.patch
-Patch1:                %{name}-mozilla.patch
-Patch2:                %{name}-mozilla_includes.patch
-Patch3:                %{name}-desktop.patch
+Patch1:                %{name}-mozilla_includes.patch
+Patch2:                %{name}-desktop.patch
 URL:           http://www.imendio.com/projects/devhelp/
 BuildRequires: GConf2-devel
 BuildRequires: autoconf
@@ -91,11 +90,10 @@ Statyczna biblioteka Devhelp.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
This page took 0.071226 seconds and 4 git commands to generate.