diff --git a/libfakekey.spec b/libfakekey.spec index 7570e3b..0939f8e 100644 --- a/libfakekey.spec +++ b/libfakekey.spec @@ -1,5 +1,5 @@ Name: libfakekey -Version: 0.1 +Version: 0.3 Release: 1mamba Summary: X Virtual Keyboard Library of the Matchbox WM project Group: System/Libraries @@ -7,7 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://matchbox-project.org/?p=1 -Source: http://matchbox-project.org/sources/libfakekey/%{version}/libfakekey-%{version}.tar.bz2 +Source: http+git://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/%{version}/libfakekey-%{version}.tar.bz2 +#Source: http://matchbox-project.org/sources/libfakekey/%{version}/libfakekey-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -33,6 +34,7 @@ This package contains static libraries and header files need for development. %setup -q %build +./autogen.sh %configure CFLAGS="%{optflags} -lX11" %make @@ -61,5 +63,8 @@ This package contains static libraries and header files need for development. %{_libdir}/pkgconfig/libfakekey.pc %changelog +* Sun Jul 29 2018 Silvan Calarco 0.3-1mamba +- update to 0.3 + * Fri Jan 14 2011 Silvan Calarco 0.1-1mamba - package created by autospec