desktop-file-utils.spec revision 10139
10139N/A#
10139N/A# spec file for package desktop-file-utils
10139N/A#
18213N/A# Copyright (c) 2005 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#
17185N/A# Owner: gman
10139N/A#
10139N/AName: desktop-file-utils
18593N/ALicense: GPL
18593N/AGroup: Development/Tools/Other
18593N/AVersion: 0.12
10139N/ARelease: 1
15322N/ADistribution: Java Desktop System
18615N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: Desktop file utilities
22050N/ASource: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
10139N/AURL: http://www.gnome.org
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/doc
10139N/AAutoreqprov: on
20809N/A
20809N/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}
20809N/A
10139N/A%changelog
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