File limal-apparmor-control.spec of Package limal-apparmor-control
#
# spec file for package limal-apparmor-control
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
# norootforbuild
Name: limal-apparmor-control
Version: 1.6.3
Release: 0
License: GPLv2+
Group: Development/Libraries/C and C++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: limal-apparmor-control-1.6.3.tar.bz2
Prefix: /usr
%define swiglibdir /usr/share/limal/typemaps
BuildRequires: curl gcc-c++ limal-devel limal-devtools limal-perl perl-gettext sgml-skel translation-update-upstream
Url: http://svn.opensuse.org/viewvc/limal/
Summary: Limal pluglib to Control the AppArmor service
%description
Limal pluglib for AppArmor that provides hooks to enable and disable
the AppArmor service.
Authors:
--------
mbarringer@suse.de
%package devel
Requires: limal-apparmor-control = %version
Requires: limal-devel
Group: Development/Libraries/C and C++
License: GPL v2 or later
Summary: Development libraries and header files for the apparmor-control limal pluglib.
%description devel
Development libraries and header files for the apparmor-control limal
pluglib.
Authors:
--------
mbarringer@suse.de
%package perl
Requires: limal-perl
%if 0%{?fedora_version} >= 7
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%else
Requires: perl = %{perl_version}
%endif
Group: Development/Libraries/Perl
License: GPL v2 or later
Summary: Limal pluglib for AppArmor that provides hooks to enable/disable the AppArmor service.
%description perl
Limal pluglib for AppArmor that provides hooks to enable/disable the
AppArmor service.
Authors:
--------
mbarringer@suse.de
%prep
%setup -n limal-apparmor-control-1.6.3
translation-update-upstream
%build
%{prefix}/bin/limaltool limalautoconf
%{prefix}/bin/limaltool limalautomake
autoreconf --force --install --verbose
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
# workaround for fedora gettext check on x86_64
sed -i -e 's/return (int) gettext/return (long) gettext/g' ./configure
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} \
--sysconfdir=/etc --localstatedir=/var
make %{?jobs:-j%jobs}
%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/limal/devtools/NO_MAKE_CHECK" ] || \
LIMALDATADIR="$RPM_BUILD_ROOT/usr/share/limal" \
# required for perl test cases
export LD_LIBRARY_PATH="$RPM_BUILD_ROOT/usr/lib/limal"
make check DESTDIR="$RPM_BUILD_ROOT"
%find_lang %name
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%clean
rm -rf "$RPM_BUILD_ROOT"
%files -f %name.lang
%defattr(-,root,root)
%dir %{_libdir}/limal
%{_libdir}/limal/lib*.so.*
%files devel
%defattr(-,root,root)
%dir %{_libdir}/limal
%{_libdir}/limal/lib*.so
%{_libdir}/limal/lib*.la
%dir %{_includedir}/limal/apparmor-control
%{_includedir}/limal/apparmor-control/*
%{_libdir}/pkgconfig/limal-apparmor-control.pc
%doc %{_prefix}/share/doc/packages/limal-apparmor-control
%files perl
%defattr(-,root,root)
%dir %{perl_vendorarch}/LIMAL
%dir %{perl_vendorarch}/auto/LIMAL
%dir %{perl_vendorarch}/auto/LIMAL/ApparmorControl/
%{perl_vendorarch}/auto/LIMAL/ApparmorControl/*
%{perl_vendorarch}/LIMAL/*.pm
%changelog