2011-08-04 10:38:16 +00:00
|
|
|
#
|
|
|
|
# spec file for package atheme
|
|
|
|
#
|
2012-01-12 15:50:35 +00:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-08-04 10:38:16 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-05-31 13:20:04 +00:00
|
|
|
|
2011-08-04 10:38:16 +00:00
|
|
|
Name: atheme
|
2010-03-09 23:23:44 +00:00
|
|
|
%define pkg_name atheme-services
|
2012-05-31 13:20:04 +00:00
|
|
|
%define lname libathemecore1
|
2012-11-21 00:03:06 +00:00
|
|
|
Version: 7.0.5
|
2012-05-31 13:20:04 +00:00
|
|
|
Release: 0
|
|
|
|
Url: http://atheme.net/
|
|
|
|
Summary: A portable, secure set of open source, modular IRC services
|
|
|
|
License: MIT
|
|
|
|
Group: Productivity/Networking/IRC
|
|
|
|
|
|
|
|
#Git-Clone: git://github.com/atheme/atheme
|
2012-11-21 00:03:06 +00:00
|
|
|
Source: http://www.atheme.net/downloads/atheme-services-%version.tar.bz2
|
2012-05-31 13:20:04 +00:00
|
|
|
Source1: atheme.init
|
2012-11-21 00:03:06 +00:00
|
|
|
Source2: atheme.service
|
|
|
|
Source3: atheme-tmpfiles.conf
|
2012-05-31 13:20:04 +00:00
|
|
|
Patch1: atheme-lockmodes.diff
|
|
|
|
Patch2: atheme-config.diff
|
2012-11-21 00:03:06 +00:00
|
|
|
Patch3: atheme-nodate.diff
|
2011-08-04 10:38:16 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2012-05-31 13:20:04 +00:00
|
|
|
BuildRequires: cracklib-devel
|
2012-06-06 20:48:38 +00:00
|
|
|
BuildRequires: fdupes
|
2012-01-12 15:50:35 +00:00
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
BuildRequires: openldap2-devel
|
|
|
|
BuildRequires: pkgconfig
|
2012-11-21 00:36:06 +00:00
|
|
|
%if 0%{?suse_version} >= 1210
|
2012-11-21 00:03:06 +00:00
|
|
|
BuildRequires: systemd
|
2012-11-21 00:36:06 +00:00
|
|
|
%endif
|
2012-05-31 13:20:04 +00:00
|
|
|
BuildRequires: pkgconfig(libmowgli-2) >= 2.0.0
|
|
|
|
BuildRequires: pkgconfig(libpcre)
|
2006-11-25 04:24:53 +00:00
|
|
|
%define atheme_home /var/lib/atheme
|
|
|
|
%define atheme_log /var/log/atheme
|
|
|
|
%define atheme_run /var/run/atheme
|
2011-08-02 07:52:16 +00:00
|
|
|
Requires(pre): pwdutils
|
|
|
|
|
2006-11-25 04:24:53 +00:00
|
|
|
%description
|
2012-05-31 13:20:04 +00:00
|
|
|
Atheme is a portable, secure set of open source, modular IRC services
|
|
|
|
released under the BSD license, designed to run on many IRCds.
|
|
|
|
|
|
|
|
Unlike alternative packages, Atheme's core is minimalistic, providing
|
|
|
|
only core functionality. Atheme is a complete services set, excluding
|
|
|
|
features designed for oper abuse.
|
|
|
|
|
|
|
|
%package -n %lname
|
|
|
|
Summary: The Atheme IRC Services core library
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n %lname
|
|
|
|
Atheme is a portable, secure set of open source, modular IRC services
|
|
|
|
released under the BSD license, designed to run on many IRCds.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for the Atheme IRC Services core
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %lname = %version
|
|
|
|
|
|
|
|
%description devel
|
2012-11-21 00:03:06 +00:00
|
|
|
Atheme is a portable, secure set of open source, modular IRC services
|
|
|
|
released under the BSD license, designed to run on many IRCds.
|
2006-11-25 04:24:53 +00:00
|
|
|
|
2012-05-31 13:20:04 +00:00
|
|
|
This package contains the development headers for the library found
|
|
|
|
in %lname.
|
2006-11-25 04:24:53 +00:00
|
|
|
|
|
|
|
%prep
|
2011-08-02 07:52:16 +00:00
|
|
|
%setup -qn %name-services-%version
|
2012-11-21 00:03:06 +00:00
|
|
|
%patch -P 1 -P 2 -P 3 -p1
|
2010-03-09 23:23:44 +00:00
|
|
|
# use system libmowgli
|
2012-05-31 13:20:04 +00:00
|
|
|
rm -Rf libmowgli*;
|
2006-11-25 04:24:53 +00:00
|
|
|
|
|
|
|
%build
|
2012-11-21 00:03:06 +00:00
|
|
|
%if 0%{?suse_version} >= 1210
|
|
|
|
export RUNDIR="/run";
|
|
|
|
%endif
|
2007-08-23 04:35:15 +00:00
|
|
|
%if 0%{?suse_version} > 1000 && 0%{?suse_version} < 1030
|
2012-05-31 13:20:04 +00:00
|
|
|
export CFLAGS="%optflags -fstack-protector"
|
2006-11-25 04:24:53 +00:00
|
|
|
%endif
|
|
|
|
%configure \
|
2012-05-31 13:20:04 +00:00
|
|
|
--sysconfdir="%_sysconfdir/%name" \
|
|
|
|
--bindir="%_sbindir" \
|
|
|
|
--docdir="%_docdir/%name" \
|
2006-11-25 04:24:53 +00:00
|
|
|
--enable-fhs-paths \
|
|
|
|
--enable-warnings \
|
2010-03-09 23:23:44 +00:00
|
|
|
--enable-large-net \
|
2011-08-02 07:52:16 +00:00
|
|
|
--with-pcre \
|
|
|
|
--enable-contrib
|
2006-11-25 04:24:53 +00:00
|
|
|
|
2011-08-02 07:52:16 +00:00
|
|
|
make %{?_smp_mflags}
|
2006-11-25 04:24:53 +00:00
|
|
|
|
|
|
|
%install
|
2012-11-21 00:03:06 +00:00
|
|
|
%if 0%{?suse_version} >= 1210
|
|
|
|
export RUNDIR="/run";
|
|
|
|
%endif
|
2012-05-31 13:20:04 +00:00
|
|
|
b="%buildroot";
|
2012-11-21 00:03:06 +00:00
|
|
|
make install DESTDIR="%buildroot" DOCDIR="%_docdir/%name";
|
2006-11-25 04:24:53 +00:00
|
|
|
|
|
|
|
# additional documentation
|
2012-05-31 13:20:04 +00:00
|
|
|
mkdir -p "$b/%_docdir/%name"
|
|
|
|
install -m 0644 contrib/*.php contrib/*.pl TODO "$b/%_docdir/%name"
|
|
|
|
#mv -v "$b/%_sysconfdir/%name/atheme.chk.sample" "$b/%_docdir/%name"
|
2006-11-25 04:24:53 +00:00
|
|
|
|
|
|
|
# init scripts
|
2012-05-31 13:20:04 +00:00
|
|
|
install -Dm 0755 "%{S:1}" "$b/%_sysconfdir/init.d/%name";
|
|
|
|
ln -sf "%_sysconfdir/init.d/%name" "$b/%_sbindir/rc%name";
|
2006-11-25 04:24:53 +00:00
|
|
|
|
2012-11-21 00:36:06 +00:00
|
|
|
%if 0%{?_unitdir:1}
|
2012-11-21 00:03:06 +00:00
|
|
|
mkdir -p "$b/%_unitdir" "$b/%_libexecdir/tmpfiles.d";
|
|
|
|
install -pm0644 "%{S:2}" "$b/%_unitdir/";
|
|
|
|
install -pm0644 "%{S:3}" "$b/%_libexecdir/tmpfiles.d/atheme.conf";
|
|
|
|
%endif
|
|
|
|
|
2006-11-25 04:24:53 +00:00
|
|
|
# config files
|
|
|
|
# TODO: check if we should change any defaults and patch it.
|
2012-05-31 13:20:04 +00:00
|
|
|
cp -v "$b/%_sysconfdir/%name"/atheme.conf{.example,}
|
|
|
|
cp -v "$b/%_sysconfdir/%name"/atheme.motd{.example,}
|
2010-03-09 23:23:44 +00:00
|
|
|
%find_lang %name
|
2012-11-23 18:51:34 +00:00
|
|
|
%fdupes %buildroot/%_prefix
|
2006-11-25 04:24:53 +00:00
|
|
|
|
|
|
|
%pre
|
2011-08-02 07:52:16 +00:00
|
|
|
/usr/bin/getent group atheme >/dev/null 2>/dev/null || \
|
|
|
|
/usr/sbin/groupadd -r atheme >/dev/null || :;
|
|
|
|
/usr/bin/getent passwd atheme >/dev/null 2>/dev/null || \
|
2012-11-19 19:42:31 +00:00
|
|
|
/usr/sbin/useradd -r -g atheme -s /bin/false \
|
2012-11-23 18:29:42 +00:00
|
|
|
-c "Atheme IRC Services daemon" -d "%atheme_home" \
|
|
|
|
atheme >/dev/null || :;
|
2012-11-21 00:36:06 +00:00
|
|
|
%if 0%{?_unitdir:1}
|
2012-11-21 00:03:06 +00:00
|
|
|
%service_add_pre atheme.service
|
|
|
|
%endif
|
2006-11-25 04:24:53 +00:00
|
|
|
|
|
|
|
%post
|
2012-05-31 13:20:04 +00:00
|
|
|
%fillup_and_insserv %name
|
2012-11-21 00:36:06 +00:00
|
|
|
%if 0%{?_unitdir:1}
|
2012-11-21 00:03:06 +00:00
|
|
|
%service_add_post atheme.service
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%stop_on_removal %name
|
2012-11-21 00:36:06 +00:00
|
|
|
%if 0%{?_unitdir:1}
|
2012-11-21 00:03:06 +00:00
|
|
|
%service_del_preun atheme.service
|
|
|
|
%endif
|
2006-11-25 04:24:53 +00:00
|
|
|
|
|
|
|
%postun
|
2012-05-31 13:20:04 +00:00
|
|
|
%restart_on_update %name
|
2006-11-25 04:24:53 +00:00
|
|
|
%insserv_cleanup
|
2012-11-21 00:36:06 +00:00
|
|
|
%if 0%{?_unitdir:1}
|
2012-11-21 00:03:06 +00:00
|
|
|
%service_del_postun atheme.service
|
|
|
|
%endif
|
2006-11-25 04:24:53 +00:00
|
|
|
|
2012-06-06 20:48:38 +00:00
|
|
|
%post -n %lname -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
|
|
|
|
2012-05-31 13:20:04 +00:00
|
|
|
%files -f %name.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_sysconfdir/init.d/%name
|
|
|
|
%_sbindir/rc%name
|
|
|
|
%dir %attr(750,root,atheme) %_sysconfdir/%name
|
|
|
|
%config(noreplace) %attr(640,root,atheme) %_sysconfdir/%name/atheme.conf
|
|
|
|
%config(noreplace) %attr(640,root,atheme) %_sysconfdir/%name/atheme.motd
|
|
|
|
%_sysconfdir/%name/*example
|
|
|
|
%_sbindir/dbverify
|
|
|
|
%_sbindir/atheme-services
|
|
|
|
%_libdir/%name
|
|
|
|
%_datadir/%name
|
|
|
|
%doc %_docdir/%name
|
|
|
|
%dir %attr(750,atheme,atheme) %atheme_home
|
|
|
|
%dir %attr(750,atheme,atheme) %atheme_log
|
2012-11-21 00:36:06 +00:00
|
|
|
%if 0%{?_unitdir:1}
|
2012-11-21 00:03:06 +00:00
|
|
|
%_unitdir/*.service
|
|
|
|
%_libexecdir/tmpfiles.d
|
|
|
|
%else
|
|
|
|
%dir %attr(750,atheme,atheme) %atheme_run
|
|
|
|
%endif
|
2012-05-31 13:20:04 +00:00
|
|
|
|
|
|
|
%files -n %lname
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libathemecore.so.1*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_includedir/atheme
|
|
|
|
%_libdir/libathemecore.so
|
|
|
|
%_libdir/pkgconfig/atheme-services.pc
|
2006-11-25 04:24:53 +00:00
|
|
|
|
|
|
|
%changelog
|