update to 5.4 [release 5.4-1mamba;Thu Jul 10 2014]
This commit is contained in:
parent
5dd33efd84
commit
6e88fdce82
@ -1,7 +1,7 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: libxklavier
|
Name: libxklavier
|
||||||
Version: 5.3
|
Version: 5.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Utility library to make XKB stuff easier
|
Summary: Utility library to make XKB stuff easier
|
||||||
Group: Graphical Desktop/Libraries/GNOME
|
Group: Graphical Desktop/Libraries/GNOME
|
||||||
@ -9,7 +9,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.freedesktop.org/wiki/Software/LibXklavier
|
URL: http://www.freedesktop.org/wiki/Software/LibXklavier
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/libxklavier/%{majversion}/libxklavier-%{version}.tar.xz
|
Source: http://cgit.freedesktop.org/libxklavier/snapshot/libxklavier-%{version}.tar.gz
|
||||||
|
#Source: ftp://ftp.gnome.org/pub/gnome/sources/libxklavier/%{majversion}/libxklavier-%{version}.tar.xz
|
||||||
Patch: %{name}-2.0-werror.patch
|
Patch: %{name}-2.0-werror.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: libX11-devel >= 1.1.1
|
BuildRequires: libX11-devel >= 1.1.1
|
||||||
@ -43,6 +44,7 @@ This package contains static libraries and header files need for development.
|
|||||||
#%patch -p1 -b .werror
|
#%patch -p1 -b .werror
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
--with-xkb-base=%{_datadir}/X11/xkb \
|
--with-xkb-base=%{_datadir}/X11/xkb \
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
@ -75,12 +77,17 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_datadir}/vala/vapi/libxklavier.deps
|
||||||
|
%{_datadir}/vala/vapi/libxklavier.vapi
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gir-1.0/Xkl-1.0.gir
|
%{_datadir}/gir-1.0/Xkl-1.0.gir
|
||||||
%{_datadir}/gtk-doc/html/libxklavier/*
|
%{_datadir}/gtk-doc/html/libxklavier/*
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 10 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4-1mamba
|
||||||
|
- update to 5.4
|
||||||
|
|
||||||
* Tue Oct 23 2012 Automatic Build System <autodist@mambasoft.it> 5.3-1mamba
|
* Tue Oct 23 2012 Automatic Build System <autodist@mambasoft.it> 5.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user