SPECS (AC-branch): libmms.spec - release 3 - BR autoconf, automake...
baggins
baggins at pld-linux.org
Tue May 16 00:13:25 CEST 2006
Author: baggins Date: Mon May 15 22:13:25 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- release 3
- BR autoconf, automake
- regenerate configure (needed for amd64)
---- Files affected:
SPECS:
libmms.spec (1.3.2.1 -> 1.3.2.2)
---- Diffs:
================================================================
Index: SPECS/libmms.spec
diff -u SPECS/libmms.spec:1.3.2.1 SPECS/libmms.spec:1.3.2.2
--- SPECS/libmms.spec:1.3.2.1 Tue May 16 00:05:58 2006
+++ SPECS/libmms.spec Tue May 16 00:13:20 2006
@@ -3,12 +3,14 @@
Summary(pl): LibMMS - biblioteka przetwarzająca mms:// i mmsh://
Name: libmms
Version: 0.2
-Release: 2
+Release: 3
License: LGPL
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: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -50,6 +52,10 @@
%setup -q
%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
%configure
%{__make} \
PKG_LIBS='$(GLIB_LIBS)'
@@ -88,6 +94,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3.2.2 2006/05/15 22:13:20 baggins
+- release 3
+- BR autoconf, automake
+- regenerate configure (needed for amd64)
+
Revision 1.3.2.1 2006/05/15 22:05:58 baggins
- updated to 0.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libmms.spec?r1=1.3.2.1&r2=1.3.2.2&f=u
More information about the pld-cvs-commit
mailing list