]> git.pld-linux.org Git - packages/inn.git/blobdiff - inn.spec
- massive change: BR openssl-devel >= 0.9.7d
[packages/inn.git] / inn.spec
index d1cd9a574b8f6163d59569bf1ac2e82ed72824c5..4c6570584e206e612e16b3cefa044674a544d4f9 100644 (file)
--- a/inn.spec
+++ b/inn.spec
@@ -7,12 +7,12 @@ Summary(pl):  INN, serwer nowinek
 Summary(pt_BR):        INN, InterNet News System (servidor news)
 Summary(tr):   INN, InterNet Haber Sistemi (haber sunucu)
 Name:          inn
-Version:       2.4.0
-Release:       0.3
+Version:       2.4.1
+Release:       0.4
 License:       distributable
 Group:         Networking/Daemons
 Source0:       ftp://ftp.isc.org/isc/inn/%{name}-%{version}.tar.gz
-# Source0-md5: 629c445b7c7fe2a01257b883abb7bddf
+# Source0-md5: bec635b6e70188071fdb539cd374f2ba
 Source1:       %{name}-default-active
 Source2:       %{name}-default-distributions
 Source3:       %{name}-default-newsgroups
@@ -30,9 +30,15 @@ Patch1:              %{name}-install.patch
 Patch2:                %{name}-db.patch
 Patch3:                %{name}-ac25x.patch
 Patch4:                %{name}-ac253.patch
-#Patch5:               %{name}-setreuid.patch
-#Patch6:               %{name}-sec.patch
-#Patch7:               %{name}-frsize.patch
+Patch5:                %{name}-setgid.patch
+Patch6:                %{name}-db4.patch
+Patch7:                %{name}-timecaf_oversized_art.patch
+Patch8:                %{name}-lib_install_modes.patch
+Patch9:                %{name}-kill_warnings.patch
+Patch10:       %{name}-64bit_pointers.patch
+#Patch11:      %{name}-setreuid.patch
+#Patch12:      %{name}-sec.patch
+#Patch13:      %{name}-frsize.patch
 URL:           http://www.isc.org/inn.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -40,7 +46,7 @@ BuildRequires:        bison
 BuildRequires: db-devel
 BuildRequires: flex
 BuildRequires: libtool >= 1:1.4.2-9
-BuildRequires: openssl-devel >= 0.9.7c
+BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: perl-devel >= 1:5.8.0
 PreReq:                %{name}-libs = %{version}
 PreReq:                rc-scripts
@@ -244,18 +250,24 @@ sunucuya makaleyi yollar.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-#%patch5 -p1   -- obsolete? (no setreuid test)
-#%patch6 -p1   -- obsolete? (pathrun not used in inndstart)
-#%patch7 -p1   -- obsolete? (?)
+%patch5 -p1
+%patch6
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+#%patch11 -p1  -- obsolete? (no setreuid test)
+#%patch12 -p1  -- obsolete? (pathrun not used in inndstart)
+#%patch13 -p1  -- obsolete? (?)
 
-%build
 touch innfeed/*.[ly]
 
-rm -f config.cache
+%build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %configure \
+       CFLAGS="%{rpmcflags} -D_GNU_SOURCE" \
        --with-news-user=news \
        --with-news-group=news \
        --with-news-master=news \
@@ -280,7 +292,8 @@ rm -f config.cache
        --enable-ipv6 \
        --enable-dual-socket
 
-%{__make} all PATHFILTER=%{_datadir}/news/filter \
+%{__make} all \
+       PATHFILTER=%{_datadir}/news/filter \
        PATHCONTROL=%{_datadir}/news/control
 
 %install
This page took 0.080497 seconds and 4 git commands to generate.