base-specs/desktop-file-utils.spec
author yippi
Fri, 07 Mar 2008 02:51:29 +0000
changeset 11814 e8404d80eb42
parent 11611 d08b0d6645ce
child 16427 63d81b085adb
permissions -rw-r--r--
2008-03-06 Brian Cameron <[email protected]> * base-specs/desktop-file-utils.spec: Bump to 0.15.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package desktop-file-utils
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
11611
d08b0d6645ce 2008-02-08 Michal Pryc <[email protected]>
migi
parents: 11311
diff changeset
     8
# Owner: dkenny
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
Name:			desktop-file-utils
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
License:		GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Group:			Development/Tools/Other 
11814
e8404d80eb42 2008-03-06 Brian Cameron <[email protected]>
yippi
parents: 11611
diff changeset
    13
Version:		0.15
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Release:		1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Distribution:		Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Vendor:			Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Summary:		Desktop file utilities
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Source:			http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
URL:			http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Docdir: 		%{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Autoreqprov:		on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
%define popt_version 1.6.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%define glib2_version 2.2.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Requires:      glib2 >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRequires: glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
BuildRequires: popt-devel >= %{popt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
desktop-file-utils is a collection of command line tools for working with 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
desktop files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
./configure --prefix=%{_prefix}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%{_prefix}/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%changelog
11814
e8404d80eb42 2008-03-06 Brian Cameron <[email protected]>
yippi
parents: 11611
diff changeset
    54
* Thu Mar 06 2008 - [email protected]
e8404d80eb42 2008-03-06 Brian Cameron <[email protected]>
yippi
parents: 11611
diff changeset
    55
- Bump to 0.15
11311
7ae76a4d0735 2007-12-11 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    56
* Mon Dec 10 2007 - [email protected]
7ae76a4d0735 2007-12-11 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    57
- Bump to 0.14.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
* Wed Nov 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
- Bump to 0.12.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
* Wed Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
- Bump to 0.11.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
* Tue May 17 2005 - Laszlo Kovacs <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
- add %{_datadir} to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
* Fri May 06 2005 - Glynn Foster <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
- Bump to 0.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
* Tue Aug 12 2003 - Glynn Foster <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
- Initial release