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