diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-07 14:51:10 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-07 14:51:10 +0000 |
| commit | eb474956ccdbd0bd049fb3bdcd863480c50d5aaa (patch) | |
| tree | c72309d58fb8805dfaba951214255fc0e5769e36 | |
| parent | f50ac7f22e2a4748a4825589d3abae4c8e3ceafb (diff) | |
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
| -rw-r--r-- | fltk.list | 10 | ||||
| -rw-r--r-- | fltk.spec | 13 |
2 files changed, 13 insertions, 10 deletions
@@ -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). # @@ -30,7 +30,7 @@ %vendor LGPL %license COPYING %readme README -%version 1.0.10 +%version 1.0.11 %description FLTK is a cross-platform GUI toolkit for C++. # FLUID @@ -38,9 +38,11 @@ f 0555 root sys /usr/bin/fluid fluid/fluid # Man pages %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 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 # 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 # -# 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 $". # @@ -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. # @@ -23,7 +23,7 @@ # 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 prefix /usr @@ -82,13 +82,14 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root) -%{prefix}/lib/libfltk*.so -%{prefix}/lib/libfltk*.a +%{prefix}/bin/fluid %{prefix}/include/FL %{prefix}/include/Fl -%{prefix}/bin/fluid +%{prefix}/lib/libfltk*.so +%{prefix}/lib/libfltk*.a +%{prefix}/man/* %{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 $". # |
