]> git.pld-linux.org Git - packages/crossfire-client.git/commitdiff
- BR: perl -> perl-base
authordarekr <darekr@pld-linux.org>
Sat, 26 Mar 2005 22:36:30 +0000 (22:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossfire-client.spec -> 1.34

crossfire-client.spec

index b50e5e66a60c175bfc144af8c0861ac437f3d1b0..cccd3768c1a4c1a080ceadf6b0124b2ddd79a7ac 100644 (file)
@@ -23,7 +23,7 @@ BuildRequires:        SDL_image-devel
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: gtk+-devel
-BuildRequires: perl
+BuildRequires: perl-base
 Requires:      %{name}-common = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -137,7 +137,7 @@ cd ..
        %{?debug:--enable-debug} \
        --disable-alsa \
        --with-sound-dir=%{_datadir}/%{name}/sounds
-perl -i -p -e 's/\#define HAVE_DMALLOC_H 1/\/\* \#undef HAVE_DMALLOC_H \*\//' common/config.h
+%{__perl} -i -p -e 's/\#define HAVE_DMALLOC_H 1/\/\* \#undef HAVE_DMALLOC_H \*\//' common/config.h
 %{__make}
 
 %install
This page took 0.089789 seconds and 4 git commands to generate.