mirror of https://github.com/fltk/fltk
Update spec and list files for 1.1.0b5 release...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1664 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
079082ef7c
commit
46aa6619e1
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# "$Id: fltk.list,v 1.1.2.6.2.5 2001/10/02 18:42:59 easysw Exp $"
|
||||
# "$Id: fltk.list,v 1.1.2.6.2.6 2001/10/29 14:54:52 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.1.0b4
|
||||
%version 1.1.0b5
|
||||
%description FLTK is a cross-platform GUI toolkit for C++.
|
||||
|
||||
# FLUID
|
||||
|
@ -189,5 +189,5 @@ f 0444 root sys /usr/share/doc/fltk/COPYING COPYING
|
|||
f 0444 root sys /usr/share/doc/fltk/CHANGES CHANGES
|
||||
|
||||
#
|
||||
# End of "$Id: fltk.list,v 1.1.2.6.2.5 2001/10/02 18:42:59 easysw Exp $".
|
||||
# End of "$Id: fltk.list,v 1.1.2.6.2.6 2001/10/29 14:54:52 easysw Exp $".
|
||||
#
|
||||
|
|
20
fltk.spec
20
fltk.spec
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# "$Id: fltk.spec,v 1.1.2.9.2.4 2001/10/02 18:42:59 easysw Exp $"
|
||||
# "$Id: fltk.spec,v 1.1.2.9.2.5 2001/10/29 14:54:52 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.1.0b4
|
||||
%define version 1.1.0b5
|
||||
%define release 0
|
||||
%define prefix /usr
|
||||
|
||||
|
@ -45,7 +45,7 @@ LGPL'd C++ graphical user interface toolkit for X (UNIX(r)),
|
|||
OpenGL(r), and Microsoft(r) Windows(r). It was originally
|
||||
developed by Mr. Bill Spitzak and is currently maintained by a
|
||||
small group of developers across the world with a central
|
||||
repository in the US.
|
||||
repository in the US (SourceForge).
|
||||
|
||||
%package devel
|
||||
Summary: FLTK - development environment
|
||||
|
@ -78,18 +78,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{prefix}/lib
|
||||
%{prefix}/lib/libfltk*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{prefix}/bin
|
||||
%{prefix}/bin/*
|
||||
%dir %{prefix}/include/FL
|
||||
%{prefix}/include/FL/*
|
||||
%{prefix}/include/Fl/*
|
||||
%{prefix}/include/Fl
|
||||
%dir %{prefix}/lib
|
||||
%{prefix}/lib/libfltk*.so
|
||||
%{prefix}/lib/libfltk*.a
|
||||
%{prefix}/man/*
|
||||
%dir %{prefix}/share
|
||||
%dir %{prefix}/share/man
|
||||
%{prefix}/share/man/*
|
||||
%dir %{prefix}/share/doc
|
||||
%dir %{prefix}/share/doc/fltk
|
||||
%{prefix}/share/doc/fltk/*
|
||||
|
||||
#
|
||||
# End of "$Id: fltk.spec,v 1.1.2.9.2.4 2001/10/02 18:42:59 easysw Exp $".
|
||||
# End of "$Id: fltk.spec,v 1.1.2.9.2.5 2001/10/29 14:54:52 easysw Exp $".
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue