]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- real remove of attr conditional patch,
authorserek <serek@pld-linux.org>
Sun, 5 Sep 2004 11:47:11 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- functional conditional config support via patch0.

Changed files:
    lighttpd.spec -> 1.40

lighttpd.spec

index 9edbfe3fbd900c757e62bf59a9b0389c38948c04..c9f70ab9c2a5ca13e26c3e902330d9aee9bf612c 100644 (file)
@@ -1,5 +1,3 @@
-# Conditional build:
-%bcond_without xattr   # with support extended attributes
 #
 Summary:       Fast and light http server
 Summary(pl):   Szybki i lekki serwer http
@@ -9,7 +7,7 @@ Release:        1
 Group:         Networking/Daemons
 License:       QPL
 ## do not remove next two lines because atomic revisions are common in lighttpd
-#%define               _rel    20040829-1207
+#%define               _rel    
 #Source0:      http://jan.kneschke.de/projects/lighttpd/download/%{name}-%{version}-%{_rel}.tar.gz
 Source0:       http://jan.kneschke.de/projects/lighttpd/download/%{name}-%{version}.tar.gz
 # Source0-md5: 0139b1ec4514089e9ca11dc3072529ab
@@ -17,8 +15,9 @@ Source1:      %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.user
 Source4:       %{name}.logrotate
+Patch0:                http://jan.kneschke.de/projects/lighttpd/download/lighttpd-1.2.7-cond.patch
+#Patch1:               lighttpd-amd64-LINUX_SENDFILE-temporary.patch
 URL:           http://jan.kneschke.de/projects/lighttpd/
-BuildRequires: %{?with_xattr:attr-devel}
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -64,6 +63,7 @@ z powodu problem
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -74,7 +74,6 @@ z powodu problem
        --enable-mod-chat \
        --enable-mod-cache \
        --enable-mod-localizer \
-       %{?with_xattr:--with-attr} \
        --with-openssl
        
 %{__make}
This page took 0.149513 seconds and 4 git commands to generate.