desktop-file-utils.spec revision 18595
8904N/A#
8904N/A# spec file for package desktop-file-utils
8904N/A#
8904N/A# Copyright (c) 2010 Sun Microsystems, Inc.
8904N/A# This file and all modifications and additions to the pristine
8904N/A# package are under the same license as the package itself.
8904N/A#
8904N/A#temporarily taken from dkenny
8904N/A%define owner stephen
8904N/A#
8904N/A
8904N/A%define OSR 4093:0.10
8904N/A
8904N/AName: desktop-file-utils
8904N/ALicense: GPL
8904N/AGroup: Development/Tools/Other
8904N/AVersion: 0.16
8904N/ARelease: 1
8904N/ADistribution: Java Desktop System
8904N/AVendor: Sun Microsystems, Inc.
8904N/ASummary: Desktop file utilities
8904N/ASource: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.bz2
8904N/AURL: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Docdir: %{_defaultdocdir}/doc
Autoreqprov: on
%define popt_version 1.6.4
%define glib2_version 2.2.1
Requires: glib2 >= %{glib2_version}
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: popt-devel >= %{popt_version}
%description
desktop-file-utils is a collection of command line tools for working with
desktop files.
%prep
%setup -q
%build
./configure --prefix=%{_prefix}
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{_prefix}/bin
%{_datadir}
%changelog
* Thu Apr 15 2010 - brian.cameron@sun.com
- Bump to 0.16.
* Thu Mar 06 2008 - brian.cameron@sun.com
- Bump to 0.15.
* Mon Dec 10 2007 - brian.cameron@sun.com
- Bump to 0.14.
* Wed Nov 29 2006 - damien.carbery@sun.com
- Bump to 0.12.
* Wed Jul 21 2006 - dermot.mccluskey@sun.com
- Bump to 0.11.
* Tue May 17 2005 - Laszlo Kovacs <laszlo.kovacs@sun.com>
- add %{_datadir} to %files.
* Fri May 06 2005 - Glynn Foster <glynn.foster@sun.com>
- Bump to 0.10.
* Tue Aug 12 2003 - Glynn Foster <glynn.foster@sun.com>
- Initial release.