diff --git a/libftgl.spec b/libftgl.spec index 938af22..ed3bfa8 100644 --- a/libftgl.spec +++ b/libftgl.spec @@ -1,22 +1,27 @@ -%define realversion 2.1.3-rc5 -%define dotversion %(echo %{realversion} | sed 's/-/./g') Name: libftgl -Version: 2.1.3.rc5 -Release: 2mamba +Version: 2.4.0 +Release: 1mamba Summary: OpenGL frontend to Freetype 2 Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libfreetype-devel -BuildRequires: libgcc BuildRequires: libGL-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: libz-devel ## AUTOBUILDREQ-END @@ -52,17 +57,17 @@ FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the Static %{name} library. %prep -%setup -q -n ftgl-2.1.3~rc5 -sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac +%setup -q -n ftgl-%{version} +#sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac %build -chmod +x autogen.sh ./autogen.sh + %configure \ --disable-freetypetest \ --enable-shared -%make ECHO=echo +%make ECHO=echo %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -100,6 +105,9 @@ chmod +x autogen.sh %{_libdir}/*.la %changelog +* Fri Mar 29 2019 Automatic Build System 2.4.0-1mamba +- automatic version update by autodist + * Fri Apr 06 2012 Silvan Calarco 2.1.3.rc5-2mamba - fix build and make some specfile fixes