From 800675d6287365f09b838f66cf7c43c01c1cbb08 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Nov 21 2010 21:47:23 +0000 Subject: Stop regexp madness. It breaks builds and it is not needed anymore. --- diff --git a/bitlbee.spec b/bitlbee.spec index 885a087..dc41b84 100644 --- a/bitlbee.spec +++ b/bitlbee.spec @@ -37,16 +37,6 @@ developing programs and plugins which use bitlbee. %patch1 -p1 -b .nss %patch2 -p1 -b .configureEclipse -perl -pi.make -e ' - s|\$\(BINDIR\)|\$(sbindir)|g; - s|\$\(DATADIR\)|\$(datadir)/%{name}|g; - s|\$\(ETCDIR\)|\$(sysconfdir)/%{name}|g; - s|\$\(MANDIR\)|\$(mandir)|g; - s|\$\(INCLUDEDIR\)|\$(includedir)/%{name}|g; - s|\$\(PCDIR\)|\$(libdir)/pkgconfig|g; - s|install -m|install -p -m|g; - ' Makefile */Makefile */*/Makefile - %build CFLAGS="$RPM_OPT_FLAGS" ./configure \ --prefix=%{_prefix} \