- --enable-largefile
- fltk-1.1.x-r5989 snapshot (1.1.8 pre-release)
This commit is contained in:
parent
22fa4a68ae
commit
6f280a997e
@ -1,3 +1,3 @@
|
||||
fltk-1.1.7-source.tar.bz2
|
||||
fltk-1.1.x-r5555.tar.bz2
|
||||
fltk-1.1.x-r5750.tar.bz2
|
||||
fltk-1.1.x-r5989.tar.bz2
|
||||
|
13
fltk.spec
13
fltk.spec
@ -1,20 +1,20 @@
|
||||
|
||||
%define snap r5750
|
||||
%define snap r5989
|
||||
#define _disable_static --disable-static
|
||||
|
||||
Summary: C++ user interface toolkit
|
||||
Name: fltk
|
||||
Version: 1.1.8
|
||||
Release: 0.5.%{snap}%{?dist}
|
||||
Release: 0.6.%{snap}%{?dist}
|
||||
|
||||
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
|
||||
License: LGPLv2+ with exceptions
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.fltk.org/
|
||||
%if "%{?snap:1}" == "1"
|
||||
Source0: ftp://ftp3.easysw.com/pub/fltk/snapshots/fltk-1.1.x-%{snap}.tar.bz2
|
||||
Source0: http://ftp.easysw.com/pub/fltk/snapshots/fltk-1.1.x-%{snap}.tar.bz2
|
||||
%else
|
||||
Source0: http://ftp3.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2
|
||||
Source0: http://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.bz2
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -92,6 +92,7 @@ export CXXFLAGS=" "
|
||||
%configure \
|
||||
%{?_disable_static} \
|
||||
--with-optim="%{optflags}" \
|
||||
--enable-largefile \
|
||||
--enable-shared \
|
||||
--enable-threads \
|
||||
--enable-xdbe \
|
||||
@ -203,6 +204,10 @@ update-desktop-database >& /dev/null ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.8-0.6.r5989
|
||||
- --enable-largefile
|
||||
- fltk-1.1.x-r5989 snapshot (1.1.8 pre-release)
|
||||
|
||||
* Mon Aug 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.8-0.5.r5750
|
||||
- License: LGPLv2+ with exceptions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user