]> git.pld-linux.org Git - packages/banshee.git/commitdiff
- autohell restored
authordeejay1 <deejay1@pld-linux.org>
Fri, 14 Nov 2008 17:01:35 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    banshee.spec -> 1.40

banshee.spec

index cbb006bac5197cc68400cd5d97ccb2c9968a5b09..fd0b875b48ab901ca1d540e1996dadb15b91b07a 100644 (file)
@@ -5,13 +5,15 @@ Summary:      A Mono/GStreamer Based Music Player
 Summary(pl.UTF-8):     Oparty na Mono/GStreamerze odtwarzacz muzyki
 Name:          banshee
 Version:       1.4.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Multimedia
 Source0:       http://download.banshee-project.org/banshee/%{name}-1-%{version}.tar.bz2
 # Source0-md5: cd245c2eb47c67f83e921f4edf105abe
 URL:           http://banshee-project.org/
 BuildRequires: GConf2-devel
+BuildRequires: autoconf >= 2.13
+BuildRequires: automake
 BuildRequires: dbus-devel >= 0.93
 BuildRequires: dbus-glib-devel >= 0.71
 BuildRequires: dotnet-gnome-sharp-devel >= 2.16.0
@@ -59,8 +61,12 @@ C#.
 %setup -q -n %{name}-1-%{version}
 
 %build
+%{__libtoolize}
 %{__intltoolize}
 %{__aclocal} -I build/m4/banshee -I build/m4/shamrock
+%{__automake}
+%{__autoconf}
+
 %configure \
        --disable-boo \
        --disable-dev-tests \
This page took 0.081615 seconds and 4 git commands to generate.