File limal-runlevel.spec of Package limal-runlevel

#
# spec file for package limal-runlevel (Version 1.6.1)
#
# Copyright (c) 2009 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-runlevel
Version:        1.6.1
Release:        1
License:        GPL v2 or later
Group:          Development/Libraries/C and C++
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source0:        limal-runlevel-1.6.1.tar.bz2
Prefix:         /usr
%define		swiglibdir /usr/share/limal/typemaps 
BuildRequires:  curl gcc-c++ limal-devel limal-devtools limal-perl perl-gettext sgml-skel
%if 0%{?fedora_version} >= 7
BuildRequires:  perl-ExtUtils-Embed
%endif
Url:            http://forge.novell.com/modules/xfmod/project/?limal
Summary:        LiMaL - Runlevel Library

%description
The LiMaL Runlevel Library provides methods for runlevel and service
management.

Authors:
--------
    Marius Tomaschewski

%package devel
Requires:       limal-runlevel = %version
Requires:       limal-devel
Group:          Development/Libraries/C and C++
License:        GPL v2 or later
Summary:        LiMaL - Runlevel Library Development Files

%description devel
The LiMaL Runlevel Library provides methods for runlevel and service
management.

This package provides files required for development using the library.


Authors:
--------
    Marius Tomaschewski

%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 - Runlevel Library Perl Bindings

%description perl
The LiMaL Runlevel Library provides methods for runlevel and service
management.

This package provides the perl bindings to the runlevel library.

Authors:
--------
    Marius Tomaschewski


%prep
%setup -n limal-runlevel-1.6.1

%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/runlevel
%{_includedir}/limal/runlevel/*
%{_libdir}/pkgconfig/limal-runlevel.pc
%doc %{_prefix}/share/doc/packages/limal-runlevel

%files perl
%defattr(-,root,root)
%dir %{perl_vendorarch}/LIMAL
%dir %{perl_vendorarch}/auto/LIMAL
%dir %{perl_vendorarch}/auto/LIMAL/Runlevel/
%{perl_vendorarch}/auto/LIMAL/Runlevel/*
%{perl_vendorarch}/LIMAL/*.pm
%changelog
openSUSE Build Service is sponsored by