Skip to content

Commit

Permalink
Forgot to update RPM spec and EPM list files...
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1456 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed May 7, 2001
1 parent f50ac7f commit eb47495
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
10 changes: 6 additions & 4 deletions fltk.list
@@ -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).
#
Expand Down Expand Up @@ -30,17 +30,19 @@
%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
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
Expand Down Expand Up @@ -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 $".
#
13 changes: 7 additions & 6 deletions fltk.spec
@@ -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.
#
Expand All @@ -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

Expand Down Expand Up @@ -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 $".
#

0 comments on commit eb47495

Please sign in to comment.