]> git.pld-linux.org Git - packages/alsaplayer.git/commitdiff
- release 2
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 6 Oct 2001 16:47:23 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac2.5 ready (BR added)

Changed files:
    alsaplayer.spec -> 1.20

alsaplayer.spec

index 1c7a68befd4994a91a99291d6b5a36019d720c6b..a6c71729f775529e8506f025e494efcc2cae5d0d 100644 (file)
@@ -1,8 +1,9 @@
 Summary:       Alsaplayer
+Summary(pl):   Alsaplayer
 Name:          alsaplayer
 Version:       0.99.31
-Release:       1
-Copyright:     Opensource
+Release:       2
+License:       Opensource
 Group:         X11/Applications/Multimedia
 Group(de):     X11/Applikationen/Multimedia
 Group(pl):     X11/Aplikacje/Multimedia
@@ -13,6 +14,9 @@ BuildRequires:        esound-devel
 BuildRequires: audiofile-devel
 BuildRequires: libmikmod-devel
 BuildRequires: gtk+-devel
+BuildRequires: libtool
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %{_libdir}/%{name}
@@ -68,7 +72,10 @@ General features:
 %setup -q
 
 %build
-%configure2_13
+libtoolize --copy --force
+aclocal
+autoconf
+%configure
 %{__make}
 
 %install
This page took 0.030774 seconds and 4 git commands to generate.