]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- regenerate am/ac file ad added fix in %build for get GNOME DTD dile from proper...
authorkloczek <kloczek@pld-linux.org>
Wed, 18 Apr 2001 09:06:22 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa.spec -> 1.34

balsa.spec

index afe1813039960ea4df613cf5c2f0c91efbe5b2a4..04ee9d570d3de7098a040cab65656874ece45082 100644 (file)
@@ -1,13 +1,15 @@
 Summary:       balsa - GNOME e-Mail program
 Summary(pl):   Klient poczty dla GNOME z silnikiem mutt-a
 Name:          balsa
-Version:       1.1.2
+Version:       1.1.3
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
 Group(pl):     X11/Aplikacje
 Source0:       http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: bison
 BuildRequires: docbook-style-dsssl
 BuildRequires: docbook-gnome-dtd10-sgml
@@ -50,6 +52,9 @@ pot
 
 %build
 gettextize --copy --force 
+aclocal -I macros
+autoconf
+automake -a -c
 %configure \
        --enable-system-install \
        --enable-all \
@@ -60,7 +65,8 @@ gettextize --copy --force
        --with-ssl \
        --enable-ldap \
        --enable-gtkhtml
-%{__make}
+%{__make} \
+       GDP_STYLESHEET=/usr/share/sgml/docbook/gnome-customization-1.0/docbook-gnome-3.1.dtd
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.356635 seconds and 4 git commands to generate.