SUNWvirt-manager.spec
author an230044
Mon, 27 Sep 2010 11:32:21 +0000
branchopensolaris-2009-06
changeset 20102 2d19c462bb98
parent 13631 7a718107cf22
child 14652 40a86e8bf210
permissions -rw-r--r--
6917569 CVE-2008-5824 libaudiofile contains heap-based buffer overflow in msadpcm.c Committing for Rohini because of svn issues on opensolaris2009.06 branch.
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}
11956
8484fd75fe93 +2008-03-28 Henry Zhang <[email protected]>
henryz
parents: 11876
diff changeset
    20
SUNW_Copyright:           %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    22
Source:            	 %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
12106
d4dd73f990ee 2008-04-14 Damien Carbery <[email protected]>
dcarbery
parents: 12065
diff changeset
    24
%ifnarch sparc
d4dd73f990ee 2008-04-14 Damien Carbery <[email protected]>
dcarbery
parents: 12065
diff changeset
    25
# these packages are only avavilable on i386/x64
d4dd73f990ee 2008-04-14 Damien Carbery <[email protected]>
dcarbery
parents: 12065
diff changeset
    26
# ===========================================
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Requires: SUNWgnome-python-libs
12065
ec40d145a28b +2008-04-09 Henry Zhang <[email protected]>
henryz
parents: 11956
diff changeset
    30
Requires: SUNWlibvirt
ec40d145a28b +2008-04-09 Henry Zhang <[email protected]>
henryz
parents: 11956
diff changeset
    31
Requires: SUNWvirtinst
ec40d145a28b +2008-04-09 Henry Zhang <[email protected]>
henryz
parents: 11956
diff changeset
    32
Requires: SUNWurlgrabber
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
BuildRequires: SUNWgnome-python-libs-devel
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
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: SUNWpostrun-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires: SUNWgnome-config
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
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    43
%if %build_l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    44
%package l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    45
Summary:                 %{summary} - l10n files
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    46
SUNW_BaseDir:            %{_basedir}
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    47
%include default-depend.inc
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    48
Requires:                %{name}
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    49
%endif
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    50
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    51
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%virtmanager.prep -d %name-%version
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    56
#unzip the manpage tarball
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    57
cd %{_builddir}/%name-%version
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    58
gzcat %SOURCE | tar xf -
9397
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
cd %{name}-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%virtmanager.build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%install
9498
a3c6f9fc9a5b 2007-03-08 Damien Carbery <[email protected]>
dcarbery
parents: 9455
diff changeset
    67
rm -rf $RPM_BUILD_ROOT
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%virtmanager.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    70
%if %build_l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    71
%else
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    72
# REMOVE l10n FILES
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    73
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    74
%endif
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
    75
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%{?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
    77
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    78
# install man page
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    79
rm -rf $RPM_BUILD_ROOT%{_mandir}
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    80
cd %{_builddir}/%name-%version/sun-manpages
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
    81
make install DESTDIR=$RPM_BUILD_ROOT
9397
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
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
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
%post root
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10107
diff changeset
    88
%include gconf-install.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%preun root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
test -x $BASEDIR/var/lib/postrun/postrun || exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
( 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
    94
  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
    95
  echo '  exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
  echo '}';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
  echo 'umask 0022';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
  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
    99
  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
   100
  echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
  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
   102
  echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
  echo 'schemas="$SDIR/virt-manager.schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
  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
   105
) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%files
13630
a9061060f5dd 2008-09-17 Henry Zhang <[email protected]>
henryz
parents: 12106
diff changeset
   109
%doc -d virt-manager-%{virtmanager.version} README AUTHORS
13631
   110
%doc(bzip2) -d virt-manager-%{virtmanager.version} COPYING COPYING-DOCS NEWS ChangeLog
13630
a9061060f5dd 2008-09-17 Henry Zhang <[email protected]>
henryz
parents: 12106
diff changeset
   111
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%defattr(-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%dir %attr (0755, root, bin) %{_bindir}
9455
1ba8958b7391 2007-03-06 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   114
%{_bindir}/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%dir %attr (0755, root, bin) %{_libdir}/virt-manager
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_libdir}/virt-manager/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%{_libexecdir}/virt-manager-launch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%dir %attr (0755, root, bin) %{_datadir}/virt-manager
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%{_datadir}/virt-manager/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%dir %attr (0755, root, bin) %{_datadir}/dbus-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%dir %attr (0755, root, bin) %{_datadir}/dbus-1/services
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%{_datadir}/dbus-1/services/virt-manager.service
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%{_datadir}/applications/virt-manager.desktop
9936
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   127
%dir %attr (0755, root, other) %{_datadir}/gnome
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   128
%dir %attr (0755, root, bin) %{_datadir}/gnome/help
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   129
%dir %attr (0755, root, bin) %{_datadir}/gnome/help/virt-manager
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   130
%{_datadir}/gnome/help/virt-manager/*
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   131
%dir %attr (0755, root, bin) %{_datadir}/omf
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   132
%dir %attr (0755, root, bin) %{_datadir}/omf/virt-manager
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   133
%{_datadir}/omf/virt-manager/virt-manager-C.omf
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
   134
%dir %attr(0755, root, bin) %{_mandir}
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
   135
%{_mandir}/*/*
9397
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%files root
9936
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   139
%defattr (-, root, sys)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%attr (0755, root, sys) %dir %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%{_sysconfdir}/gconf/schemas/virt-manager.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   144
%if %build_l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   145
%files l10n
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   146
%defattr (-, root, bin)
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   147
%dir %attr (0755, root, sys) %{_datadir}
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   148
%attr (-, root, other) %{_datadir}/locale
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   149
%endif
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   150
11876
e78538be0f18 2008-03-18 Henry Zhang <[email protected]>
henryz
parents: 11643
diff changeset
   151
# endif for "ifnarch sparc"
e78538be0f18 2008-03-18 Henry Zhang <[email protected]>
henryz
parents: 11643
diff changeset
   152
%endif
e78538be0f18 2008-03-18 Henry Zhang <[email protected]>
henryz
parents: 11643
diff changeset
   153
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   154
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%changelog
13630
a9061060f5dd 2008-09-17 Henry Zhang <[email protected]>
henryz
parents: 12106
diff changeset
   156
* Wed Sep 17 2008 - Henry Zhang <[email protected]>
a9061060f5dd 2008-09-17 Henry Zhang <[email protected]>
henryz
parents: 12106
diff changeset
   157
- Add  %doc to %files for copyright
12106
d4dd73f990ee 2008-04-14 Damien Carbery <[email protected]>
dcarbery
parents: 12065
diff changeset
   158
* Mon Apr 14 2008 - [email protected]
d4dd73f990ee 2008-04-14 Damien Carbery <[email protected]>
dcarbery
parents: 12065
diff changeset
   159
- Move '%ifnarch sparc' test above BuildRequires lines as pkgs in those lines
d4dd73f990ee 2008-04-14 Damien Carbery <[email protected]>
dcarbery
parents: 12065
diff changeset
   160
  are not on sparc and so build fails incorrectly.
d4dd73f990ee 2008-04-14 Damien Carbery <[email protected]>
dcarbery
parents: 12065
diff changeset
   161
* Thu Apr 9 2008 - [email protected]
12065
ec40d145a28b +2008-04-09 Henry Zhang <[email protected]>
henryz
parents: 11956
diff changeset
   162
- reopen the Xen dependencies since they were integrated into NV
12106
d4dd73f990ee 2008-04-14 Damien Carbery <[email protected]>
dcarbery
parents: 12065
diff changeset
   163
* Fri Mar 28 2008 - [email protected]
11956
8484fd75fe93 +2008-03-28 Henry Zhang <[email protected]>
henryz
parents: 11876
diff changeset
   164
- Add copyright package
11876
e78538be0f18 2008-03-18 Henry Zhang <[email protected]>
henryz
parents: 11643
diff changeset
   165
* Wed Mar  19 2008 - [email protected]
e78538be0f18 2008-03-18 Henry Zhang <[email protected]>
henryz
parents: 11643
diff changeset
   166
- Add ifnarch so it only build at i386/x64 platform
11643
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
   167
* Fri Feb  15 2008 - [email protected]
829688c4427e 2008-02-15 Henry Zhang <[email protected]>
henryz
parents: 11370
diff changeset
   168
- Add manpage
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10107
diff changeset
   169
* Thu Jan  3 2008 - [email protected]
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10107
diff changeset
   170
- use gconf-install.script instead of an inline script
10107
8b9f2466d31d 2007-06-22 Dermot McCluskey <[email protected]>
dermot
parents: 10099
diff changeset
   171
* Fri Jun 22 2007 - [email protected]
8b9f2466d31d 2007-06-22 Dermot McCluskey <[email protected]>
dermot
parents: 10099
diff changeset
   172
- comment out Xen-team deps until they are integrated.
10099
975d89c0346d 2007-06-21 Dermot McCluskey <[email protected]>
dermot
parents: 9936
diff changeset
   173
* Thu Jun 21 2007 - [email protected]
975d89c0346d 2007-06-21 Dermot McCluskey <[email protected]>
dermot
parents: 9936
diff changeset
   174
- Remove virtinst from pkg and add deps. on libvirt,
975d89c0346d 2007-06-21 Dermot McCluskey <[email protected]>
dermot
parents: 9936
diff changeset
   175
  urlgrabber and virtinst
9936
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   176
* Tue May 22 2007 - [email protected]
4b9b5b894444 2007-05-22 Dermot McCluskey <[email protected]>
dermot
parents: 9780
diff changeset
   177
- Update %files for bumped versions
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   178
* Tue Apr 24 2007 - [email protected]
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9498
diff changeset
   179
- 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
   180
- define l10n subpkg
9498
a3c6f9fc9a5b 2007-03-08 Damien Carbery <[email protected]>
dcarbery
parents: 9455
diff changeset
   181
* Thu Mar 08 2007 - [email protected]
a3c6f9fc9a5b 2007-03-08 Damien Carbery <[email protected]>
dcarbery
parents: 9455
diff changeset
   182
- 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
   183
* Mon Mar 05 2007 - [email protected]
1ba8958b7391 2007-03-06 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   184
- Add virtinst module
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Fri Jan 12 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Tidy up.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Wed Jan 10 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- fixes from code review:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
  handle GConf schemas properly (in new -root pkg);
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
  use %{_libexecdir};
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
  move patch 01 to linux spec file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Tue Dec 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- Add Build/Requires SUNWgnome-python-libs/-devel for pygtk.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Fri Dec  8 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Initial version