From ef7c8261c799f5dc1fc599aa3e84caa8ded540f8 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Mar 05 2005 21:10:21 +0000 Subject: Further mass cleanup. One or more apply : - Remove (hopefully) all zero epoch remains. - Remove trailing spaces and tabs. - Keep consistency between tabs and spaces. - Clean up summary. --- diff --git a/fltk.spec b/fltk.spec index ae3eb34..b04a0ee 100644 --- a/fltk.spec +++ b/fltk.spec @@ -29,7 +29,7 @@ UNIX/Linux (X11), Microsoft Windows, and Mac OS X. It provides modern GUI functionality without the bloat, and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, and also works fine as a -shared library. +shared library. %description devel This package contains development files for %{name} @@ -40,7 +40,7 @@ OpenGL and its built-in GLUT emulation. %description fluid fluid stands for the Fast Light User Interface Designer. It is an -interactive GUI designer for FLTK. +interactive GUI designer for FLTK. %prep @@ -52,7 +52,7 @@ perl -pi -e "s^\\\$prefix/share/doc/fltk^$RPM_DOC_DIR/%{name}-devel-%{version}^" export CPPFLAGS="$(pkg-config xft --cflags)" export LDFLAGS="$(pkg-config xft --libs)" %configure --enable-shared --enable-threads --enable-xdbe --enable-xft -make %{?_smp_mflags} +make %{?_smp_mflags} %install @@ -158,5 +158,5 @@ rm -rf $RPM_BUILD_ROOT - Moved fluid to its own package - Added missing Requires for devel package -* Sat Aug 16 2003 Dams +* Sat Aug 16 2003 Dams - Initial build.