]> git.pld-linux.org Git - packages/botnet.git/commitdiff
- many small fixes, inspired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 7 Jul 2003 04:23:51 +0000 (04:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    botnet.spec -> 1.26

botnet.spec

index a1e07480c2bc230e641ec35545bf0986b143b4c4..33ad1a6619d0a4e3e7ba4809ba063b33ee70630f 100644 (file)
@@ -9,8 +9,8 @@ Source0:        http://zekiller.skytech.org/fichiers/botnet/%{name}-%{version}.tar.gz
 # Source0-md5: bb18b624193b2012bef929dca7e388f3
 Patch0:                %{name}-examples.patch
 URL:           http://zekiller.skytech.org/coders_en.html
-BuildRequires: automake
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -74,9 +74,11 @@ rm -f missing
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
-install example/*.c $RPM_BUILD_ROOT/%{_examplesdir}/%{name}-%{version}
-install example/Makefile.new $RPM_BUILD_ROOT/%{_examplesdir}/%{name}-%{version}/Makefile
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install example/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install example/Makefile.new $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/Makefile
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
This page took 0.063108 seconds and 4 git commands to generate.