summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Frysiak2003-11-16 17:40:37 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit0398722e424658c1cbb7d3e17fb2d7e600e448b3 (patch)
tree2dab76e07b02dce41c59e64645f6646b3561a1ba
parenta5aabd3ce33f13e0c018084686670cd8aabc0c50 (diff)
downloadlibxklavier-0398722e424658c1cbb7d3e17fb2d7e600e448b3.zip
libxklavier-0398722e424658c1cbb7d3e17fb2d7e600e448b3.tar.gz
- ac/am
Changed files: libxklavier.spec -> 1.4
-rw-r--r--libxklavier.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/libxklavier.spec b/libxklavier.spec
index bc3a5c9..3d5278b 100644
--- a/libxklavier.spec
+++ b/libxklavier.spec
@@ -8,6 +8,8 @@ Source0: http://dl.sourceforge.net/gswitchit/%{name}-%{version}.tar.gz
# Source0-md5: 5caeb8aea1caac0c3fb0f9115f846a14
Patch0: %{name}-xkb_base.patch
Url: http://gswitchit.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: doxygen
BuildRequires: libxml2-devel
Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,6 +39,9 @@ Static version of libxklavier.
%patch0 -p1
%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make}