rpms/gle/devel .cvsignore,1.2,1.3 gle.spec,1.2,1.3 sources,1.2,1.3

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Thu Jan 3 23:10:44 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/gle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19584

Modified Files:
	.cvsignore gle.spec sources 
Log Message:
- Update to 4.1.1-S010308 (4.1.0 + some gcc 4.3 and 64 bits fixes)
- Random spec clean ups
- Add man page, lib and pc file.
- Create libs and devel subpackage
- Add rpath flag to configure




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gle/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Mar 2007 16:36:39 -0000	1.2
+++ .cvsignore	3 Jan 2008 23:10:04 -0000	1.3
@@ -1,2 +1,2 @@
-GLE-4.0.12-pre1-manual.pdf
-GLE-4.0.12a-src.zip
+GLE-4.1.1-S010308-src.zip
+GLE-4.0.13-manual.pdf


Index: gle.spec
===================================================================
RCS file: /cvs/extras/rpms/gle/devel/gle.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gle.spec	19 Aug 2007 18:48:45 -0000	1.2
+++ gle.spec	3 Jan 2008 23:10:04 -0000	1.3
@@ -1,20 +1,23 @@
-Summary: Graphics Layout Engine
-Name: gle
-Version: 4.0.12a
-Release: 2%{?dist}
-License: GPLv2+
-Group: Applications/Multimedia
-URL: http://www.gle-graphics.org/
-#Source0: http://downloads.sourceforge.net/glx/GLE-%{version}-src.zip
-Source0: http://www.cs.kuleuven.be/~jan/%{name}/GLE-%{version}-src.zip
-Source1: http://jeans.studentenweb.org/GLE-4.0.12-pre1-manual.pdf
+%define mver 4.0.13
+%define cvs  S010308
+
+Summary:       Graphics Layout Engine
+Name:          gle
+Version:       4.1.1
+Release:       0.1.S010308%{?dist}
+License:       GPLv2+
+Group:         Applications/Multimedia
+URL:           http://www.gle-graphics.org/
+Source         http://www.cs.kuleuven.be/~jan/gle/GLE-4.1.1-%{cvs}-src.zip 
+#Source:       http://downloads.sourceforge.net/glx/GLE-%{version}-src.zip
+Source1:       http://www.cs.kuleuven.be/~jan/gle/GLE-%{mver}-manual.pdf
 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: dos2unix
-Requires: ghostscript
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:      ghostscript
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 GLE (Graphics Layout Engine) is a high-quality graphics package for
@@ -26,34 +29,61 @@
 simple looping structures. Current output formats include EPS, PS, PDF,
 JPEG, and PNG.
 
+%package devel
+Summary:  Development files for Graphics Layout Engine - gle
+Group:    Development/Libraries
+Requires: pkgconfig
+%description devel
+This package contains development files for Graphics Layout Engine - gle.
+
+%package libs
+Summary: Libs for gle - Graphics Layout Engine
+Group:   System Environment/Libraries
+%description libs
+This package contains library files for Graphics Layout Engine gle.
+
 %prep
 %setup -q -n gle4
-cp -p %{SOURCE1} .
+%{__install} -p -m 0644 %{SOURCE1} .
 
 %build
-%configure --with-qt=%{_libdir}/qt4 --with-x 
-make 
+%configure --with-qt=%{_libdir}/qt4 --with-x --with-rpath=no
+%{__make} 
 # %{?_smp_mflags} build fails.
 
 %install
-rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install
+%{__rm} -rf %{buildroot}
+%{__make} DESTDIR=%{buildroot} install
 
 # Some fixes
 dos2unix LICENSE.txt
 
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-, root, root, -)
-%doc README.txt LICENSE.txt src/gui/readme.txt GLE-4.0.12-pre1-manual.pdf
+%doc README.txt LICENSE.txt src/gui/readme.txt GLE-%{mver}-manual.pdf
 %{_bindir}/%{name}
 %{_bindir}/q%{name}
 %{_bindir}/manip
 %{_datadir}/%{name}
+%{_mandir}/man1/%{name}*
+
+%files libs
+%{_libdir}/lib%{name}-graphics-%{version}.so
+
+%files devel
+%{_libdir}/pkgconfig/gle-graphics.pc
 
 %changelog
+* Thu Jan  3 2008 Terje Rosten <terjeros at phys.ntnu.no> - 4.1.1-0.1.S010308
+- Update to 4.1.1-S010308 (4.1.0 + some gcc 4.3 and 64 bits fixes)
+- Random spec clean ups
+- Add man page, lib and pc file.
+- Create libs and devel subpackage
+- Add rpath flag to configure
+
 * Sun Aug 19 2007 Terje Rosten <terjeros at phys.ntnu.no> - 4.0.12a-2
 - Fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gle/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Mar 2007 16:36:39 -0000	1.2
+++ sources	3 Jan 2008 23:10:04 -0000	1.3
@@ -1,2 +1,2 @@
-e0edc9a3f7939f37af0aefb41216b173  GLE-4.0.12-pre1-manual.pdf
-8e6afc85fddc9524e3d387ae927dcc75  GLE-4.0.12a-src.zip
+f3aca235904695fc24545c49a3729f3c  GLE-4.1.1-S010308-src.zip
+060f986881e29c0a0cd1cfc9a058ce8d  GLE-4.0.13-manual.pdf




More information about the fedora-extras-commits mailing list