]> git.pld-linux.org Git - packages/libmms.git/blobdiff - libmms.spec
- ac/am/lt regeneration (needed for amd64)
[packages/libmms.git] / libmms.spec
index 8fd7acd10d7dd9da4aeca81b749f6690b18f13ac..ec79621a7d5a01adf081d7ac6b8be48a6f1657d9 100644 (file)
@@ -8,7 +8,10 @@ Group:         Libraries
 Source0:       http://dl.sourceforge.net/libmms/%{name}-%{version}.tar.gz
 # Source0-md5: 7e7117f8a28b21ce11beb3d2816066ff
 URL:           http://sourceforge.net/projects/libmms/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: glib2-devel >= 2.0.0
+BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -49,6 +52,11 @@ Statyczna biblioteka libmms.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make} \
        PKG_LIBS='$(GLIB_LIBS)'
This page took 0.069889 seconds and 4 git commands to generate.