diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2000-06-24 20:30:24 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2000-06-24 20:30:24 +0000 |
| commit | 8fa6a779f91c85a3776739254152feed726e9fb2 (patch) | |
| tree | 6550432fcb08ce636e5c054d663ea7a0ea6dea42 /fltk.spec | |
| parent | 8eb48a8014ccced29dc824be2d25179980641546 (diff) | |
Patch from Shigeru Mukaida to fltk.spec to make rpms work?
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1236 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk.spec')
| -rw-r--r-- | fltk.spec | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ # -# "$Id: fltk.spec,v 1.1.2.4 2000/06/07 12:11:52 mike Exp $" +# "$Id: fltk.spec,v 1.1.2.5 2000/06/24 20:30:24 bill Exp $" # # RPM spec file for FLTK. # @@ -36,6 +36,9 @@ Group: System Environment/Libraries Source: ftp://ftp.fltk.org/pub/fltk/%{version}/fltk-%{version}-source.tar.gz URL: http://www.fltk.org Packager: Michael Sweet <mike@easysw.com> +# use buildroot so as not to disturb the version already installed +Buildroot: /var/tmp/fltk-%{PACKAGE_VERSION} + %description The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r), @@ -44,9 +47,6 @@ developed by Mr. Bill Spitzak and is currently maintained by a small group of developers across the world with a central repository in the US. -# use buildroot so as not to disturb the version already installed -BuildRoot: /var/tmp/fltk-%{PACKAGE_VERSION} - %package devel Summary: FLTK - development environment Group: Development/Libraries @@ -71,7 +71,7 @@ make rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT -make prefix=$RPM_BUILD_ROOT/%{prefix} install +make -e prefix=$RPM_BUILD_ROOT/%{prefix} install %clean rm -rf $RPM_BUILD_ROOT @@ -90,5 +90,5 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/share/doc/fltk/* # -# End of "$Id: fltk.spec,v 1.1.2.4 2000/06/07 12:11:52 mike Exp $". +# End of "$Id: fltk.spec,v 1.1.2.5 2000/06/24 20:30:24 bill Exp $". # |
