diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2000-06-24 20:43:33 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2000-06-24 20:43:33 +0000 |
| commit | 5315bd72a4a36a8f78f611f0960c424db7278755 (patch) | |
| tree | 0c35a5e9527819732706707b79ed65da7bb6eff1 | |
| parent | 8fa6a779f91c85a3776739254152feed726e9fb2 (diff) | |
Patch from Shigeru Mukaida to fltk.spec to make rpms work?
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1237 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fltk.spec | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ # -# "$Id: fltk.spec,v 1.1.2.5 2000/06/24 20:30:24 bill Exp $" +# "$Id: fltk.spec,v 1.1.2.6 2000/06/24 20:43:33 bill Exp $" # # RPM spec file for FLTK. # @@ -36,8 +36,8 @@ 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} +# 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 @@ -90,5 +90,5 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/share/doc/fltk/* # -# End of "$Id: fltk.spec,v 1.1.2.5 2000/06/24 20:30:24 bill Exp $". +# End of "$Id: fltk.spec,v 1.1.2.6 2000/06/24 20:43:33 bill Exp $". # |
