]> git.pld-linux.org Git - packages/fltk.git/blobdiff - fltk.spec
- fulltick is pronounced "fultik"
[packages/fltk.git] / fltk.spec
index 7d0b793fb3a08439d4d664cc88f9b3c6f4fb3b00..2bfdd1080810ff2c82b77ecbdd2a9aea3bb3486a 100644 (file)
--- a/fltk.spec
+++ b/fltk.spec
@@ -7,17 +7,16 @@ 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.3
-Release:       3
+Version:       1.1.6
+Release:       2
 License:       LGPL with amendments (see COPYING)
 Group:         X11/Libraries
-Source0:       ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
-# Source0-md5: f32b4acc456d567a6bd554ac03c24055
+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: eb8f5a4a02d8ca2111ff007daea601b6
+# Source1-md5: 2a77aaee928670ce224c676d3c2b66f8
 Patch0:                %{name}-link.patch
-Patch1:                %{name}-acfix.patch
-Patch2:                %{name}-fluid-color.patch
+Patch1:                %{name}-cxx.patch
 URL:           http://www.fltk.org/
 %{?with_gl:BuildRequires:      OpenGL-devel}
 BuildRequires: XFree86-devel >= 3.3.6
@@ -37,7 +36,7 @@ by Mr. Bill Spitzak and is currently maintained by a small group of
 developers across the world with a central repository in the US.
 
 %description -l pl
-Fast Light Tool Kit ("FLTK", wymawiane "faltik"), jest rozprowadzanym
+Fast Light Tool Kit ("FLTK", wymawiane "fultik"), jest rozprowadzanym
 na licencji LGPL narzêdziem do tworzenia graficznych interfejsów
 u¿ytkownika w C++ dla X (UNIX(r)), OpenGL(r), i Microsoft(r)
 Windows(r) NT 4.0, 95, oraz 98. Jego pierwotnym autorem jest pan Bill
@@ -55,7 +54,7 @@ Summary:      FLTK development files
 Summary(pl):   Narzêdzia programistyczne dla FLTK
 Summary(pt_BR):        Arquivos de inclusão para o FLTK
 Group:         X11/Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Requires:      libstdc++-devel
 Obsoletes:     libfltk1.1-devel
 
@@ -73,7 +72,7 @@ Summary:      FLTK static library
 Summary(pl):   Biblioteka FLTK konsolidowana statycznie
 Summary(pt_BR):        Bibliotecas estáticas para o FLTK
 Group:         X11/Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 FLTK static library.
@@ -88,7 +87,7 @@ Bibliotecas est
 Summary:       FLTK GL library
 Summary(pl):   Biblioteka FLTK GL
 Group:         X11/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Requires:      OpenGL
 
 %description gl
@@ -101,8 +100,8 @@ Biblioteka FLTK GL.
 Summary:       Header files for FLTK GL library
 Summary(pl):   Pliki nag³ówkowe biblioteki FLTK GL
 Group:         X11/Development/Libraries
-Requires:      %{name}-devel = %{version}
-Requires:      %{name}-gl = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
+Requires:      %{name}-gl = %{version}-%{release}
 
 %description gl-devel
 Header files for FLTK GL library.
@@ -114,8 +113,8 @@ Pliki nag
 Summary:       FLTK GL static library
 Summary(pl):   Statyczna biblioteka FLTK GL
 Group:         X11/Development/Libraries
-Requires:      %{name}-gl-devel = %{version}
-Requires:      %{name}-static = %{version}
+Requires:      %{name}-gl-devel = %{version}-%{release}
+Requires:      %{name}-static = %{version}-%{release}
 
 %description gl-static
 FLTK GL static library.
@@ -127,7 +126,6 @@ Statyczna biblioteka FLTK GL.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 install %{SOURCE1} .
 
@@ -197,9 +195,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files static
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_libdir}/libfltk.a
-%attr(644,root,root) %{_libdir}/libfltk_forms.a
-%attr(644,root,root) %{_libdir}/libfltk_images.a
+%{_libdir}/libfltk.a
+%{_libdir}/libfltk_forms.a
+%{_libdir}/libfltk_images.a
 
 %if %{with gl}
 %files gl
@@ -214,5 +212,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files gl-static
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_libdir}/libfltk_gl.a
+%{_libdir}/libfltk_gl.a
 %endif
This page took 0.03926 seconds and 4 git commands to generate.