SPECS: mcs.spec - added sonamefix patch to fix incorrect SONAME - ...
megabajt
megabajt at pld-linux.org
Sat Dec 29 18:32:24 CET 2007
Author: megabajt Date: Sat Dec 29 17:32:24 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added sonamefix patch to fix incorrect SONAME
- release 3
---- Files affected:
SPECS:
mcs.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/mcs.spec
diff -u SPECS/mcs.spec:1.12 SPECS/mcs.spec:1.13
--- SPECS/mcs.spec:1.12 Fri Nov 9 21:19:09 2007
+++ SPECS/mcs.spec Sat Dec 29 18:32:19 2007
@@ -6,12 +6,15 @@
Summary(pl.UTF-8): mcs - prosta, abstrakcyjna biblioteka konfiguracji
Name: mcs
Version: 0.6.0
-Release: 2
+Release: 3
License: BSD
Group: Development/Tools
Source0: http://distfiles.atheme.org/lib%{name}-%{version}.tgz
# Source0-md5: c75046d71dc37e8a8d2d66c412db4569
+Patch0: %{name}-sonamefix.patch
URL: http://www.atheme.org/projects/mcs.shtml
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: libmowgli-devel >= 0.4.0
Requires: %{name}-libs = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -60,8 +63,11 @@
%prep
%setup -q -n lib%{name}-%{version}
+%patch0 -p1
%build
+%{__aclocal} -I m4
+%{__autoconf}
%configure \
--disable-kconfig \
--disable-gconf
@@ -106,6 +112,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2007-12-29 17:32:19 megabajt
+- added sonamefix patch to fix incorrect SONAME
+- release 3
+
Revision 1.12 2007-11-09 20:19:09 arvenil
- libmowgli-devel >= 0.4.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mcs.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list