summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankry2004-11-05 07:29:06 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitbee9e35e7a2d929c762b8ed9253ad94891729355 (patch)
tree49d6c0a77ac24cb16a8798b83f3f99e35442e486
parentece83a0fd4022a81b3730edc6c2b66669119317f (diff)
downloadvkeybd-AC-branch.zip
vkeybd-AC-branch.tar.gz
Changed files: vkeybd.spec -> 1.13
-rw-r--r--vkeybd.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/vkeybd.spec b/vkeybd.spec
index 6c801de..adfb9b1 100644
--- a/vkeybd.spec
+++ b/vkeybd.spec
@@ -6,7 +6,7 @@ Summary: Virtual Keyboard
Summary(pl): Wirtualne klawisze
Name: vkeybd
Version: 0.1.17
-Release: 1
+Release: 2
License: GPL
Group: X11/Applications/Sound
Source0: http://www.alsa-project.org/~iwai/%{name}-%{version}.tar.gz
@@ -14,6 +14,7 @@ Source0: http://www.alsa-project.org/~iwai/%{name}-%{version}.tar.gz
Source1: %{name}rc
Source2: %{name}.desktop
Patch0: %{name}-Makefile.patch
+Patch1: %{name}-lib64.patch
URL: http://www.alsa-project.org/alsa.html
BuildRequires: XFree86-devel
BuildRequires: alsa-lib-devel
@@ -32,6 +33,9 @@ klawisze syntezatora MIDI.
%prep
%setup -q -n %{name}
%patch0 -p1
+%if "%{_lib}" == "lib64"
+%patch1 -p1
+%endif
%build
%{__make} %{?with_ladcca:USE_LADCCA=1}