SPECS: anjuta.spec - reenable autoreconfiguration, problem with mi...
twittner
twittner at pld-linux.org
Sat Oct 27 21:46:39 CEST 2007
Author: twittner Date: Sat Oct 27 19:46:39 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- reenable autoreconfiguration, problem with missing GNOME_COMPILE_WARNINGS
macro has been solved by adding BR: gnome-libs-devel
- rel. 1
---- Files affected:
SPECS:
anjuta.spec (1.129 -> 1.130)
---- Diffs:
================================================================
Index: SPECS/anjuta.spec
diff -u SPECS/anjuta.spec:1.129 SPECS/anjuta.spec:1.130
--- SPECS/anjuta.spec:1.129 Sat Oct 27 14:15:21 2007
+++ SPECS/anjuta.spec Sat Oct 27 21:46:34 2007
@@ -5,7 +5,7 @@
Summary(pt_BR.UTF-8): Ambiente de desenvolvimento integrado C e C++
Name: anjuta
Version: 2.2.2
-Release: 0.1
+Release: 1
Epoch: 1
License: GPL
Group: Development/Tools
@@ -27,6 +27,7 @@
BuildRequires: glib2-devel >= 1:2.14
BuildRequires: gnome-build-devel >= 0.2.0
BuildRequires: gnome-doc-utils
+BuildRequires: gnome-libs-devel
BuildRequires: gnome-vfs2-devel >= 2.10.0
BuildRequires: graphviz-devel >= 2.6.0
BuildRequires: gtk-doc >= 1.7
@@ -136,12 +137,12 @@
%patch2 -p1
%build
-#{__intltoolize}
-#{__libtoolize}
-#{__aclocal}
-#{__autoheader}
-#{__autoconf}
-#{__automake}
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
%configure \
--with-html-dir=%{_gtkdocdir} \
--with-apr-config=%{_bindir}/apr-1-config \
@@ -149,7 +150,8 @@
--with-neon-config=%{_bindir}/neon-config \
--with-omf-dir=%{_omf_dest_dir} \
--disable-scrollkeeper \
- --disable-static
+ --disable-static
+
%{__make}
%install
@@ -249,6 +251,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.130 2007/10/27 19:46:34 twittner
+- reenable autoreconfiguration, problem with missing GNOME_COMPILE_WARNINGS
+ macro has been solved by adding BR: gnome-libs-devel
+- rel. 1
+
Revision 1.129 2007/10/27 12:15:21 twittner
- up to 2.2.2
- disable autoregeneration (broken/missing m4 sources?)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/anjuta.spec?r1=1.129&r2=1.130&f=u
More information about the pld-cvs-commit
mailing list