Package xdg-utils: Specfile

Name: xdg-utils
Version: 1.0.2
Release: alt1

Summary: A set of command line tools that assist applications with a variety of desktop integration tasks

License: MIT
Group: System/Base
Url: http://portland.freedesktop.org/wiki/XdgUtils

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: http://portland.freedesktop.org/download/%name-%version.tar.bz2

# Automatically added by buildreq on Wed Apr 25 2007
BuildRequires: xmlto

AutoReq: no
Requires: coreutils, file, gawk, grep, procps, sed, sh, which, xprop, xset

%description
Xdg-utils is a set of command line tools that assist applications with
a variety of desktop integration tasks. About half of the tools focus on
tasks commonly required during the installation of a desktop application
and the other half focuses on integration with the desktop environment
while the application is running. Even if the desktop components of your
application are limited to an installer, configuration or management tool,
Xdg-utils provides you with an easy way to enhance the usage experience
of your customers by improving the integration of these components in
the user's environment.

%prep
%setup -q

%build
%configure
%make_build

%install
%make_install DESTDIR="%buildroot" install

%files
%_bindir/*
%_man1dir/*
%doc ChangeLog README LICENSE RELEASE_NOTES TODO

%changelog
* Fri Sep 21 2007 Vitaly Lipatov <lav@altlinux.ru> 1.0.2-alt1
- new version 1.0.2 (with rpmrb script)
- disable autoreq, add manual requires (fix bug #12863)

* Wed Apr 25 2007 Vitaly Lipatov <lav@altlinux.ru> 1.0.1-alt1
- first build for ALT Linux Sisyphus