File libgnomemm.spec of Package libgnomemm
#
# spec file for package libgnomemm (Version 2.30.0)
#
# Copyright (c) 2010 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: libgnomemm
BuildRequires: gcc-c++ gtkmm2-devel libgnome-devel orbit2-devel update-desktop-files
Version: 2.30.0
Release: 1
Group: Development/Libraries/GNOME
License: LGPLv2.1+
Summary: C++ Interface for GNOME Libraries (a GUI Library for X)
Url: http://www.gtkmm.org/
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.16/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package provides a C++ interface for GnomeUI. It is a subpackage
of the GTK-- project. The interface provides a convenient interface
for C++ programmers to create GNOME GUIs with GTK+'s flexible
object-oriented framework.
Authors:
--------
Murray Cumming <murrayc@usa.net>
Daniel Elstner <daniel.elstner@gmx.net>
Claudio Bley
Eric Bourque
Manuel Clos <llanero@users.sourceforge.net>
Daniel Elstner <daniel.elstner@gmx.de>
Gergo Erdi <cactus@cactus.rulez.org>
Cedric Gustin
Andreas Holzmann
Falk Hueffner
Peter Lerner <plerner@users.sourceforge.net>
Agustin Ferrin Pozuelo
Karl Nelson <kenelson@users.sourceforge.net>
Herbert Valerio Riedel <hvr@gnu.org>
Sebastian Rittau<srittau@users.sourceforge.net >
Joe Yandle
Tero Pulkkinen <terop@modeemi.cs.tut.fi>
Stephan Kulow <coolo@itm.mu-luebeck.de>
Elliot Lee <sopwith@redhat.com>
Phil Dawes <P.L.Dawes-CSSE94@cs.bham.ac.uk>
Erik Andersen <andersee@debian.org>
Bibek Sahu <scorpio@dodds.net>
Mirko Streckenbach
Havoc Pennington <hp@redhat.com>
Guillaume Laurent <glaurent@telegraph-road.org>
Todd Dukes <tdukes@ibmoto.com>
%package devel
License: LGPLv2.1+
Group: Development/Libraries/GNOME
Summary: C++ Interface for GNOME libs (a GUI library for X)
Requires: %{name} = %{version} gtkmm2-devel libgnome-devel
%description devel
This package provides a C++ interface for GnomeUI. It is a subpackage
of the GTK-- project. The interface provides a convenient interface
for C++ programmers to create GNOME GUIs with GTK+'s flexible
object-oriented framework.
Authors:
--------
Murray Cumming <murrayc@usa.net>
Daniel Elstner <daniel.elstner@gmx.net>
Claudio Bley
Eric Bourque
Manuel Clos <llanero@users.sourceforge.net>
Daniel Elstner <daniel.elstner@gmx.de>
Gergo Erdi <cactus@cactus.rulez.org>
Cedric Gustin
Andreas Holzmann
Falk Hueffner
Peter Lerner <plerner@users.sourceforge.net>
Agustin Ferrin Pozuelo
Karl Nelson <kenelson@users.sourceforge.net>
Herbert Valerio Riedel <hvr@gnu.org>
Sebastian Rittau<srittau@users.sourceforge.net >
Joe Yandle
Tero Pulkkinen <terop@modeemi.cs.tut.fi>
Stephan Kulow <coolo@itm.mu-luebeck.de>
Elliot Lee <sopwith@redhat.com>
Phil Dawes <P.L.Dawes-CSSE94@cs.bham.ac.uk>
Erik Andersen <andersee@debian.org>
Bibek Sahu <scorpio@dodds.net>
Mirko Streckenbach
Havoc Pennington <hp@redhat.com>
Guillaume Laurent <glaurent@telegraph-road.org>
Todd Dukes <tdukes@ibmoto.com>
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/*.so.*
%files devel
%defattr (-, root, root)
%{_includedir}/*
%{_libdir}/*.so
%dir %{_libdir}/libgnomemm-2.6
%dir %{_libdir}/libgnomemm-2.6/proc
%{_libdir}/libgnomemm-2.6/include
%{_libdir}/libgnomemm-2.6/proc/m4
%{_libdir}/pkgconfig/*.pc
%changelog