libgtop/libgtop.spec
Vincent Untz 1049973190 Accepting request 31029 from home:jengelh:baselibs
Copy from home:jengelh:baselibs/libgtop via accept of submit request 31029 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/31029
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgtop?expand=0&rev=29
2010-02-10 13:21:31 +00:00

204 lines
5.4 KiB
RPMSpec

#
# spec file for package libgtop (Version 2.28.0)
#
# 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/
#
Name: libgtop
BuildRequires: fdupes
BuildRequires: glib2-devel
BuildRequires: intltool
BuildRequires: licenses
BuildRequires: translation-update-upstream
BuildRequires: xorg-x11-devel
License: GPLv2+
Group: Development/Libraries/GNOME
Version: 2.28.0
Release: 2
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
#%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libgtop-2_0)
%define libgtop-2_0_name 7
Summary: LibGTop Library
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libgtop/2.19/%{name}-%{version}.tar.bz2
Source1: %{name}_spec-update.sh
Source2: baselibs.conf
Requires: libgtop-2_0-7 licenses
# assist solver to upgrade old libgtop after info.rpm
PreReq: %install_info_prereq
# bug437293
%ifarch ppc64
Obsoletes: libgtop-64bit
%endif
#
Requires: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A library that fetches information about the running system, such as
CPU and memory usage and active processes.
On Linux systems, this information is taken directly from the /proc
file system. On other systems, a server is used to read information
from /dev/kmem.
Authors:
--------
Martin Baulig (martin@home-of-linux.org)
Drazen Kacar (dave@srce.hr)
%package -n libgtop-2_0-7
License: GPLv2+
Summary: LibGTop Library
Group: Development/Libraries/GNOME
# Require translation package (%{name}) not older than the library:
Requires: %{name} >= %{version}
# bug437293
%ifarch ppc64
Obsoletes: libgtop-64bit
%endif
#
%description -n libgtop-2_0-7
A library that fetches information about the running system, such as
CPU and memory usage and active processes.
On Linux systems, this information is taken directly from the /proc
file system. On other systems, a server is used to read information
from /dev/kmem.
Authors:
--------
Martin Baulig (martin@home-of-linux.org)
Drazen Kacar (dave@srce.hr)
%package devel
License: GPLv2+
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/GNOME
Requires: %{name} = %{version} glib2-devel gdbm-devel xorg-x11-devel
# bug437293
%ifarch ppc64
Obsoletes: libgtop-devel-64bit
%endif
#
PreReq: %install_info_prereq
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
Authors:
--------
Martin Baulig (martin@home-of-linux.org)
Drazen Kacar (dave@srce.hr)
%package doc
License: GPLv2+
Summary: LibGTop Library
Group: Development/Libraries/GNOME
Requires: %{name} = %{version}
PreReq: /sbin/install-info
%description doc
A library that fetches information about the running system, such as
CPU and memory usage and active processes.
On Linux systems, this information is taken directly from the /proc
file system. On other systems, a server is used to read information
from /dev/kmem.
Authors:
--------
Martin Baulig (martin@home-of-linux.org)
Drazen Kacar (dave@srce.hr)
%lang_package
%prep
%setup -q
translation-update-upstream
# rpmlint note: libgtop has a separate translation for both Bengali and Bengali India
%build
%configure\
--disable-static
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%if 0%{?suse_version} <= 1110
%{__rm} %{buildroot}%{_datadir}/locale/la/LC_MESSAGES/*
%endif
%find_lang %{name}-2.0
LIBNAME="$(echo $RPM_BUILD_ROOT%{_libdir}/%{name}-*.so.? | sed 's/.*\///;s/\.so\./-/;s/\./_/')"
if test "$LIBNAME" != libgtop-2_0-7 ; then
echo "Library version does not match package name. It should be $LIBNAME."
exit 1
fi
for FILE in COPYING copyright.txt ; do
MD5SUM=$(md5sum $FILE | sed 's/ .*//')
if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
fi
done
%clean
rm -rf $RPM_BUILD_ROOT
%post -n libgtop-2_0-7 -p /sbin/ldconfig
%postun -n libgtop-2_0-7 -p /sbin/ldconfig
%post doc
%install_info --info-dir=%{_datadir}/info %{_datadir}/info/%{name}2.info.gz
%postun doc
%install_info_delete --info-dir=%{_datadir}/info %{_datadir}/info/%{name}2.info.gz
%files
%defattr(-, root, root)
# TODO is empty
%doc AUTHORS COPYING NEWS README copyright.txt
%files lang -f %{name}-2.0.lang
%files -n libgtop-2_0-7
%defattr(-, root, root)
%{_libdir}/*.so.*
%files devel
%defattr(-, root, root)
%{_includedir}/libgtop-2.0
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc
%{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/libgtop
%files doc
%defattr(-, root, root)
%doc %{_infodir}/*.info*
%changelog