mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Fixed release substition - using ${release} instead of %{release}...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1119 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# "$Id: fltk.spec,v 1.1.2.1 2000/04/25 22:15:41 mike Exp $"
|
# "$Id: fltk.spec,v 1.1.2.2 2000/05/15 19:20:03 mike Exp $"
|
||||||
#
|
#
|
||||||
# RPM spec file for FLTK.
|
# RPM spec file for FLTK.
|
||||||
#
|
#
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
Summary: Fast Light Tool Kit (FLTK)
|
Summary: Fast Light Tool Kit (FLTK)
|
||||||
Name: fltk
|
Name: fltk
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: ${release}
|
Release: %{release}
|
||||||
Copyright: LGPL
|
Copyright: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://ftp.fltk.org/pub/fltk/%{version}/fltk-%{version}-source.tar.gz
|
Source: ftp://ftp.fltk.org/pub/fltk/%{version}/fltk-%{version}-source.tar.gz
|
||||||
@@ -81,5 +81,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{prefix}/share/doc/fltk/*
|
%{prefix}/share/doc/fltk/*
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of "$Id: fltk.spec,v 1.1.2.1 2000/04/25 22:15:41 mike Exp $".
|
# End of "$Id: fltk.spec,v 1.1.2.2 2000/05/15 19:20:03 mike Exp $".
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user