automatic version update by autodist [release 2.4.0-1mamba;Fri Mar 29 2019]
This commit is contained in:
parent
4afd9ca5a6
commit
abab9e0eb7
30
libftgl.spec
30
libftgl.spec
@ -1,22 +1,27 @@
|
|||||||
%define realversion 2.1.3-rc5
|
|
||||||
%define dotversion %(echo %{realversion} | sed 's/-/./g')
|
|
||||||
Name: libftgl
|
Name: libftgl
|
||||||
Version: 2.1.3.rc5
|
Version: 2.4.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: OpenGL frontend to Freetype 2
|
Summary: OpenGL frontend to Freetype 2
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://ftgl.wiki.sourceforge.net/
|
URL: http://ftgl.wiki.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/ftgl/ftgl-%{realversion}.tar.gz
|
Source: https://github.com/frankheckenbach/ftgl.git/v%{version}/ftgl-%{version}.tar.bz2
|
||||||
|
#Source: http://downloads.sourceforge.net/ftgl/ftgl-%{realversion}.tar.gz
|
||||||
License: LGPL, BSD
|
License: LGPL, BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libGLU-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgraphite2-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -52,17 +57,17 @@ FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the
|
|||||||
Static %{name} library.
|
Static %{name} library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ftgl-2.1.3~rc5
|
%setup -q -n ftgl-%{version}
|
||||||
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
|
#sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
|
||||||
|
|
||||||
%build
|
%build
|
||||||
chmod +x autogen.sh
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-freetypetest \
|
--disable-freetypetest \
|
||||||
--enable-shared
|
--enable-shared
|
||||||
%make ECHO=echo
|
|
||||||
|
|
||||||
|
%make ECHO=echo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -100,6 +105,9 @@ chmod +x autogen.sh
|
|||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 29 2019 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Apr 06 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3.rc5-2mamba
|
* Fri Apr 06 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3.rc5-2mamba
|
||||||
- fix build and make some specfile fixes
|
- fix build and make some specfile fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user