]> git.pld-linux.org Git - packages/embperl.git/commitdiff
- next part of small fixes inpired by kloczek :)
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 17:20:58 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    embperl.spec -> 1.12

embperl.spec

index cbd15af5780641d979dcae45fcb9d09c1395c3c5..c2963cced0a358939dce7a9d883a423a7a552f47 100644 (file)
@@ -9,7 +9,6 @@ Group:          Networking/Daemons
 Source0:       ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-%{version}.tar.gz
 # Source0-md5: f2a4579210f7797e1ff4d756f3b7e037
 Patch0:                %{name}-makefile.patch
-BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: apache-devel
 BuildRequires: apache-mod_perl
 BuildRequires: apache-mod_actions
@@ -19,6 +18,7 @@ BuildRequires:        perl(CGI)
 BuildRequires: perl(HTML::HeadParser)
 BuildRequires: perl(LWP::UserAgent)
 BuildRequires: perl(File::Spec)
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,9 +44,10 @@ wszystkie dost
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_examplesdir}
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 cp -a eg $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
This page took 0.074519 seconds and 4 git commands to generate.