rpms/gle/F-12 .cvsignore, 1.6, 1.7 gle.spec, 1.14, 1.15 sources, 1.6, 1.7

terjeros terjeros at fedoraproject.org
Sun Dec 6 21:15:48 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/gle/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1809/F-12

Modified Files:
	.cvsignore gle.spec sources 
Log Message:
Sync with rawhide.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gle/F-12/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	19 May 2009 06:46:39 -0000	1.6
+++ .cvsignore	6 Dec 2009 21:15:48 -0000	1.7
@@ -1,3 +1,4 @@
 GLE-4.2.0-src.zip
 gle-manual-4.2.0.pdf
 GLEusersguide.pdf
+gle-graphics-4.2.1-src.tar.gz


Index: gle.spec
===================================================================
RCS file: /cvs/extras/rpms/gle/F-12/gle.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- gle.spec	31 Jul 2009 14:01:15 -0000	1.14
+++ gle.spec	6 Dec 2009 21:15:48 -0000	1.15
@@ -1,13 +1,15 @@
+%global mver   4.2.0
+%global oname  gle-graphics
 
 Summary:       Graphics Layout Engine
 Name:          gle
-Version:       4.2.0
-Release:       4%{?dist}
+Version:       4.2.1
+Release:       1%{?dist}
 License:       GPLv2+
 Group:         Applications/Multimedia
 URL:           http://www.gle-graphics.org/
-Source:        http://downloads.sourceforge.net/glx/GLE-%{version}-src.zip
-Source1:       http://downloads.sourceforge.net/glx/gle-manual-%{version}.pdf
+Source0:       http://downloads.sourceforge.net/glx/gle4%20%28Current%20Active%20Version%29/%{version}/gle-graphics-%{version}-src.tar.gz
+Source1:       http://downloads.sourceforge.net/glx/gle-manual-%{mver}.pdf
 Source2:       http://downloads.sourceforge.net/glx/GLEusersguide.pdf
 BuildRequires: libstdc++-devel >= 3.0
 BuildRequires: libpng-devel libtiff-devel libjpeg-devel 
@@ -28,13 +30,14 @@ simple looping structures. Current outpu
 JPEG, and PNG.
 
 %prep
-%setup -q -n gle4
+%setup -q -n %{oname}-%{version}
 %{__install} -p -m 0644 %{SOURCE1} .
 %{__install} -p -m 0644 %{SOURCE2} .
 
 %build
 export CPPFLAGS="%{optflags}"
-%configure --with-qt=%{_libdir}/qt4 --with-x --with-rpath=no
+export CXXFLAGS="%{optflags}"
+%configure --with-qt=%{_libdir}/qt4 --with-x --with-rpath=no --with-debug=yes CPPFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
 %{__make}
 # %{?_smp_mflags} build fails.
 
@@ -56,11 +59,14 @@ dos2unix LICENSE.txt
 %{_bindir}/%{name}
 %{_bindir}/q%{name}
 %{_bindir}/manip
-%{_datadir}/%{name}
+%{_datadir}/%{oname}
 %{_mandir}/man1/%{name}*
-%{_libdir}/lib%{name}-graphics-%{version}.so
+%{_libdir}/lib%{oname}-%{version}.so
 
 %changelog
+* Sun Dec  6 2009 Terje Rosten <terjeros at phys.ntnu.no> - 4.2.1-1
+- 4.2.1
+
 * Fri Jul 31 2009 Terje Rosten <terjeros at phys.ntnu.no> - 4.2.0-4
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gle/F-12/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	19 May 2009 06:46:40 -0000	1.6
+++ sources	6 Dec 2009 21:15:48 -0000	1.7
@@ -1,3 +1,3 @@
-3b69e0508d94069ce4aed96f66da02c6  GLE-4.2.0-src.zip
 38f7a13e3a41cd386dc2d0a845cb86bc  gle-manual-4.2.0.pdf
 ab3f3787b96a602a486f5f39e72fc276  GLEusersguide.pdf
+6b483c2b262bfa4ad3f1a60226d05d51  gle-graphics-4.2.1-src.tar.gz




More information about the scm-commits mailing list