]> git.pld-linux.org Git - packages/WSoundServer.git/blobdiff - WSoundServer.spec
- BuildRequires: autoconf, automake, libtool
[packages/WSoundServer.git] / WSoundServer.spec
index 17fbc3dc736c815dc9d6c94f91c2e047e3f6ea0c..44954fd646da0481b58b5122a703d6fe510ac23a 100644 (file)
@@ -4,7 +4,7 @@ Summary(no):    Window Maker lydtjener
 Summary(pl):   Serwer d¼wiêku dla WindowMakera
 Name:          WSoundServer
 Version:       0.4.0
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Window Managers/Tools
 Group(de):     X11/Fenstermanager/Werkzeuge
@@ -22,6 +22,9 @@ BuildRequires:        libdockapp-devel
 BuildRequires: audiofile-devel >= 0.1.9
 BuildRequires: XFree86-devel
 BuildRequires: WindowMaker-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 Requires:      WindowMaker >= 0.60.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     wmsound
@@ -90,6 +93,11 @@ Biblioteki statyczne dla WSoundServer.
 %patch1 -p1
 
 %build
+rm -f missing
+libtoolize --copy --force
+aclocal
+autoconf
+automake -a -c
 %configure 
 
 %{__make}
This page took 0.032588 seconds and 4 git commands to generate.