SPECS: gtkmathview.spec - updated to 0.7.7, proper fix for AM_BINR...

qboosh qboosh at pld-linux.org
Sat Dec 9 22:03:47 CET 2006


Author: qboosh                       Date: Sat Dec  9 21:03:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.7.7, proper fix for AM_BINRELOC
- BR: popt-devel for apps

---- Files affected:
SPECS:
   gtkmathview.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/gtkmathview.spec
diff -u SPECS/gtkmathview.spec:1.15 SPECS/gtkmathview.spec:1.16
--- SPECS/gtkmathview.spec:1.15	Thu Jul 13 19:21:22 2006
+++ SPECS/gtkmathview.spec	Sat Dec  9 22:03:41 2006
@@ -2,13 +2,12 @@
 Summary:	A GTK+ viewer to view MathML documents
 Summary(pl):	Przeglądarka dokumentów MathML dla GTK+
 Name:		gtkmathview
-Version:	0.7.6
-Release:	3
+Version:	0.7.7
+Release:	1
 License:	GPL v2+
 Group:		X11/Applications/Graphics
-#Source0Download: http://helm.cs.unibo.it/mml-widget/
-Source0:	http://www.cs.unibo.it/helm/mml-widget/sources/%{name}-%{version}.tar.gz
-# Source0-md5:	4bb348c98367228f0de0a2216a13d48f
+Source0:	http://helm.cs.unibo.it/mml-widget/sources/%{name}-%{version}.tar.gz
+# Source0-md5:	1640c4b1df4565fa502e41a8e60e0d73
 Patch0:		%{name}-no_static_viewer.patch
 URL:		http://helm.cs.unibo.it/mml-widget/
 BuildRequires:	autoconf >= 2.50
@@ -20,6 +19,7 @@
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:1.5
 BuildRequires:	pkgconfig
+BuildRequires:	popt-devel
 BuildRequires:	t1lib-devel >= 1.2
 Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -74,7 +74,8 @@
 %setup -q
 %patch0 -p1
 
-echo 'm4_pattern_allow(AM_BINRELOC)' > acinclude.m4
+# AM_BINRELOC
+tail -n +7449 aclocal.m4 > acinclude.m4
 
 %build
 %{__libtoolize}
@@ -82,7 +83,6 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-LDFLAGS="%{rpmldflags} -Wl,--as-needed"
 %configure \
 	--enable-libxml2 \
 	--enable-stats \
@@ -132,6 +132,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2006/12/09 21:03:41  qboosh
+- updated to 0.7.7, proper fix for AM_BINRELOC
+- BR: popt-devel for apps
+
 Revision 1.15  2006/07/13 17:21:22  freetz
 - rel.3, updated deps, --as-needed for LDFLAGS
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gtkmathview.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list