From 2b87bffc7abb95615c262a254afecd17c0b1644a Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Sep 26 2005 11:11:53 +0000 Subject: - try to fix x86_64 build (libdir) --- diff --git a/wmCalClock.spec b/wmCalClock.spec index 5d722d4..668324e 100644 --- a/wmCalClock.spec +++ b/wmCalClock.spec @@ -1,6 +1,6 @@ Name: wmCalClock Version: 1.25 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Calendar clock with antialiased text Group: User Interface/X @@ -20,9 +20,8 @@ BuildRequires: xorg-x11-devel %build cd Src -make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags} - - +make CFLAGS="${RPM_OPT_FLAGS}" LIBDIR="-L%{_usr}/X11R6/%{_lib}" %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT @@ -45,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Sep 26 2005 Andreas Bierfert +1.25-4 +- try to fix x86_64 build (libdir) + +* Mon Sep 26 2005 Andreas Bierfert 1.25-3 - add dist