base-specs/vinagre.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16431 d7743d81b302
child 16490 7880233605d3
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     1
#
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     2
# spec file for package vinagre
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     3
#
14959
1c136643d5e0 2009-01-22 Halton Huo <[email protected]>
halton
parents: 14845
diff changeset
     4
# Copyright 2009 Sun Microsystems, Inc.
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     6
# package are under the same license as the package itself.
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16431
diff changeset
     8
%define owner halton
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     9
#
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    10
16431
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16356
diff changeset
    11
%define OSR gnome.org:0
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16356
diff changeset
    12
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    13
Name:           vinagre
14593
751c99543e80 2008-11-13 Halton Huo <[email protected]>
halton
parents: 14591
diff changeset
    14
License:        GPL v2
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    15
Group:          Development/Libraries
16356
2eb1014bcf89 2009-08-26 Halton Huo <[email protected]>
halton
parents: 16244
diff changeset
    16
Version:        2.27.91
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    17
Release:        1
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    18
Distribution:   Java Desktop System
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    19
Vendor:         Sun Microsystems, Inc.
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    20
URL:            http://www.gnome.org/projects/vinagre
15517
85aab11a6272 2009-03-28 Halton Huo <[email protected]>
halton
parents: 15409
diff changeset
    21
Summary:        A VNC client for the GNOME Desktop
16166
24b677301a28 2009-07-29 Halton Huo <[email protected]>
halton
parents: 15782
diff changeset
    22
Source:         http://download.gnome.org/sources/%{name}/2.27/%{name}-%{version}.tar.bz2
14804
e7d9cc917878 2008-12-23 Halton Huo <[email protected]>
halton
parents: 14749
diff changeset
    23
# date:2008-11-28 owner:fujiwara type:feature bugster:6777514 bugzilla:562524
e7d9cc917878 2008-12-23 Halton Huo <[email protected]>
halton
parents: 14749
diff changeset
    24
Patch1:         vinagre-01-cp-utf8.diff
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    25
BuildRoot:      %{_tmppath}/%{name}-%{version}-root
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    26
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    27
BuildRequires: gtk2-devel
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    28
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    29
%description
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    30
vinagre is  a VCN client for the GNOME Desktop
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    31
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    32
%prep
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    33
%setup -q
14677
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14593
diff changeset
    34
%patch1 -p1
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    35
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    36
%build
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    37
%ifos linux
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    38
if [ -x /usr/bin/getconf ]; then
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    39
  CPUS=`getconf _NPROCESSORS_ONLN`
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    40
fi
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    41
%else
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    42
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    43
%endif
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    44
if test "x$CPUS" = "x" -o $CPUS = 0; then
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    45
  CPUS=1
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    46
fi
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    47
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    48
libtoolize --force
16166
24b677301a28 2009-07-29 Halton Huo <[email protected]>
halton
parents: 15782
diff changeset
    49
aclocal $ACLOCAL_FLAGS
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    50
autoheader
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    51
automake -a -c -f
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    52
autoconf
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    53
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    54
./configure --prefix=%{_prefix} \
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    55
            --bindir=%{_bindir} \
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    56
            --mandir=%{_mandir} \
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    57
            --libdir=%{_libdir} \
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    58
            --libexecdir=%{_libexecdir} \
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    59
            --datadir=%{_datadir} \
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    60
            --includedir=%{_includedir} \
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    61
            --sysconfdir=%{_sysconfdir} \
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    62
            --enable-avahi=yes
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    63
	
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    64
make -j $CPUS
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    65
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    66
%install
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    67
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    68
make -i install DESTDIR=$RPM_BUILD_ROOT
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    69
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    70
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    71
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    72
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    73
%clean
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    74
rm -rf $RPM_BUILD_ROOT
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    75
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    76
%post
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    77
/sbin/ldconfig
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    78
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    79
%postun
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    80
/sbin/ldconfig
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    81
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    82
%files
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    83
%defattr(-, root, root)
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    84
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    85
%{_bindir}/*
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    86
%{_libdir}/lib*.so.*
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    87
%{_libdir}/bonobo/servers/GNOME_RemoteDesktop.server
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    88
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    89
%changelog
16356
2eb1014bcf89 2009-08-26 Halton Huo <[email protected]>
halton
parents: 16244
diff changeset
    90
* Wed Aug 26 2009 - [email protected]
2eb1014bcf89 2009-08-26 Halton Huo <[email protected]>
halton
parents: 16244
diff changeset
    91
- Bump to 2.27.91
16244
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 16166
diff changeset
    92
* Wed Aug 12 2009 - [email protected]
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 16166
diff changeset
    93
- Bump to 2.27.90
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 16166
diff changeset
    94
- Remove upstreamed patches: libxml-deps.diff, crash-return.diff
16166
24b677301a28 2009-07-29 Halton Huo <[email protected]>
halton
parents: 15782
diff changeset
    95
* Wed Jul 29 2009 - [email protected]
24b677301a28 2009-07-29 Halton Huo <[email protected]>
halton
parents: 15782
diff changeset
    96
- Bump to 2.27.5
24b677301a28 2009-07-29 Halton Huo <[email protected]>
halton
parents: 15782
diff changeset
    97
- Add libxml-deps.diff to fix bugzilla #590128
24b677301a28 2009-07-29 Halton Huo <[email protected]>
halton
parents: 15782
diff changeset
    98
- Add crash-return.diff to fix bugzilla #590125
15782
725a1145c0c2 2009-05-19 Halton Huo <[email protected]>
halton
parents: 15611
diff changeset
    99
* Tue May 19 2009 - [email protected]
725a1145c0c2 2009-05-19 Halton Huo <[email protected]>
halton
parents: 15611
diff changeset
   100
- Bump to 2.26.2
15611
f48e6e50c1e8 2009-04-14 Halton Huo <[email protected]>
halton
parents: 15517
diff changeset
   101
* Tue Apr 14 2009 - [email protected]
f48e6e50c1e8 2009-04-14 Halton Huo <[email protected]>
halton
parents: 15517
diff changeset
   102
- Bump to 2.26.1
15409
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15272
diff changeset
   103
* Tue Mar 17 2009 - [email protected]
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15272
diff changeset
   104
- Bump to 2.26.0
15272
a36a3e54fe96 2009-03-03 Halton Huo <[email protected]>
halton
parents: 15143
diff changeset
   105
* Tue Mar 03 2009 - [email protected]
a36a3e54fe96 2009-03-03 Halton Huo <[email protected]>
halton
parents: 15143
diff changeset
   106
- Bump to 2.25.92
15106
66b25abc65a4 2009-02-17 Halton Huo <[email protected]>
halton
parents: 15030
diff changeset
   107
* Tue Feb 17 2009 - [email protected]
66b25abc65a4 2009-02-17 Halton Huo <[email protected]>
halton
parents: 15030
diff changeset
   108
- Bump to 2.25.91
15030
ccf73dfe5bbc 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14959
diff changeset
   109
* Thu Feb 05 2009 - [email protected]
ccf73dfe5bbc 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14959
diff changeset
   110
- Bump to 2.25.90.
14959
1c136643d5e0 2009-01-22 Halton Huo <[email protected]>
halton
parents: 14845
diff changeset
   111
* Tue Jan 22 2009 - [email protected]
1c136643d5e0 2009-01-22 Halton Huo <[email protected]>
halton
parents: 14845
diff changeset
   112
- Bump to 2.25.5
14845
2a4157c32e79 2009-01-06 Halton Huo <[email protected]>
halton
parents: 14804
diff changeset
   113
* Tue Jan 06 2009 - [email protected]
2a4157c32e79 2009-01-06 Halton Huo <[email protected]>
halton
parents: 14804
diff changeset
   114
- Bump to 2.25.4
14804
e7d9cc917878 2008-12-23 Halton Huo <[email protected]>
halton
parents: 14749
diff changeset
   115
* Tue Dec 23 2008 - [email protected]
e7d9cc917878 2008-12-23 Halton Huo <[email protected]>
halton
parents: 14749
diff changeset
   116
- Bump to 2.25.3
e7d9cc917878 2008-12-23 Halton Huo <[email protected]>
halton
parents: 14749
diff changeset
   117
- Remove upstreamed patch setlocale.diff and reorder
14749
6b2cb5ea9175 2008-12-11 Halton Huo <[email protected]>
halton
parents: 14677
diff changeset
   118
* Thu Dec 11 2008 - [email protected]
6b2cb5ea9175 2008-12-11 Halton Huo <[email protected]>
halton
parents: 14677
diff changeset
   119
- Bump to 2.24.2
14677
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14593
diff changeset
   120
* Fri Nov 28 2008 - [email protected]
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14593
diff changeset
   121
- Add patch setlocale.diff to to support locales.
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14593
diff changeset
   122
- Add patch cp-utf8.diff to copy multibyte chars.
14593
751c99543e80 2008-11-13 Halton Huo <[email protected]>
halton
parents: 14591
diff changeset
   123
* Thu Nov 13 2008 - [email protected]
751c99543e80 2008-11-13 Halton Huo <[email protected]>
halton
parents: 14591
diff changeset
   124
- Moved from SFE
14591
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   125
* Tue Sep 09 2008 - [email protected]
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   126
- Bump to 2.23.92
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   127
* Tue Sep 02 2008 - [email protected]
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   128
- Bump to 2.23.91
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   129
- Remove upstreamed patch libsocket.diff
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   130
* Wed Aug 20 2008 - [email protected]
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   131
- Bump to 2.23.90
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   132
- Add patch libsocket.diff to fix bugzilla #548585
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   133
* Tue Mar 10 2008 - [email protected]
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   134
- Bump to 0.5.0
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   135
* Tue Mar 04 2008 - [email protected]
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   136
- Bump to 0.4.92
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   137
- Remove upstreamed patch gthread.diff
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   138
* Wed Feb 20 2008 - [email protected]
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   139
- Bump to 0.4.91
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   140
- Remove upstreamed patch wall.diff
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   141
- Add new patch gthread.diff to fix bugzilla #517603.
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   142
* Thu Dec 13 2007 - [email protected]
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   143
- Bump to 0.4
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   144
- Add patch wall.diff to fix build problem on Solaris.
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   145
* Fri Nov 30 2007 - [email protected]
91b249334cc7 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   146
- Initial version