SUNWvirt-manager.spec
author henryz
Fri, 15 Feb 2008 09:09:00 +0000
changeset 11643 829688c4427e
parent 11370 338c15c66cee
child 11876 e78538be0f18
permissions -rw-r--r--
2008-02-15 Henry Zhang <[email protected]> * manpages/Makefile: * manpages/man1/virt-manager.1: * SUNWvirt-manager.spec: Add man page for virt-manager
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 SUNWvirt-manager
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
# includes module(s): virt-manager
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10107
diff changeset
     6
# Copyright 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# 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
     8
# 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
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: dermotm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
%use virtmanager = virt-manager.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Name:                    SUNWvirt-manager
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Summary:                 Virtual Machine Manager
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Version:                 %{virtmanager.version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    21
Source:            	 %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
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
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Requires: SUNWgnome-python-libs
10107
8b9f2466d31d 2007-06-22 Dermot McCluskey <[email protected]>
dermot
parents: 10099
diff changeset
    26
#Requires: SUNWlibvirt
8b9f2466d31d 2007-06-22 Dermot McCluskey <[email protected]>
dermot
parents: 10099
diff changeset
    27
#Requires: SUNWvirtinst
8b9f2466d31d 2007-06-22 Dermot McCluskey <[email protected]>
dermot
parents: 10099
diff changeset
    28
#Requires: SUNWurlgrabber
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
BuildRequires: SUNWgnome-python-libs-devel
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Requires: SUNWpostrun-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    40
%if %build_l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    41
%package l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    42
Summary:                 %{summary} - l10n files
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    43
SUNW_BaseDir:            %{_basedir}
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    44
%include default-depend.inc
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    45
Requires:                %{name}
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    46
%endif
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    47
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    48
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%virtmanager.prep -d %name-%version
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    53
#unzip the manpage tarball
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    54
cd %{_builddir}/%name-%version
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    55
gzcat %SOURCE | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
cd %{name}-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%virtmanager.build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%install
9498
a3c6f9fc9a5b 2007-03-08 Damien Carbery <[email protected]>
dcarbery
parents: 9455
diff changeset
    64
rm -rf $RPM_BUILD_ROOT
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%virtmanager.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    67
%if %build_l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    68
%else
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    69
# REMOVE l10n FILES
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    70
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    71
%endif
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    72
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    75
# install man page
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    76
rm -rf $RPM_BUILD_ROOT%{_mandir}
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    77
cd %{_builddir}/%name-%version/sun-manpages
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    78
make install DESTDIR=$RPM_BUILD_ROOT
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%post root
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10107
diff changeset
    85
%include gconf-install.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%preun root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
test -x $BASEDIR/var/lib/postrun/postrun || exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
( echo 'test -x $PKG_INSTALL_ROOT/usr/bin/gconftool-2 || {';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
  echo '  echo "WARNING: gconftool-2 not found; not uninstalling gconf schemas"';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
  echo '  exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
  echo '}';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
  echo 'umask 0022';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
  echo 'GCONF_CONFIG_SOURCE=xml:merged:$BASEDIR/etc/gconf/gconf.xml.defaults';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
  echo 'GCONF_BACKEND_DIR=$PKG_INSTALL_ROOT/usr/lib/GConf/2';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
  echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
  echo 'export GCONF_CONFIG_SOURCE GCONF_BACKEND_DIR LD_LIBRARY_PATH';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
  echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
  echo 'schemas="$SDIR/virt-manager.schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
  echo '$PKG_INSTALL_ROOT/usr/bin/gconftool-2 --makefile-uninstall-rule $schemas'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%defattr(-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%dir %attr (0755, root, bin) %{_bindir}
9455
1ba8958b7391 2007-03-06 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   108
%{_bindir}/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%dir %attr (0755, root, bin) %{_libdir}/virt-manager
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%{_libdir}/virt-manager/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%{_libexecdir}/virt-manager-launch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%dir %attr (0755, root, bin) %{_datadir}/virt-manager
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%{_datadir}/virt-manager/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%dir %attr (0755, root, bin) %{_datadir}/dbus-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%dir %attr (0755, root, bin) %{_datadir}/dbus-1/services
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%{_datadir}/dbus-1/services/virt-manager.service
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%{_datadir}/applications/virt-manager.desktop
9936
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   121
%dir %attr (0755, root, other) %{_datadir}/gnome
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   122
%dir %attr (0755, root, bin) %{_datadir}/gnome/help
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   123
%dir %attr (0755, root, bin) %{_datadir}/gnome/help/virt-manager
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   124
%{_datadir}/gnome/help/virt-manager/*
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   125
%dir %attr (0755, root, bin) %{_datadir}/omf
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   126
%dir %attr (0755, root, bin) %{_datadir}/omf/virt-manager
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   127
%{_datadir}/omf/virt-manager/virt-manager-C.omf
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
   128
%dir %attr(0755, root, bin) %{_mandir}
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
   129
%{_mandir}/*/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%files root
9936
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   133
%defattr (-, root, sys)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%attr (0755, root, sys) %dir %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%{_sysconfdir}/gconf/schemas/virt-manager.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   138
%if %build_l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   139
%files l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   140
%defattr (-, root, bin)
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   141
%dir %attr (0755, root, sys) %{_datadir}
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   142
%attr (-, root, other) %{_datadir}/locale
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   143
%endif
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   144
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   145
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%changelog
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
   147
* Fri Feb  15 2008 - [email protected]
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
   148
- Add manpage
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10107
diff changeset
   149
* Thu Jan  3 2008 - [email protected]
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10107
diff changeset
   150
- use gconf-install.script instead of an inline script
10107
8b9f2466d31d 2007-06-22 Dermot McCluskey <[email protected]>
dermot
parents: 10099
diff changeset
   151
* Fri Jun 22 2007 - [email protected]
8b9f2466d31d 2007-06-22 Dermot McCluskey <[email protected]>
dermot
parents: 10099
diff changeset
   152
- comment out Xen-team deps until they are integrated.
10099
975d89c0346d 2007-06-21 Dermot McCluskey <[email protected]>
dermot
parents: 9936
diff changeset
   153
* Thu Jun 21 2007 - [email protected]
975d89c0346d 2007-06-21 Dermot McCluskey <[email protected]>
dermot
parents: 9936
diff changeset
   154
- Remove virtinst from pkg and add deps. on libvirt,
975d89c0346d 2007-06-21 Dermot McCluskey <[email protected]>
dermot
parents: 9936
diff changeset
   155
  urlgrabber and virtinst
9936
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   156
* Tue May 22 2007 - [email protected]
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   157
- Update %files for bumped versions
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   158
* Tue Apr 24 2007 - [email protected]
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   159
- s/0755/-/ in defattr so that files are not made all executable
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   160
- define l10n subpkg
9498
a3c6f9fc9a5b 2007-03-08 Damien Carbery <[email protected]>
dcarbery
parents: 9455
diff changeset
   161
* Thu Mar 08 2007 - [email protected]
a3c6f9fc9a5b 2007-03-08 Damien Carbery <[email protected]>
dcarbery
parents: 9455
diff changeset
   162
- Clean out $RPM_BUILD_ROOT at start of the %install section.
9455
1ba8958b7391 2007-03-06 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   163
* Mon Mar 05 2007 - [email protected]
1ba8958b7391 2007-03-06 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   164
- Add virtinst module
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Fri Jan 12 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Tidy up.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Wed Jan 10 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- fixes from code review:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
  handle GConf schemas properly (in new -root pkg);
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
  use %{_libexecdir};
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
  move patch 01 to linux spec file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Tue Dec 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- Add Build/Requires SUNWgnome-python-libs/-devel for pygtk.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Fri Dec  8 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- Initial version