File limal-runlevel.spec of Package limal-runlevel
#
# spec file for package limal-runlevel (Version 1.5.1)
#
# Copyright (c) 2008 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
Url: http://forge.novell.com/modules/xfmod/project/?limal
Name: limal-runlevel
Version: 1.5.1
Release: 1
License: GPL v2 or later
Group: Development/Libraries/C and C++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: limal-runlevel-1.5.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
Summary: LiMaL - Runlevel Library
%description
The LiMaL Runlevel Library provides methods for runlevel and service
management.
Authors:
--------
Marius Tomaschewski
%package devel
License: GPL v2 or later
Requires: limal-runlevel = %version
Requires: limal-devel
Group: Development/Libraries/C and C++
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
License: GPL v2 or later
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/Languages/Perl
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.5.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
* Wed Nov 05 2008 mc@suse.de
- version 1.5.1
- update translations
* Wed Sep 03 2008 mc@suse.de
- version 1.5.0
- update translation files
* Fri Jun 06 2008 mc@suse.de
- version 1.4.5
- update translation files
* Fri May 09 2008 mc@suse.de
- version 1.4.4
- update translation files
* Thu Apr 03 2008 mc@suse.de
- version 1.4.3
- use $limaldatadir/typemaps for own swig typemaps (bnc#373586)
- update translation files
* Wed Feb 13 2008 mc@suse.de
- version 1.4.2
- fix testsuite
- gcc fixes
- use %%lang
- update localization files
* Fri Nov 09 2007 mc@suse.de
- version 1.4.1
- build with new libblocxx-devel
- change SONAME because of new blocxx6
* Thu Oct 11 2007 mc@suse.de
- version 1.4.0
- update translation files
* Mon Aug 20 2007 mc@suse.de
- version 1.3.1
- update translation files
* Wed Jul 18 2007 mt@suse.de
- version 1.3.0
- updated translation files
* Fri Apr 27 2007 mc@suse.de
- update translation files
* Mon Jan 15 2007 mc@suse.de
- merge proofreaded texts
* Fri Nov 17 2006 mc@suse.de
- version 1.2.8
- add translation
* Mon Nov 13 2006 mc@suse.de
- version 1.2.7
- update translations
* Mon Nov 06 2006 mc@suse.de
- version 1.2.6
- update translations
* Thu Nov 02 2006 mc@suse.de
- version 1.2.5
- update translations (de, fi)
* Mon Oct 23 2006 mc@suse.de
- version 1.2.4
- add translations (pl, lt)
* Mon Oct 16 2006 mc@suse.de
- add first set of translated texts
(cs da fi hu id km nb nl pt ru uk)
* Thu Sep 28 2006 mt@suse.de
- version 1.2.3
- Adopted to build with blocxx-1.x as well as upcoming blocxx-2.x
- Fixed to use limal::Logger interface in skeleton testcases
* Tue Aug 29 2006 mt@suse.de
- version 1.2.2
- fixed build flags in testsuite/Makefile.am
- fixed perl testsuite to not to use SUSE specific runlevels
- added fix by Sven Schober, that autodetects runlevel and
init script directories on other distributions (as fedora5).
* Fri Jul 21 2006 mt@suse.de
- version 1.2.1
- fixed testsuites to be system-independent (and work in chroot)
* Wed Jul 05 2006 mc@suse.de
- using gettext translation mechanism
- removing old mechanism
- removing trans-XXxx template
* Thu Mar 09 2006 mt@suse.de
- Bug #155974: fixed getRunlevelServiceNames() to use service
file names the runlevel link points to and apply black list
to be consistent with getInstalledServiceNames().
- version 1.1.2
* Mon Feb 13 2006 mt@suse.de
- Fixed typo in version in the %%setup macro
* Mon Feb 13 2006 mt@suse.de
- Bug #150393: fixed to install missed *.gif and *.css
files in autodocs/doxygen documentation.
- Fixed LSBExitCode to be a Int32, supported by swig
- increased patch level - version 1.1.1
* Fri Jan 27 2006 mc@suse.de
- version 1.1.0
- install swig wrapper lib with 755 permissions
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Oct 27 2005 mt@suse.de
- initial package, version 1.0.0