SPECS: fltk.spec - 1.1.7 - bcond with xft instead of without
aredridel
aredridel at pld-linux.org
Thu Aug 17 09:07:51 CEST 2006
Author: aredridel Date: Thu Aug 17 07:07:51 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.1.7
- bcond with xft instead of without
---- Files affected:
SPECS:
fltk.spec (1.51 -> 1.52)
---- Diffs:
================================================================
Index: SPECS/fltk.spec
diff -u SPECS/fltk.spec:1.51 SPECS/fltk.spec:1.52
--- SPECS/fltk.spec:1.51 Wed May 31 20:26:09 2006
+++ SPECS/fltk.spec Thu Aug 17 09:07:46 2006
@@ -2,25 +2,26 @@
#
# Conditional build:
%bcond_without gl # without OpenGL libraries
-%bcond_without xft # without Xft support
+%bcond_with xft # with Xft support
#
Summary: Fast Light Tool Kit
Summary(pl): FLTK - "lekki" X11 toolkit
Summary(pt_BR): Interface gráfica em C++ para X, OpenGL e Windows
Name: fltk
-Version: 1.1.6
-Release: 2
+Version: 1.1.7
+Release: 1
License: LGPL with amendments (see COPYING)
Group: X11/Libraries
-Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}-source.tar.bz2
-# Source0-md5: 95d340977d13edea12e98d787a668b32
-Source1: http://www.fltk.org/doc-1.1/%{name}.ps.gz
-# Source1-md5: 2a77aaee928670ce224c676d3c2b66f8
+Source0: http://ftp.easysw.com/pub/fltk/1.1.7/%{name}-%{version}-source.tar.bz2
+# Source0-md5: 2e29319119adc9d63b2f26b72cae0a88
+Source1: http://www.fltk.org/doc-1.1/%{name}.pdf
+# Source1-md5: d3a073741c94d532ec7af9d96c138ea3
Patch0: %{name}-link.patch
Patch1: %{name}-cxx.patch
URL: http://www.fltk.org/
%{?with_gl:BuildRequires: OpenGL-devel}
-BuildRequires: XFree86-devel >= 3.3.6
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXext-devel
BuildRequires: autoconf
BuildRequires: libstdc++-devel
%{?with_xft:BuildRequires: xft-devel}
@@ -125,8 +126,8 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p1
+#%patch1 -p1
install %{SOURCE1} .
@@ -183,7 +184,7 @@
%files devel
%defattr(644,root,root,755)
-%doc documentation/*.{html,gif,jpg} fltk.ps.gz
+%doc documentation/*.{html,gif,jpg} fltk.pdf
%attr(755,root,root) %{_bindir}/fltk-config
%attr(755,root,root) %{_bindir}/fluid
%attr(755,root,root) %{_libdir}/libfltk.so
@@ -222,6 +223,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.52 2006/08/17 07:07:46 aredridel
+- 1.1.7
+- bcond with xft instead of without
+
Revision 1.51 2006/05/31 18:26:09 witekfl
- fulltick is pronounced "fultik"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/fltk.spec?r1=1.51&r2=1.52&f=u
More information about the pld-cvs-commit
mailing list