base-specs/desktop-file-utils.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 22420 06a88950b579
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
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
#
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 21611
diff changeset
     4
# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
9397
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
#
17085
9d8cb4237224 update owner line so that scripts can work
harrylu
parents: 16891
diff changeset
     8
#temporarily taken from dkenny
9d8cb4237224 update owner line so that scripts can work
harrylu
parents: 16891
diff changeset
     9
%define owner stephen
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
#
16427
63d81b085adb 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 11814
diff changeset
    11
63d81b085adb 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 11814
diff changeset
    12
%define OSR 4093:0.10
63d81b085adb 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 11814
diff changeset
    13
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Name:			desktop-file-utils
17845
8cdfd55226b6 Fix error in last commit.
yippi
parents: 17844
diff changeset
    15
License:		GPLv2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:			Development/Tools/Other 
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 21611
diff changeset
    17
Version:		0.20
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Release:		1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution:		Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17845
diff changeset
    20
Vendor:			freedesktop.org
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:		Desktop file utilities
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 21611
diff changeset
    22
Source:			http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
URL:			http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Docdir: 		%{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Autoreqprov:		on
21508
935282e990d7 2011-02-24 Ghee Teo <[email protected]>
gheet
parents: 20266
diff changeset
    27
#owner:gheet date:2011-02-24 type:bug bugster:7021463
21611
2459bd9c761a 2011-03-23 Ghee Teo <[email protected]>
gheet
parents: 21508
diff changeset
    28
Patch1:                 desktop-file-utils-01-preserve-file-perm.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%define popt_version 1.6.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%define glib2_version 2.2.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Requires:      glib2 >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
BuildRequires: glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRequires: popt-devel >= %{popt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
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
    39
desktop files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%setup -q
21508
935282e990d7 2011-02-24 Ghee Teo <[email protected]>
gheet
parents: 20266
diff changeset
    43
%patch1 -p1
9397
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
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
./configure --prefix=%{_prefix}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%{_prefix}/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%changelog
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 21611
diff changeset
    61
* Wed May 09 2012 - [email protected]
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 21611
diff changeset
    62
- Bump to 0.20. 
20266
8bea88f4b589 2010-10-27 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
    63
* Wed Oct 27 2010 - [email protected]
8bea88f4b589 2010-10-27 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
    64
- Bump to 0.17.
17844
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17085
diff changeset
    65
* Thu Apr 15 2010 - [email protected]
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17085
diff changeset
    66
- Bump to 0.16.
11814
e8404d80eb42 2008-03-06 Brian Cameron <[email protected]>
yippi
parents: 11611
diff changeset
    67
* Thu Mar 06 2008 - [email protected]
17844
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17085
diff changeset
    68
- Bump to 0.15.
11311
7ae76a4d0735 2007-12-11 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    69
* Mon Dec 10 2007 - [email protected]
7ae76a4d0735 2007-12-11 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    70
- Bump to 0.14.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
* Wed Nov 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
- Bump to 0.12.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
* Wed Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
- Bump to 0.11.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
* Tue May 17 2005 - Laszlo Kovacs <[email protected]>
17844
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17085
diff changeset
    76
- add %{_datadir} to %files.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
* Fri May 06 2005 - Glynn Foster <[email protected]>
17844
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17085
diff changeset
    78
- Bump to 0.10.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
* Tue Aug 12 2003 - Glynn Foster <[email protected]>
17844
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17085
diff changeset
    80
- Initial release.
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17085
diff changeset
    81