webeyes.spec
author dermotm
Mon, 18 Oct 2004 09:30:38 +0000
changeset 4276 2a2c7f354601
parent 4265 9c26d9ef4f72
child 4387 1b0580c5041e
permissions -rw-r--r--
Incremented release numbers for build 21
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
     1
Name:         webeyes
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
     2
License:      GPL
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
     3
Group:        System/GUI/GNOME 
3101
e8e5f2657a9d Bump to 0.7 (minor changes)
mattk
parents: 3099
diff changeset
     4
Version:      0.7
4276
2a2c7f354601 Incremented release numbers for build 21
dermotm
parents: 4265
diff changeset
     5
Release:      22
1584
943045dfea58 *** empty log message ***
mattk
parents: 1556
diff changeset
     6
Distribution: Cinnabar
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 569
diff changeset
     7
Vendor:	      Sun Microsystems, Inc.
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
     8
Summary:      Web Eyes Applet
569
b63182ee420f updating the POTFILES.in so intltool-update can be run.
mick
parents: 552
diff changeset
     9
Source:       webeyes-%{version}.tar.bz2
4265
miles
parents: 4133
diff changeset
    10
Source1:      webeyes-l10n-po-1.6.tar.bz2
3487
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
    11
Source2:      webeyes_docs-0.3.tar.bz2
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    12
Source3:      webeyes-l10n-online-help-ci.tar.bz2
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    13
Patch1:       webeyes-01-l10n-online-help.diff
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    14
URL:          http://www.gnome.org
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    15
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    16
Docdir:       %{_defaultdocdir}/webeyes
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    17
Autoreqprov:  on
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    18
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    19
%define gnome_panel_version 2.2.1
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    20
%define scrollkeeper_version 0.3.11
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    21
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    22
Requires:      scrollkeeper >= %{scrollkeeper_version}
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    23
Requires:      gnome-panel >= %{gnome_panel_version}
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    24
BuildRequires: gnome-panel >= %{gnome_panel_version}
1556
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
    25
BuildRequires: intltool
2456
112551398fd5 BuildRequires : javahelp-convert
mattk
parents: 2409
diff changeset
    26
BuildRequires: javahelp-convert
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    27
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    28
%description
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    29
Web Eyes Applet provides a quick launch internet search utility
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    30
from your GNOME Panel.
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    31
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    32
%prep
1494
6a39df498c52 2004-01-08 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
    33
%setup -q
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    34
/usr/bin/bzcat -dc %SOURCE1|tar xf -
2942
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
    35
/usr/bin/bzcat -dc %SOURCE2| tar xvf -
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    36
/usr/bin/bzcat -dc %SOURCE3| tar xvf -
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    37
%patch1 -p1
1606
8551ca3766eb OrigTree.pm hack to build
mattk
parents: 1585
diff changeset
    38
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    39
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    40
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    41
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    42
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    43
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    44
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3734
diff changeset
    45
  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
    46
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    47
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    48
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    49
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    50
1585
ebd7ee419349 Bump intltool to 0.30
mattk
parents: 1584
diff changeset
    51
libtoolize --force
1732
c786135d3741 add ACLOCAL_FLAGS to aclocal
laca
parents: 1609
diff changeset
    52
aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
1585
ebd7ee419349 Bump intltool to 0.30
mattk
parents: 1584
diff changeset
    53
automake -a -c -f
ebd7ee419349 Bump intltool to 0.30
mattk
parents: 1584
diff changeset
    54
autoconf
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    55
CFLAGS="$RPM_OPT_FLAGS"			\
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    56
./configure --prefix=%{_prefix}		\
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    57
	    --sysconfdir=%{_sysconfdir} \
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    58
	    --libexecdir=%{_libexecdir} \
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    59
	    --localstatedir=/var/lib
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    60
make -j $CPUS
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    61
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    62
%install
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    63
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    64
make DESTDIR=$RPM_BUILD_ROOT install
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    65
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    66
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2355
diff changeset
    67
javahelp-convert-install $RPM_BUILD_ROOT %{name} %{name}.xml
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2355
diff changeset
    68
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    69
%post
512
0d84cfba5d39 2003-07-10 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
    70
scrollkeeper-update -q
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    71
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    72
SCHEMAS="WebEyes.schemas"
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    73
for S in $SCHEMAS; do
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    74
  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    75
done
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    76
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    77
%postun
512
0d84cfba5d39 2003-07-10 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
    78
scrollkeeper-update -q
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    79
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    80
# Ensures a clean build root before building a package a second time.
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    81
%clean
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    82
rm -rf $RPM_BUILD_ROOT
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    83
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    84
%files
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    85
%defattr (-, root, root)
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    86
%{_sysconfdir}/gconf/schemas/*.schemas
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    87
%{_libdir}/bonobo/servers/*.server
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    88
%{_libexecdir}/*
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    89
%{_datadir}/gnome-2.0/ui/*
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    90
%{_datadir}/omf/webeyes/*
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    91
%{_datadir}/pixmaps/*.png
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    92
%{_datadir}/webeyes/GNOME_WebEyes.glade
1159
72b198772d23 New tarball
mattk
parents: 1157
diff changeset
    93
%{_datadir}/gnome/help/*
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2355
diff changeset
    94
%{_datadir}/gnome/javahelp/*
2102
815dcc9f71f8 Bump to 0.5, fix icon bug, and remove patches !!
mattk
parents: 1876
diff changeset
    95
%{_datadir}/locale/*/LC_MESSAGES/*.mo
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    96
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
    97
%changelog
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    98
* Wed Aug 25 2004 - [email protected]
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    99
- Added l10n help contents
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   100
3487
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   101
* Thu Aug 05 2004 - [email protected]
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   102
- Incorporate new docs tarball from [email protected]
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   103
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   104
* 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
   105
- Updated l10n content to webeyes-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
   106
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   107
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   108
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   109
3101
e8e5f2657a9d Bump to 0.7 (minor changes)
mattk
parents: 3099
diff changeset
   110
* Thu Jun 10 2004 - [email protected]
e8e5f2657a9d Bump to 0.7 (minor changes)
mattk
parents: 3099
diff changeset
   111
- New Release 0.7
e8e5f2657a9d Bump to 0.7 (minor changes)
mattk
parents: 3099
diff changeset
   112
3099
aea72c7b56ac webeyes.spec: Remove Matt's patch - locales specified in community Makefile.am
dc144907
parents: 3087
diff changeset
   113
* Thu Jun 10 2004 - [email protected]
aea72c7b56ac webeyes.spec: Remove Matt's patch - locales specified in community Makefile.am
dc144907
parents: 3087
diff changeset
   114
- Remove Matt's patch - locales specified in community Makefile.am but
aea72c7b56ac webeyes.spec: Remove Matt's patch - locales specified in community Makefile.am
dc144907
parents: 3087
diff changeset
   115
  incorrectly overwritten by Makefile.am in docs tarball. File has been removed
aea72c7b56ac webeyes.spec: Remove Matt's patch - locales specified in community Makefile.am
dc144907
parents: 3087
diff changeset
   116
  from docs tarball.
aea72c7b56ac webeyes.spec: Remove Matt's patch - locales specified in community Makefile.am
dc144907
parents: 3087
diff changeset
   117
3087
b8f833a73ad0 javahelpsection change, bump to 0.9
mattk
parents: 3032
diff changeset
   118
* Thu Jun 10 2004 - [email protected]
b8f833a73ad0 javahelpsection change, bump to 0.9
mattk
parents: 3032
diff changeset
   119
- patch to include all help locales
b8f833a73ad0 javahelpsection change, bump to 0.9
mattk
parents: 3032
diff changeset
   120
2996
1c4d00017dad 2004-06-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 2958
diff changeset
   121
* Wed Jun  2 2004 - [email protected]
1c4d00017dad 2004-06-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 2958
diff changeset
   122
- Updated %SOURCE1 for l10n tarball.
3487
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3425
diff changeset
   123
2942
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
   124
* Fri May 28 2004 - [email protected]
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
   125
- Incorporate new docs tarball from [email protected]
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2777
diff changeset
   126
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   127
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   128
- enable javahelp conversion on Solaris
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   129
2409
855ecc00b9ae Bump to 0.6
mattk
parents: 2398
diff changeset
   130
* Tue Apr 06 2004 - [email protected]
855ecc00b9ae Bump to 0.6
mattk
parents: 2398
diff changeset
   131
- Bump to 0.6
855ecc00b9ae Bump to 0.6
mattk
parents: 2398
diff changeset
   132
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2355
diff changeset
   133
* Thu Apr 01 2004 - [email protected]
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2355
diff changeset
   134
- javahelp conversion
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2355
diff changeset
   135
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   136
* Wed Mar 31 2004 - [email protected]
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   137
- replace tar jxf with the more solaris friendly
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   138
  bzcat piped through tar
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   139
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   140
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   141
- Adding webeyes-l10n-po-1.0.tar.bz2 l10n content
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   142
2102
815dcc9f71f8 Bump to 0.5, fix icon bug, and remove patches !!
mattk
parents: 1876
diff changeset
   143
* Mon Mar 01 2004 - <[email protected]>
815dcc9f71f8 Bump to 0.5, fix icon bug, and remove patches !!
mattk
parents: 1876
diff changeset
   144
- Bump to 0.5, fixes icon theme issue
815dcc9f71f8 Bump to 0.5, fix icon bug, and remove patches !!
mattk
parents: 1876
diff changeset
   145
- Remove patch 01-intltool-merge.diff
815dcc9f71f8 Bump to 0.5, fix icon bug, and remove patches !!
mattk
parents: 1876
diff changeset
   146
- Remove patch 02-libtool.diff
815dcc9f71f8 Bump to 0.5, fix icon bug, and remove patches !!
mattk
parents: 1876
diff changeset
   147
- Remove OrigTree.pm hack
1606
8551ca3766eb OrigTree.pm hack to build
mattk
parents: 1585
diff changeset
   148
* Mon Feb 09 2004 - <[email protected]>
8551ca3766eb OrigTree.pm hack to build
mattk
parents: 1585
diff changeset
   149
- Added OrigTree.pm hack
1585
ebd7ee419349 Bump intltool to 0.30
mattk
parents: 1584
diff changeset
   150
* Thu Feb 05 2004 - <[email protected]>
ebd7ee419349 Bump intltool to 0.30
mattk
parents: 1584
diff changeset
   151
- Added libtoolize/aclocal/automake/autoconf processing
1556
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
   152
* Fri Jan 30 2004 - <[email protected]>
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
   153
- patch 01 for intltool-merge and dep. on intltool
1513
0769a7fe55fb *** empty log message ***
mattk
parents: 1501
diff changeset
   154
* Fri Jan 09 2004 - [email protected]
0769a7fe55fb *** empty log message ***
mattk
parents: 1501
diff changeset
   155
- Remove docs tarball now included in webeyes distro
1501
a5bfe847a0f3 New tarball release 0.4
mattk
parents: 1500
diff changeset
   156
* Wed Jan 08 2004 - [email protected]
a5bfe847a0f3 New tarball release 0.4
mattk
parents: 1500
diff changeset
   157
- New tarball release 0.4
1500
f505fac2c856 fix changelog
gman
parents: 1494
diff changeset
   158
* Wed Jan 07 2004 - [email protected]
1494
6a39df498c52 2004-01-08 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   159
- Push the icon patch upstream.
1169
83bb110547f4 integrate Sun docs
laca
parents: 1159
diff changeset
   160
* Fri Sep 26 2003 - [email protected]
83bb110547f4 integrate Sun docs
laca
parents: 1159
diff changeset
   161
- integrate Sun docs
1159
72b198772d23 New tarball
mattk
parents: 1157
diff changeset
   162
* Tue Sep 23 2003 - [email protected]
72b198772d23 New tarball
mattk
parents: 1157
diff changeset
   163
- bug : 4911987, new tarball, re-alligned patches
1039
0673ab427cca change icon patch for webeyes
mattk
parents: 1025
diff changeset
   164
* Tue Aug 12 2003 - [email protected]
0673ab427cca change icon patch for webeyes
mattk
parents: 1025
diff changeset
   165
- New Icon Patch
277
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
   166
* Fri Jun 06 2003 - [email protected]
333fa365fa9b *** empty log message ***
mattk
parents:
diff changeset
   167
- Initial release