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.
This commit is contained in:
Matthias Saou 2005-03-05 21:10:21 +00:00
parent 5f5f35298b
commit 16a3d7475f

View File

@ -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 GUI functionality without the bloat, and supports 3D graphics via
OpenGL and its built-in GLUT emulation. FLTK is designed to be small 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 and modular enough to be statically linked, and also works fine as a
shared library. shared library.
%description devel %description devel
This package contains development files for %{name} This package contains development files for %{name}
@ -40,7 +40,7 @@ OpenGL and its built-in GLUT emulation.
%description fluid %description fluid
fluid stands for the Fast Light User Interface Designer. It is an fluid stands for the Fast Light User Interface Designer. It is an
interactive GUI designer for FLTK. interactive GUI designer for FLTK.
%prep %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 CPPFLAGS="$(pkg-config xft --cflags)"
export LDFLAGS="$(pkg-config xft --libs)" export LDFLAGS="$(pkg-config xft --libs)"
%configure --enable-shared --enable-threads --enable-xdbe --enable-xft %configure --enable-shared --enable-threads --enable-xdbe --enable-xft
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -158,5 +158,5 @@ rm -rf $RPM_BUILD_ROOT
- Moved fluid to its own package - Moved fluid to its own package
- Added missing Requires for devel package - Added missing Requires for devel package
* Sat Aug 16 2003 Dams <anvil[AT]livna.org> * Sat Aug 16 2003 Dams <anvil[AT]livna.org>
- Initial build. - Initial build.