base-specs/desktop-file-utils.spec
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 17864 337913e88a9d
child 20266 8bea88f4b589
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca

#
# spec file for package desktop-file-utils
#
# Copyright (c) 2010 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
#temporarily taken from dkenny
%define owner stephen
#

%define OSR 4093:0.10

Name:			desktop-file-utils
License:		GPLv2
Group:			Development/Tools/Other 
Version:		0.16
Release:		1
Distribution:		Java Desktop System
Vendor:			freedesktop.org
Summary:		Desktop file utilities
Source:			http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.bz2
URL:			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 - [email protected]
- Bump to 0.16.
* Thu Mar 06 2008 - [email protected]
- Bump to 0.15.
* Mon Dec 10 2007 - [email protected]
- Bump to 0.14.
* Wed Nov 29 2006 - [email protected]
- Bump to 0.12.
* Wed Jul 21 2006 - [email protected]
- Bump to 0.11.
* Tue May 17 2005 - Laszlo Kovacs <[email protected]>
- add %{_datadir} to %files.
* Fri May 06 2005 - Glynn Foster <[email protected]>
- Bump to 0.10.
* Tue Aug 12 2003 - Glynn Foster <[email protected]>
- Initial release.