vino.spec
author dermotm
Mon, 24 Jul 2006 12:30:39 +0000
branchgnome-2-10
changeset 19949 94f49bf19351
parent 19780 4d0888d154d9
permissions -rw-r--r--
access control test #4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     1
#
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     2
# spec file for package vino
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     3
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     5
# This file and all modifications and additions to the pristine
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     6
# package are under the same license as the package itself.
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     7
#
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     8
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
     9
Name:			vino
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    10
License:		GPL
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    11
Group:			System/GUI/GNOME
19371
89feb46fa613 2005-06-08 Glynn Foster <[email protected]>
gman
parents: 19360
diff changeset
    12
Version:		2.10.0
19359
652736789a7d 2005-05-26 Leena Gunda <[email protected]>
lsgunda
parents: 19243
diff changeset
    13
Release:		1
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    14
Distribution:		Java Desktop System
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    15
Vendor:			Sun Microsystems, Inc.
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    16
Summary:		GNOME Remote Desktop
19359
652736789a7d 2005-05-26 Leena Gunda <[email protected]>
lsgunda
parents: 19243
diff changeset
    17
Source:			http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.10/%{name}-%{version}.tar.bz2
652736789a7d 2005-05-26 Leena Gunda <[email protected]>
lsgunda
parents: 19243
diff changeset
    18
Patch1:                 vino-01-allow-resolution-change.diff
19733
2ce91108f14e 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19719
diff changeset
    19
Patch2:                 vino-02-fix-a11y-hang.diff
19780
4d0888d154d9 * vino.spec: Add patch to move a #include outside '#ifdef HAVE_GNUTLS'
dc144907
parents: 19733
diff changeset
    20
Patch3:                 vino-03-libgnomeui-include.diff
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    21
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    22
Docdir:			%{_defaultdocdir}/doc
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    23
Autoreqprov:		on
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    24
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    25
%define			gnutls_version 0.9.5
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    26
%define			gtk2_version 2.2.0
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    27
%define			GConf_version 2.2.0
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    28
%define			libglade_version 2.0.0
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    29
%define                 intltool_version 0.25
1892
5de223896a41 2004-02-23 Erwann Chenede - <[email protected]>
erwannc
parents: 1876
diff changeset
    30
%define			libgnomeui_version 2.4.0
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    31
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    32
Requires:		gnutls         >= %{gnutls_version}
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    33
Requires:		gtk2           >= %{gtk2_version}
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    34
Requires:		GConf          >= %{GConf_version}
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    35
Requires:		libglade       >= %{libglade_version}
1892
5de223896a41 2004-02-23 Erwann Chenede - <[email protected]>
erwannc
parents: 1876
diff changeset
    36
Requires:		libgnomeui     >= %{libgnomeui_version}
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    37
BuildRequires:		gnutls-devel   >= %{gnutls_version}
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    38
BuildRequires:		gtk2-devel     >= %{gtk2_version}
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    39
BuildRequires:		GConf-devel    >= %{GConf_version}
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    40
BuildRequires:		libglade-devel >= %{libglade_version}
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    41
BuildRequires:		intltool       >= %{intltool_version}
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    42
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    43
%description
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    44
Vino is an integrated GNOME VNC server and a VNC client written in Java.
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    45
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    46
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    47
%prep
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    48
%setup -q
19359
652736789a7d 2005-05-26 Leena Gunda <[email protected]>
lsgunda
parents: 19243
diff changeset
    49
%patch1 -p1
19733
2ce91108f14e 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19719
diff changeset
    50
%patch2 -p1
19780
4d0888d154d9 * vino.spec: Add patch to move a #include outside '#ifdef HAVE_GNUTLS'
dc144907
parents: 19733
diff changeset
    51
%patch3 -p1
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    52
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    53
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    54
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3758
diff changeset
    60
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    61
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    62
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    63
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
2958
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
    66
export PATH="/usr/java/jdk1.4.2_03/bin:$PATH"
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    67
libtoolize --force
19243
d6fd8cb4c163 2005-05-09 Brian Cameron <[email protected]>
bc99092
parents: 5370
diff changeset
    68
aclocal $ACLOCAL_FLAGS
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    69
automake -a -c -f
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    70
autoconf
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    71
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    72
CFLAGS="$RPM_OPT_FLAGS"					\
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    73
  ./configure --prefix=%{_prefix}			\
1628
32c0bec0dc1f 2004-02-11 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    74
	      --sysconfdir=%{_sysconfdir}		\
32c0bec0dc1f 2004-02-11 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    75
	      --libexecdir=%{_libexecdir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
make -j $CPUS
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    77
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    78
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    79
%install
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    80
rm -rf $RPM_BUILD_ROOT
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    81
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    82
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    83
make -i install DESTDIR=$RPM_BUILD_ROOT
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    84
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    85
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    86
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    87
%clean
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    88
rm -rf $RPM_BUILD_ROOT
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    89
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    90
%post
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    91
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    92
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/vino-server.schemas >/dev/null
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    93
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    94
%files
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    95
%defattr(-,root,root)
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    96
%doc AUTHORS COPYING ChangeLog NEWS README
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    97
%doc docs/remote-desktop.txt
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    98
%doc docs/TODO
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
    99
%{_bindir}/*
19371
89feb46fa613 2005-06-08 Glynn Foster <[email protected]>
gman
parents: 19360
diff changeset
   100
%{_libdir}/bonobo/servers/*
1628
32c0bec0dc1f 2004-02-11 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
   101
%{_libexecdir}/*
19371
89feb46fa613 2005-06-08 Glynn Foster <[email protected]>
gman
parents: 19360
diff changeset
   102
%{_datadir}/applications/
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   103
%{_datadir}/gnome/vino/*
19371
89feb46fa613 2005-06-08 Glynn Foster <[email protected]>
gman
parents: 19360
diff changeset
   104
%{_datadir}/icons/
1628
32c0bec0dc1f 2004-02-11 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
   105
%{_datadir}/locale/*/LC_MESSAGES/*.mo
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   106
%config %{_sysconfdir}/gconf/schemas/*
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   107
1628
32c0bec0dc1f 2004-02-11 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
   108
%changelog
19780
4d0888d154d9 * vino.spec: Add patch to move a #include outside '#ifdef HAVE_GNUTLS'
dc144907
parents: 19733
diff changeset
   109
* Wed Sep 07 2005 - [email protected]
4d0888d154d9 * vino.spec: Add patch to move a #include outside '#ifdef HAVE_GNUTLS'
dc144907
parents: 19733
diff changeset
   110
- Add patch to move a #include outside '#ifdef HAVE_GNUTLS' code so that it
4d0888d154d9 * vino.spec: Add patch to move a #include outside '#ifdef HAVE_GNUTLS'
dc144907
parents: 19733
diff changeset
   111
  builds. Bugzilla: 315459. Fixed in 2.11.
4d0888d154d9 * vino.spec: Add patch to move a #include outside '#ifdef HAVE_GNUTLS'
dc144907
parents: 19733
diff changeset
   112
19360
bb0ac99c3f30 Forgot to add changelog entry to vino.spec
lsgunda
parents: 19359
diff changeset
   113
* Thu May 26 2005 - [email protected]
bb0ac99c3f30 Forgot to add changelog entry to vino.spec
lsgunda
parents: 19359
diff changeset
   114
- Bump to 2.10.1
bb0ac99c3f30 Forgot to add changelog entry to vino.spec
lsgunda
parents: 19359
diff changeset
   115
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19371
diff changeset
   116
* Fri May 20 2005 - [email protected]
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19371
diff changeset
   117
- Added vino-08-fix-a11y-hang.diff to fix the gnome-session hang
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19371
diff changeset
   118
  with a11y and remote desktop enabled. Fixes bug #6272397.
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19371
diff changeset
   119
5170
bf0920480b84 2005-03-02 Leena Gunda <[email protected]>
lsgunda
parents: 5165
diff changeset
   120
* Wed Mar 02 2005 - [email protected]
bf0920480b84 2005-03-02 Leena Gunda <[email protected]>
lsgunda
parents: 5165
diff changeset
   121
- Added vino-07-allow-resolution-change.diff to fix the crash when
bf0920480b84 2005-03-02 Leena Gunda <[email protected]>
lsgunda
parents: 5165
diff changeset
   122
  trying to change resolution from the client. Fixes bug #4965618.
bf0920480b84 2005-03-02 Leena Gunda <[email protected]>
lsgunda
parents: 5165
diff changeset
   123
3983
53d52af5767d Updating vino.spec to include vino-05-g11n-alllinguas.diff patch
yk150259
parents: 3858
diff changeset
   124
* Thu Sep 16 2004 - [email protected]
53d52af5767d Updating vino.spec to include vino-05-g11n-alllinguas.diff patch
yk150259
parents: 3858
diff changeset
   125
* Added vino-05-g11n-alllinguas.diff to include cs,hu linguas
53d52af5767d Updating vino.spec to include vino-05-g11n-alllinguas.diff patch
yk150259
parents: 3858
diff changeset
   126
3758
021c6dced45b 2004-08-26 Vinay M R <[email protected]>
vinaymr
parents: 3679
diff changeset
   127
* Thu Aug 26 2004 - [email protected]
021c6dced45b 2004-08-26 Vinay M R <[email protected]>
vinaymr
parents: 3679
diff changeset
   128
- Help invocation for vino is implemented.
021c6dced45b 2004-08-26 Vinay M R <[email protected]>
vinaymr
parents: 3679
diff changeset
   129
 
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   130
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   131
- Updated l10n content to vino-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   132
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   133
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   134
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   135
2958
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
   136
* Sun May 30 2004 - [email protected]
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
   137
- New JDK
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
   138
2770
81509b5f772b * patches/gtk+-07-imcontext.diff: fixed typo in the prev patch.
tajima
parents: 2736
diff changeset
   139
* Wed May 14 2004 - [email protected]
81509b5f772b * patches/gtk+-07-imcontext.diff: fixed typo in the prev patch.
tajima
parents: 2736
diff changeset
   140
- added vino-03-fix-stdint.diff to fix build error on S9
81509b5f772b * patches/gtk+-07-imcontext.diff: fixed typo in the prev patch.
tajima
parents: 2736
diff changeset
   141
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   142
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   143
- Updated l10n content to vino-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   144
2475
c6b81764cce0 2004-04-15 Brian Cameron <[email protected]>
bc99092
parents: 2398
diff changeset
   145
* Thu Apr 14 2004 - [email protected]
c6b81764cce0 2004-04-15 Brian Cameron <[email protected]>
bc99092
parents: 2398
diff changeset
   146
- Add ACLOCAL_FLAGS to aclocal call for Solaris build.
c6b81764cce0 2004-04-15 Brian Cameron <[email protected]>
bc99092
parents: 2398
diff changeset
   147
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   148
* Wed Mar 31 2004 - [email protected]
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   149
- replace tar jxf with the more solaris friendly
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   150
  bzcat piped through tar
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   151
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   152
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   153
- Updated l10n content to vino-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   154
1628
32c0bec0dc1f 2004-02-11 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
   155
* Wed Feb 11 2004 - <[email protected]>
32c0bec0dc1f 2004-02-11 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
   156
- Update to 0.14 + port
1391
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   157
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   158
* Thu Nov 06 2003 - <[email protected]>
a6c4c38208ea 2003-11-06 Mark McLoughlin <[email protected]>
markmc
parents:
diff changeset
   159
- Initial spec file