Forgot to update RPM spec and EPM list files...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1456 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2001-05-07 14:51:10 +00:00
parent f50ac7f22e
commit eb474956cc
2 changed files with 13 additions and 10 deletions
+6 -4
View File
@@ -1,5 +1,5 @@
# #
# "$Id: fltk.list,v 1.1.2.5 2001/01/22 15:13:37 easysw Exp $" # "$Id: fltk.list,v 1.1.2.6 2001/05/07 14:51:10 easysw Exp $"
# #
# EPM product list file for the Fast Light Tool Kit (FLTK). # EPM product list file for the Fast Light Tool Kit (FLTK).
# #
@@ -30,7 +30,7 @@
%vendor LGPL %vendor LGPL
%license COPYING %license COPYING
%readme README %readme README
%version 1.0.10 %version 1.0.11
%description FLTK is a cross-platform GUI toolkit for C++. %description FLTK is a cross-platform GUI toolkit for C++.
# FLUID # FLUID
@@ -38,9 +38,11 @@ f 0555 root sys /usr/bin/fluid fluid/fluid
# Man pages # Man pages
%system irix %system irix
f 0444 root sys /usr/catman/u_man/cat1/fluid.1 documentation/fluid.1 f 0444 root sys /usr/catman/u_man/cat1/fluid.z documentation/fluid.z
f 0444 root sys /usr/catman/p_man/cat3/fltk.z documentation/fltk.z
%system !irix %system !irix
f 0444 root sys /usr/man/man1/fluid.1 documentation/fluid.man f 0444 root sys /usr/man/man1/fluid.1 documentation/fluid.man
f 0444 root sys /usr/man/man3/fltk.3 documentation/fltk.man
%system all %system all
# Library files # Library files
@@ -381,5 +383,5 @@ f 0444 root sys /usr/share/doc/fltk/value_slider.gif documentation/value_slider.
f 0444 root sys /usr/share/doc/fltk/widgets.html documentation/widgets.html f 0444 root sys /usr/share/doc/fltk/widgets.html documentation/widgets.html
# #
# End of "$Id: fltk.list,v 1.1.2.5 2001/01/22 15:13:37 easysw Exp $". # End of "$Id: fltk.list,v 1.1.2.6 2001/05/07 14:51:10 easysw Exp $".
# #
+7 -6
View File
@@ -1,5 +1,5 @@
# #
# "$Id: fltk.spec,v 1.1.2.8 2001/01/22 15:13:37 easysw Exp $" # "$Id: fltk.spec,v 1.1.2.9 2001/05/07 14:51:10 easysw Exp $"
# #
# RPM spec file for FLTK. # RPM spec file for FLTK.
# #
@@ -23,7 +23,7 @@
# Please report all bugs and problems to "fltk-bugs@fltk.org". # Please report all bugs and problems to "fltk-bugs@fltk.org".
# #
%define version 1.0.10 %define version 1.0.11
%define release 1 %define release 1
%define prefix /usr %define prefix /usr
@@ -82,13 +82,14 @@ rm -rf $RPM_BUILD_ROOT
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{prefix}/lib/libfltk*.so %{prefix}/bin/fluid
%{prefix}/lib/libfltk*.a
%{prefix}/include/FL %{prefix}/include/FL
%{prefix}/include/Fl %{prefix}/include/Fl
%{prefix}/bin/fluid %{prefix}/lib/libfltk*.so
%{prefix}/lib/libfltk*.a
%{prefix}/man/*
%{prefix}/share/doc/fltk/* %{prefix}/share/doc/fltk/*
# #
# End of "$Id: fltk.spec,v 1.1.2.8 2001/01/22 15:13:37 easysw Exp $". # End of "$Id: fltk.spec,v 1.1.2.9 2001/05/07 14:51:10 easysw Exp $".
# #