automatic version update by autodist [release 1.3.6-1mamba;Mon May 17 2021]
This commit is contained in:
parent
f06b9ae6fb
commit
bd48b62848
12
libfltk.spec
12
libfltk.spec
@ -1,21 +1,20 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
%define dirver %(echo %version | cut -d_ -f1)
|
||||
Name: libfltk
|
||||
Version: 1.3.5
|
||||
Version: 1.3.6
|
||||
Release: 1mamba
|
||||
Summary: A cross-platform C++ GUI toolkit
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.fltk.org/index.php
|
||||
URL: https://www.fltk.org/index.php
|
||||
Source: http://fltk.org/pub/fltk/%{dirver}/fltk-%{pkgver}-source.tar.gz
|
||||
Patch0: %{name}-1.1.9-gcc44.patch
|
||||
Patch1: libfltk-1.3.3-font_missing_export.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libGLU-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
@ -23,9 +22,10 @@ BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -33,7 +33,6 @@ BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: ImageMagick
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X.
|
||||
@ -139,6 +138,9 @@ This package contains the Checkers and Sudoku FLTK games.
|
||||
#%{_mandir}/man6/checkers.*
|
||||
|
||||
%changelog
|
||||
* Mon May 17 2021 Automatic Build System <autodist@mambasoft.it> 1.3.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 11 2019 Automatic Build System <autodist@mambasoft.it> 1.3.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user