rpms/gle/devel gle.spec,1.11,1.12

Terje Røsten terjeros at fedoraproject.org
Thu May 21 09:08:30 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/gle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2972

Modified Files:
	gle.spec 
Log Message:
* Tue May 19 2009 Terje Rosten <terjeros at phys.ntnu.no> - 4.2.0-2
- Build with cairo support 
- Use correct optflags



Index: gle.spec
===================================================================
RCS file: /cvs/extras/rpms/gle/devel/gle.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- gle.spec	19 May 2009 06:46:39 -0000	1.11
+++ gle.spec	21 May 2009 09:08:00 -0000	1.12
@@ -2,7 +2,7 @@
 Summary:       Graphics Layout Engine
 Name:          gle
 Version:       4.2.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       GPLv2+
 Group:         Applications/Multimedia
 URL:           http://www.gle-graphics.org/
@@ -12,7 +12,7 @@ Source2:       http://downloads.sourcefo
 BuildRequires: libstdc++-devel >= 3.0
 BuildRequires: libpng-devel libtiff-devel libjpeg-devel 
 BuildRequires: ncurses-devel zlib-devel xorg-x11-proto-devel
-BuildRequires: qt4-devel >= 4.1.1
+BuildRequires: qt4-devel >= 4.1.1 cairo-devel
 BuildRequires: dos2unix
 Requires:      ghostscript
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -33,8 +33,9 @@ JPEG, and PNG.
 %{__install} -p -m 0644 %{SOURCE2} .
 
 %build
+export CPPFLAGS="%{optflags}"
 %configure --with-qt=%{_libdir}/qt4 --with-x --with-rpath=no
-%{__make} 
+%{__make}
 # %{?_smp_mflags} build fails.
 
 %install
@@ -60,6 +61,10 @@ dos2unix LICENSE.txt
 %{_libdir}/lib%{name}-graphics-%{version}.so
 
 %changelog
+* Tue May 19 2009 Terje Rosten <terjeros at phys.ntnu.no> - 4.2.0-2
+- Build with cairo support 
+- Use correct optflags
+
 * Tue May 19 2009 Terje Rosten <terjeros at phys.ntnu.no> - 4.2.0-1
 - 4.2.0
 - Drop gcc43 patch now upstream




More information about the scm-commits mailing list