]> git.pld-linux.org Git - packages/ganso.git/commitdiff
- release 3: rebuild on new gnome-libs linked with audiofile 0.2.1.
authorkloczek <kloczek@pld-linux.org>
Sat, 3 Mar 2001 14:10:01 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ganso.spec -> 1.6

ganso.spec

index 4804f1636ae3f1e7474452f51b1f35c793a63e54..dcf051ea7ba4a948b1077f8a4881a541e5883954 100644 (file)
@@ -1,17 +1,17 @@
 Summary:       GAnSO - Gnome Animation StudiO
 Name:          ganso
 Version:       0.1.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Graphics
 Group(de):     X11/Applikationen/Grafik
 Group(pl):     X11/Aplikacje/Grafika
 Source0:       ftp://ftp.gpul.org/gpul/%{name}-%{version}.tar.bz2
+URL:           http://www.gpul.org/proyectos/ganso/
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel >= 1.0.0
 BuildRequires: libstdc++-devel
 BuildRequires: libxml-devel
-URL:           http://www.gpul.org/proyectos/ganso/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/X11
@@ -36,9 +36,11 @@ both keep animated.
 %setup -q
 
 %build
-CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions -fno-implicit-templates"
-export CXXFLAGS
 gettextize --copy --force
+aclocal -I macros
+autoconf
+automake -a -c
+CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions -fno-implicit-templates"
 %configure \
        --disable-static
 %{__make}
This page took 0.102204 seconds and 4 git commands to generate.