base-specs/evolution-webcal.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 17864 337913e88a9d
child 20154 21bfc321b6da
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
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 evolution-webcal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11570
83631dd7c722 2008-01-31 Damien Carbery <[email protected]>
dcarbery
parents: 10511
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# 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
     6
# 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
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16425
diff changeset
     8
%define owner jedy
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16425
d6ed2a48e85f 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16270
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17792
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16425
d6ed2a48e85f 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16270
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         evolution-webcal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries/GNOME
17792
ece276b4466f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 16657
diff changeset
    16
Version:      2.28.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution: Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    19
Vendor:       Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:      Webcal support for Evolution
16657
c16ab44a6a3e 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
    21
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.28/%{name}-%{version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11709
diff changeset
    22
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11709
diff changeset
    23
Source1:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11709
diff changeset
    24
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Docdir:       %{_defaultdocdir}/evolution-webcal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Prereq:       GConf
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
%define libgnomeui_version 2.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define libsoup_version 2.1.9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define evolution_data_server_version 1.2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Requires:       libgnomeui >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires:       evolution-data-server >= %{evolution_data_server_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires:       libsoup >= %{libsoup_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
BuildRequires:  libsoup-devel >= %{libsoup_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
BuildRequires:  evolution-data-server-devel >= %{evolution_data_server_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
evolution-webcal provides support for adding online calendars to Evolution.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
libtoolize --force
10398
783f68e853de 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
    52
intltoolize --force --copy --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11709
diff changeset
    53
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11709
diff changeset
    54
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11709
diff changeset
    55
bash -x %SOURCE1 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11709
diff changeset
    56
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11709
diff changeset
    57
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
autoconf
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
CFLAGS="$RPM_OPT_FLAGS" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
./configure  --prefix=%{_prefix}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
	     --libexecdir=%{_libexecdir}	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
	     --sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
make -i install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
SCHEMAS="evolution-webcal.schemas"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
for S in $SCHEMAS; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
done
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
%postun
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
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%defattr (-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%doc AUTHORS COPYING ChangeLog NEWS README
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%{_libexecdir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%config %{_sysconfdir}/gconf/schemas/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%changelog
17792
ece276b4466f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 16657
diff changeset
    94
* Sat Apr  3 2010 - [email protected]
ece276b4466f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 16657
diff changeset
    95
- Bump to 2.28.1.
16657
c16ab44a6a3e 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
    96
* Wed Sep 23 2009 - [email protected]
c16ab44a6a3e 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
    97
- Bump to 2.28.0
16270
f513c517b391 2009-08-13 Christian Kelly <[email protected]>
chrisk
parents: 15438
diff changeset
    98
* Thu Aug 13 2009 - [email protected]
f513c517b391 2009-08-13 Christian Kelly <[email protected]>
chrisk
parents: 15438
diff changeset
    99
- Bump to 2.27.90.
15438
28c073d940de bump to 2.26.0
davelam
parents: 15317
diff changeset
   100
* Tue Mar 17 2009 - [email protected]
28c073d940de bump to 2.26.0
davelam
parents: 15317
diff changeset
   101
- Bump to 2.26.0
15317
6eaad8558ed8 2009-03-06 Wang Xin <[email protected]>
jedy
parents: 15094
diff changeset
   102
* Mon Mar 06 2009 - [email protected]
6eaad8558ed8 2009-03-06 Wang Xin <[email protected]>
jedy
parents: 15094
diff changeset
   103
- Bump to 2.25.91.
6eaad8558ed8 2009-03-06 Wang Xin <[email protected]>
jedy
parents: 15094
diff changeset
   104
 
15094
9d85edb1d605 2009-02-16 Wang Xin <[email protected]>
jedy
parents: 14695
diff changeset
   105
* Mon Feb 16 2009 - [email protected]
9d85edb1d605 2009-02-16 Wang Xin <[email protected]>
jedy
parents: 14695
diff changeset
   106
- Bump to 2.25.90.
9d85edb1d605 2009-02-16 Wang Xin <[email protected]>
jedy
parents: 14695
diff changeset
   107
14695
fc53116936ca 2008-12-03 Wang Xin <[email protected]>
jedy
parents: 13353
diff changeset
   108
* Wed Dec 03 2008 - [email protected]
fc53116936ca 2008-12-03 Wang Xin <[email protected]>
jedy
parents: 13353
diff changeset
   109
- Bump to 2.24.0.
fc53116936ca 2008-12-03 Wang Xin <[email protected]>
jedy
parents: 13353
diff changeset
   110
13353
7ebed09314ce 2008-09-02 Wang Xin <[email protected]>
jedy
parents: 12935
diff changeset
   111
* Tue Sep 02 2008 - [email protected]
7ebed09314ce 2008-09-02 Wang Xin <[email protected]>
jedy
parents: 12935
diff changeset
   112
- Bump to 2.23.91.
7ebed09314ce 2008-09-02 Wang Xin <[email protected]>
jedy
parents: 12935
diff changeset
   113
11709
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11570
diff changeset
   114
* Mon Feb 25 2008 - [email protected]
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11570
diff changeset
   115
- Bump to 2.21.92.
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11570
diff changeset
   116
11570
83631dd7c722 2008-01-31 Damien Carbery <[email protected]>
dcarbery
parents: 10511
diff changeset
   117
* Thu Jan 31 2008 - [email protected]
83631dd7c722 2008-01-31 Damien Carbery <[email protected]>
dcarbery
parents: 10511
diff changeset
   118
- Bump to 2.13.90.
83631dd7c722 2008-01-31 Damien Carbery <[email protected]>
dcarbery
parents: 10511
diff changeset
   119
10511
6b958947c413 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10398
diff changeset
   120
* Tue Sep 18 2007 - [email protected]
6b958947c413 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10398
diff changeset
   121
- Bump to 2.12.0.
6b958947c413 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10398
diff changeset
   122
10398
783f68e853de 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   123
* Wed Aug 29 2007 - [email protected]
783f68e853de 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   124
- Add intltoolize call to update intltool scripts.
783f68e853de 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   125
10381
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 9553
diff changeset
   126
* Tue Aug 28 2007 - [email protected]
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 9553
diff changeset
   127
- Bump to 2.11.91.
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 9553
diff changeset
   128
9553
ccdbc407d57e 2007-03-14 Damien Carbery <[email protected]>
dcarbery
parents: 9457
diff changeset
   129
* Wed Mar 14 2007 - [email protected]
ccdbc407d57e 2007-03-14 Damien Carbery <[email protected]>
dcarbery
parents: 9457
diff changeset
   130
- Bump to 2.10.0.
ccdbc407d57e 2007-03-14 Damien Carbery <[email protected]>
dcarbery
parents: 9457
diff changeset
   131
9457
8a53f65d1f5b 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   132
* Tue Mar 06 2007 - [email protected]
8a53f65d1f5b 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   133
- Bump to 2.9.92.
8a53f65d1f5b 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   134
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
- Bump to 2.9.91.
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
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
- Bump to 2.9.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
- Bump to 2.8.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
* Sun Jul 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
- Bump to 2.7.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
- Bump to 2.5.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
- Bump to 2.3.91
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
* Mon Apr 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- Initial spec file for evolution-webcal 1.0.3