]> git.pld-linux.org Git - packages/bonobo-conf.git/commitdiff
- added am15 patch. bonobo-conf-0_11-1
authorkloczek <kloczek@pld-linux.org>
Fri, 21 Sep 2001 03:21:28 +0000 (03:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bonobo-conf.spec -> 1.6

bonobo-conf.spec

index 728acf62ca068ebabb8a20886d5778244762bf87..5708f418ffa16473180b256a149c9f11f7df4821 100644 (file)
@@ -10,6 +10,7 @@ Group(es):    X11/Bibliotecas
 Group(fr):     X11/Librairies
 Group(pl):     X11/Biblioteki
 Source0:       ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{version}.tar.gz
+Patch0:                %{name}-am15.patch
 URL:           http://www.gnome.org/
 BuildRequires: GConf-devel >= 0.11
 BuildRequires: audiofile-devel
@@ -56,13 +57,16 @@ Requires:   %{name}-devel = %{version}
 Static libraries for the configuration moniker.
 
 %prep
-%setup -q
+%setup  -q
+%patch0 -p1
 
 %build
+rm -f missing
 gettextize --copy --force
 libtoolize --copy --force
 aclocal -I macros
 autoconf
+automake -a -c
 %configure
 
 %{__make}
This page took 0.05359 seconds and 4 git commands to generate.