File setbookmarks.spec of Package setbookmarks
#
# spec file for package setbookmarks (Version 0.4)
#
# 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: setbookmarks
BuildRequires: gtk2-devel perl-XML-Parser update-desktop-files
Version: 0.4
Release: 1
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