File setbookmarks.spec of Package setbookmarks
#
# spec file for package setbookmarks (Version 0.4)
#
# 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: setbookmarks
BuildRequires: gtk2-devel perl-XML-Parser update-desktop-files
Version: 0.4
Release: 76
License: GPL v2 only
Group: System/GUI/GNOME
Url: http://code.google.com/p/loolixbodes/
Summary: Sets your Favorite applications
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This tool saves a directory of .desktop files into your Favorites menu.
Authors:
--------
Jacob Berkman <jberkman@novell.com>
%prep
%setup -q
%build
CFLAGS="$RPM_OPT_FLAGS" \
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc
%{_bindir}/*
%changelog
* Fri Feb 22 2008 gekker@suse.de
- drop bogus desktop file (bnc#362804)
- Add GPLv2 COPYING file
* Wed Jan 09 2008 gekker@suse.de
- Initial import into autobuild