File gnome-vfsmm.spec of Package gnome-vfsmm
#
# spec file for package gnome-vfsmm
#
# Copyright (c) 2013 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: gnome-vfsmm
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: glibmm2-devel
BuildRequires: gnome-vfs2-devel
Version: 2.26.0
Release: 0
Summary: C++ Wrapper for gnome-vfs
License: LGPL-2.1+
Group: System/GUI/GNOME
Url: http://www.gtkmm.org/
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.12/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libgnomevfsmm-2_6-1 = %{version}
%description
This package is part of the gnomemm project and provides a C++
interface for gnome-vfs.
Authors:
--------
Murray Cumming <murrayc@usa.net>
Bryan Forbes <mxpxfifws@yahoo.com>
%package devel
Summary: C++ Wrapper for gnome-vfs
Group: System/GUI/GNOME
Requires: %{name} = %{version}
Requires: glibmm2-devel
Requires: gnome-vfs2-devel
%description devel
This package is part of the gnomemm project and provides a C++
interface for gnome-vfs.
Authors:
--------
Murray Cumming <murrayc@usa.net>
Bryan Forbes <mxpxfifws@yahoo.com>
%package -n libgnomevfsmm-2_6-1
Summary: C++ Wrapper for gnome-vfs
Group: System/GUI/GNOME
Requires: %{name} >= %{version}
%description -n libgnomevfsmm-2_6-1
This package is part of the gnomemm project and provides a C++
interface for gnome-vfs.
Authors:
--------
Murray Cumming <murrayc@usa.net>
Bryan Forbes <mxpxfifws@yahoo.com>
%prep
%setup
%build
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
%clean
rm -rf $RPM_BUILD_ROOT
%post -n libgnomevfsmm-2_6-1 -p /sbin/ldconfig
%postun -n libgnomevfsmm-2_6-1 -p /sbin/ldconfig
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%files -n libgnomevfsmm-2_6-1
%defattr (-, root, root)
%{_libdir}/*.so.*
%files devel
%defattr (-, root, root)
%{_libdir}/*.so
%{_includedir}/*
%dir %{_libdir}/gnome-vfsmm-2.6
%dir %{_libdir}/gnome-vfsmm-2.6/proc
%{_libdir}/gnome-vfsmm-2.6/include
%{_libdir}/gnome-vfsmm-2.6/proc/m4
%{_libdir}/pkgconfig/*.pc
%changelog