File libgnomeuimm.spec of Package libgnomeuimm
#
# spec file for package libgnomeuimm (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/
#
# norootforbuild
Name: libgnomeuimm
BuildRequires: gcc-c++ gconfmm-devel gnome-vfsmm-devel libglademm-devel libgnomecanvasmm-devel libgnomemm-devel libgnomeui-devel
Version: 2.28.0
Release: 1
Url: http://www.gtkmm.org/
Group: System/GUI/GNOME
License: GPL v2 or later
Summary: C++ Interface for GnomeUI (a GUI Library for X)
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.12/%{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>
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 YaTero 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: GPL v2 or later
Group: System/GUI/GNOME
Summary: C++ Interface for GnomeUI (a GUI library for X)
Requires: %{name} = %{version} libgnomemm-devel libgnomecanvasmm-devel gconfmm-devel libglademm-devel libgnomeui-devel gnome-vfsmm-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>
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 YaTero 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
%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 INSTALL NEWS README TODO
%{_libdir}/*.so.*
%files devel
%defattr (-, root, root)
%{_libdir}/*.so
%{_includedir}/*
%dir %{_libdir}/libgnomeuimm-2.6
%dir %{_libdir}/libgnomeuimm-2.6/proc
%{_libdir}/libgnomeuimm-2.6/include
%{_libdir}/libgnomeuimm-2.6/proc/m4
%{_libdir}/pkgconfig/*.pc
%changelog