]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- unpack sources in single %%setup
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 6 Mar 2003 12:32:43 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop.spec -> 1.39

eggdrop.spec

index ab1bfa2f8cc8f5953e342488882ed442cde1084d..d90d3b537e14d5ec5876dc2d2a6c965bbcffd285 100644 (file)
@@ -20,8 +20,8 @@ Patch0:               %{name}-FHS.patch
 Patch1:                http://www.egghelp.org/files/patches/%{name}%{version}+ipv6.patch.gz
 Patch2:                %{name}%{version}+ipv6_config.patch
 URL:           http://www.eggheads.org/
-Requires:      tcl
 BuildRequires: tcl-devel
+Requires:      tcl
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,21 +41,13 @@ pilnowanie tzw. ban
 wiele dodatków, jak przesy³anie plików czy inne skrypty dla rozrywki.
 
 %prep
-%setup -q          -n %{name}%{version}
-# Language packs
-%setup -q -D -a 10 -n %{name}%{version}
-%setup -q -D -a 11 -n %{name}%{version}
-%setup -q -D -a 12 -n %{name}%{version}
-%setup -q -D -a 13 -n %{name}%{version}
-%setup -q -D -a 14 -n %{name}%{version}
-%setup -q -D -a 15 -n %{name}%{version}
-%setup -q -D -a 16 -n %{name}%{version}
+%setup -q -n %{name}%{version} -a10 -a11 -a12 -a13 -a14 -a15 -a16
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
 
 %build
-export CFLAGS="%{rpmcflags}"
+CFLAGS="%{rpmcflags}"; export CFLAGS
 ./configure
 %{__make} config
 %{__make}
This page took 0.071286 seconds and 4 git commands to generate.