From cd76b59a9a05ebfb04fa82ca420b281aaa1b4a97 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 12 Jun 2003 14:40:33 +0000 Subject: [PATCH] - removed obsolete configure patch and sed workaround Changed files: pilot-link.spec -> 1.60 --- pilot-link.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pilot-link.spec b/pilot-link.spec index 264d4c6..e84a1c0 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -12,7 +12,6 @@ Group: Applications/Communications Source0: http://www.pilot-link.org/source/%{name}-%{version}.tar.gz # Source0-md5: f51ad0900548a6600de7513cc8f606e6 URL: http://www.pilot-link.org/ -Patch0: %{name}-configure.patch BuildRequires: XFree86-devel BuildRequires: autoconf BuildRequires: automake @@ -135,27 +134,26 @@ PalmPilot. %prep %setup -q -# %patch0 -p1 %build -#rm -f missing +rm -f missing %{__libtoolize} %{__aclocal} %{__autoheader} %{__autoconf} %{__automake} -CFLAGS="%{rpmcflags} -I%{_prefix}/X11R6/include" +CFLAGS="%{rpmcflags} -I/usr/X11R6/include" CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates" %configure -%{__make} LIBDIR="%{_datadir}" SED=/bin/sed +%{__make} LIBDIR="%{_datadir}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir} -%{__make} install DESTDIR=$RPM_BUILD_ROOT SED=/bin/sed +%{__make} install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -- 2.44.0