File gnome-vfs-monikers.spec of Package gnome-vfs-monikers
#
# spec file for package gnome-vfs-monikers
#
# 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-vfs-monikers
BuildRequires: glib2-devel
BuildRequires: gnome-common
BuildRequires: gnome-vfs2-devel
BuildRequires: intltool
BuildRequires: libbonobo-devel
Version: 2.15.3
Release: 0
Url: http://www.realistanew.com/projects/gnome-vfs
Summary: Bonobo monikers for GNOME-VFS
License: LGPL-2.1+
Group: System/GUI/GNOME
Source: %{name}-%{version}.tar.bz2
Requires: gnome-vfs2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
gnome-vfs-monikers contains all Bonobo monikers that were previously in
the main gnome-vfs package.
Authors:
--------
GNOME-VFS authors
%prep
%setup -q
%build
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS
%{_libdir}/bonobo/monikers/*.so
%{_libdir}/bonobo/servers/GNOME_VFS_Moniker_std.server
%changelog