SHA256
1
0
forked from pool/atheme
OBS User unknown 2007-02-20 18:20:05 +00:00 committed by Git OBS Bridge
parent d1c6b894bc
commit 2c121a2dd7

View File

@ -1,7 +1,7 @@
# norootforbuild # norootforbuild
Name: atheme Name: atheme
Version: 2.0.0 Version: 2.1.0
Release: 1 Release: 1
%define pkg_name atheme %define pkg_name atheme
# #
@ -17,8 +17,6 @@ BuildRequires: postgresql-devel openssl-devel pkgconfig
URL: http://www.atheme.net/ URL: http://www.atheme.net/
Source: http://www.atheme.net/releases/atheme-%{version}.tar.gz Source: http://www.atheme.net/releases/atheme-%{version}.tar.gz
Source1: atheme.init Source1: atheme.init
Patch: atheme-2.0.0_fhs_paths.patch
Patch1: atheme-2.0.0_static_buffer_overflow.patch
# #
Summary: A portable, secure set of open source, modular IRC services Summary: A portable, secure set of open source, modular IRC services
%description %description
@ -52,12 +50,8 @@ Authors:
%debug_package %debug_package
%prep %prep
%setup -n %{pkg_name}-%{version} %setup -n %{pkg_name}-%{version}
%patch
%patch1
%build %build
autoconf
autoheader
%if 0%{?suse_version} > 1000 %if 0%{?suse_version} > 1000
export CFLAGS="%{optflags} -fstack-protector-all" export CFLAGS="%{optflags} -fstack-protector-all"
%endif %endif
@ -124,5 +118,7 @@ export CFLAGS="%{optflags} -fstack-protector-all"
%dir %attr(750,atheme,atheme) %{atheme_log} %dir %attr(750,atheme,atheme) %{atheme_log}
%changelog %changelog
* Tue Feb 20 2007 - mrueckert@suse.de
- update to version 2.1.0
* Sat Nov 25 2006 - mrueckert@suse.de * Sat Nov 25 2006 - mrueckert@suse.de
- initial package of version 2.0.0 - initial package of version 2.0.0