]> git.pld-linux.org Git - packages/apache1-mod_mp3.git/commitdiff
- updated to 0.40
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Oct 2003 19:05:30 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed BRs (added libghttp-devel, removed unused expat)
- pass optflags

Changed files:
    apache1-mod_mp3.spec -> 1.26

apache1-mod_mp3.spec

index ad57e21ad6048e82db6d3f919ec5039ed7e1dbdf..131148642a0684a3ac770d701399a110812175f4 100644 (file)
@@ -4,17 +4,17 @@
 Summary:       MP3 Apache module
 Summary(pl):   Modu³ MP3 do Apache
 Name:          apache-mod_mp3
-Version:       0.39
+Version:       0.40
 Release:       1
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://software.tangent.org/download/%{arname}-%{version}.tar.gz
-# Source0-md5: 357f0d7b8d3b5f4ec1baf50dafb0bf24
+# Source0-md5: a36b25ee4db268df45a03231993e718d
 Source1:       %{arname}.conf
 URL:           http://media.tangent.org/
 BuildRequires: %{apxs}
 BuildRequires: apache(EAPI)-devel >= 1.3.12
-BuildRequires: expat-devel
+BuildRequires: libghttp-devel
 PreReq:                apache(EAPI) >= 1.3.12
 Requires(post,preun):  %{apxs}
 Requires(post,preun):  grep
@@ -45,7 +45,9 @@ pami
 %build
 ./configure
 
-%{__make} APXS=%{apxs}
+%{__make} \
+       APXS=%{apxs} \
+       ACINCLUDEDIR="-I`%{apxs} -q INCLUDEDIR` `%{apxs} -q CFLAGS` %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.061832 seconds and 4 git commands to generate.