rpms/gle/FC-6 gle.spec,NONE,1.1 sources,1.1,1.2

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Fri Mar 16 17:52:31 UTC 2007


Author: terjeros

Update of /cvs/extras/rpms/gle/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12210

Modified Files:
	sources 
Added Files:
	gle.spec 
Log Message:
Initial import.




--- NEW FILE gle.spec ---
Summary: Graphics Layout Engine
Name: gle
Version: 4.0.12a
Release: 1%{?dist}
License: GPL
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
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)

%description
GLE (Graphics Layout Engine) is a high-quality graphics package for
scientists, combining a user-friendly scripting language with a full
range of facilities for producing publication-quality graphs, diagrams,
posters and slides. GLE provides LaTeX quality fonts together with a
flexible graphics module which allows the user to specify any feature of
a graph. Complex pictures can be drawn with user-defined subroutines and
simple looping structures. Current output formats include EPS, PS, PDF,
JPEG, and PNG.

%prep
%setup -q -n gle4
cp -p %{SOURCE1} .

%build
%configure --with-qt=%{_libdir}/qt4 --with-x 
make 
# %{?_smp_mflags} build fails.

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

# Some fixes
dos2unix LICENSE.txt

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc README.txt LICENSE.txt src/gui/readme.txt GLE-4.0.12-pre1-manual.pdf
%{_bindir}/%{name}
%{_bindir}/q%{name}
%{_bindir}/manip
%{_datadir}/%{name}

%changelog
* Wed Mar 13 2007 Terje Rosten <terjeros at phys.ntnu.no> - 4.0.12a-1
- New src upstream, lots of fixes
- Dropped subpackage: see updated LICENSE.txt
- Add ghostscript to req
- Add PDF doc

* Mon Mar 12 2007 Terje Rosten <terjeros at phys.ntnu.no> - 4.0.12-4
- Try to fix X11 preview support
- Drop preserve timestamps patch

* Mon Mar 12 2007 Terje Rosten <terjeros at phys.ntnu.no> - 4.0.12-3
- Subpackage: gui (different license on gui)
- Fix perms on src files (for debug pkg)
- Fix src url
- Fix LICENSE.txt
- Preserve timestamps
- More info: bz #229676

* Tue Feb 22 2007 Terje Rosten <terjeros at phys.ntnu.no> - 4.0.12-2
- Spec cleanup
- Build and ship qgle
- Add patch to avoid stripping

* Sun Oct 15 2006 Jonas Frantz <jonas.frantz at welho.com> - 4.0.12-1
- Updated to release 4.0.12.

* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 4.0.11-2.2
- Rebuild for Fedora Core 5.

* Sat Dec 17 2005 Dries Verachtert <dries at ulyssis.org> - 4.0.11-1
- Updated to release 4.0.11.

* Sat Nov 19 2005 Jonas Frantz <jonas.frantz at welho.com> - 4.0.10-2
- Fix problem with making inittex.ini

* Mon Nov 08 2005 Dries Verachtert <dries at ulyssis.org> - 4.0.10-1
- Initial package.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gle/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2007 00:40:07 -0000	1.1
+++ sources	16 Mar 2007 17:51:58 -0000	1.2
@@ -0,0 +1,2 @@
+e0edc9a3f7939f37af0aefb41216b173  GLE-4.0.12-pre1-manual.pdf
+8e6afc85fddc9524e3d387ae927dcc75  GLE-4.0.12a-src.zip




More information about the fedora-extras-commits mailing list