File gnome-vfs-monikers.spec of Package gnome-vfs-monikers
#
# spec file for package gnome-vfs-monikers (Version 2.15.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gnome-vfs-monikers
BuildRequires: glib2-devel gnome-common gnome-vfs2-devel intltool libbonobo-devel
Version: 2.15.3
Release: 173
Url: http://www.realistanew.com/projects/gnome-vfs
Group: System/GUI/GNOME
License: LGPL v2.1 or later
Summary: Bonobo monikers for GNOME-VFS
Source: %{name}-%{version}.tar.bz2
AutoReqProv: on
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
%build
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
#%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/bonobo/monikers/*.so
%{_libdir}/bonobo/servers/GNOME_VFS_Moniker_std.server
%changelog
* Thu Mar 06 2008 maw@suse.de
- Don't run autoreconf.
* Tue Jan 16 2007 sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
* Mon Sep 11 2006 rodrigo@suse.de
- Use %%_lib variable for correct 64bit installation.
* Thu Sep 07 2006 rodrigo@suse.de
- Initial submission from GNOME 2.15.x