Wed, 18 Apr 2007 07:18:12 +0000
Thanks to Peter Lawler for catching a place where we forgot to change
README.SVN to README.MTN
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
1 | # Older RPM doesn't define these by default |
|
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
2 | %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
3 | %{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
4 | %{!?perl_archlib: %define perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)} |
|
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
5 | |
|
12884
363578e3b971
[gaim-migrate @ 15236]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12550
diff
changeset
|
6 | # When not doing betas comment this out |
|
363578e3b971
[gaim-migrate @ 15236]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12550
diff
changeset
|
7 | # NOTE: %defines in spec files are evaluated in comments so the correct |
|
363578e3b971
[gaim-migrate @ 15236]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12550
diff
changeset
|
8 | # way to comment it out is to replace the % with # |
|
15596
826d8f843434
Comment out the "beta" flag in our spec file. I committed this
Mark Doliner <markdoliner@pidgin.im>
parents:
15432
diff
changeset
|
9 | #define beta 7 |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
10 | |
|
12884
363578e3b971
[gaim-migrate @ 15236]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12550
diff
changeset
|
11 | %if 0%{?beta} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
12 | %define pidginver %(echo "@VERSION@"|sed -e 's/dev//; s/beta.*//') |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
13 | %else |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
14 | %define pidginver @VERSION@ |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
15 | %endif |
|
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
16 | |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
17 | Summary: A GTK+ based multiprotocol instant messaging client |
| 6171 | 18 | Name: @PACKAGE@ |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
19 | Version: %pidginver |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
20 | Release: 0%{?beta:.beta%{beta}} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
21 | Epoch: 0 |
|
3737
b9d24088c34f
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
22 | License: GPL |
|
b9d24088c34f
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
23 | Group: Applications/Internet |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
24 | URL: http://pidgin.im/ |
|
13579
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
25 | Source: %{name}-@VERSION@.tar.bz2 |
| 6171 | 26 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|
7670
426d41a66c12
[gaim-migrate @ 8314]
Mark Doliner <markdoliner@pidgin.im>
parents:
7656
diff
changeset
|
27 | |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
28 | # Generic build requirements |
|
14833
2f7d2f6e288d
[gaim-migrate @ 17532]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14773
diff
changeset
|
29 | BuildRequires: libtool, pkgconfig, intltool, gettext, libxml2-devel |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
30 | %{?_with_avahi:BuildRequires: avahi-compat-howl-devel} |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
31 | %{!?_without_gtkspell:BuildRequires: gtkspell-devel} |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
32 | %{?_with_howl:BuildRequires: howl-devel} |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
33 | %{?_with_meanwhile:BuildRequires: meanwhile-devel} |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
34 | %{?_with_mono:BuildRequires: mono-devel} |
|
12539
c5346389543c
[gaim-migrate @ 14852]
Mark Doliner <markdoliner@pidgin.im>
parents:
12529
diff
changeset
|
35 | %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2} |
|
16220
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
36 | %{!?_without_silc:BuildRequires: /usr/include/silc/silcclient.h} |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
37 | %{!?_without_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
38 | %{!?_without_text:BuildRequires: ncurses-devel} |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
39 | |
|
15600
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
40 | %if "%{_vendor}" == "suse" |
|
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
41 | # For SuSE: |
|
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
42 | BuildRequires: gnutls-devel |
|
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
43 | %{?_with_dbus:BuildRequires: dbus-1-devel >= 0.35} |
|
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
44 | %{!?_without_gstreamer:BuildRequires: gstreamer010-devel >= 0.10} |
|
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
45 | %else |
|
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
46 | %{?_with_dbus:BuildRequires: dbus-devel >= 0.35} |
|
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
47 | %{!?_without_gstreamer:BuildRequires: gstreamer-devel >= 0.10} |
|
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
48 | %endif |
|
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
49 | |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
50 | # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?) |
|
12550
5f2ef593e4aa
[gaim-migrate @ 14868]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12539
diff
changeset
|
51 | %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft" || "%{_vendor}" == "Mandriva" |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
52 | # For Mandrake/Mandriva: |
|
11009
1a5c4452738a
[gaim-migrate @ 12870]
Jason Cohen <kryojenik23-pidgin@steltek.com>
parents:
10977
diff
changeset
|
53 | BuildRequires: libgtk+2.0_0-devel, libnss3-devel, perl-devel |
|
11405
9c04abb67dd4
[gaim-migrate @ 13640]
Mark Doliner <markdoliner@pidgin.im>
parents:
11318
diff
changeset
|
54 | Obsoletes: libgaim-remote0 |
|
11009
1a5c4452738a
[gaim-migrate @ 12870]
Jason Cohen <kryojenik23-pidgin@steltek.com>
parents:
10977
diff
changeset
|
55 | %else |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
56 | # For SuSE, Red Hat, Fedora and others: |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
57 | BuildRequires: gtk2-devel |
|
15600
393bc032b053
sf patch #1640011, from Celso Pinto
Mark Doliner <markdoliner@pidgin.im>
parents:
15596
diff
changeset
|
58 | %if "%{_vendor}" != "suse" |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
59 | # For Red Hat, Fedora and others: |
|
13579
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
60 | # let's assume RH & FC1 are the only brain-dead distros missing the |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
61 | # perl-XML-Parser dependency on intltool and that other RH/FC releases |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
62 | # don't care if we specify it here |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
63 | BuildRequires: perl-XML-Parser |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
64 | BuildRequires: mozilla-nss-devel |
| 6171 | 65 | %endif |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
66 | %endif |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
67 | |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
68 | # For some reason perl isn't always automatically detected as a requirement :( |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
69 | Requires: perl |
|
16174
57000059443e
Fix for building RPMs without finch - fixes part of ticket 123, and add some
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16156
diff
changeset
|
70 | Obsoletes: gaim |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
71 | |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
72 | %package devel |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
73 | Summary: Development headers, documentation, and libraries for Pidgin |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
74 | Group: Applications/Internet |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
75 | Requires: pkgconfig, pidgin = %{epoch}:%{version}, libpurple-devel = %{epoch}:%{version} |
|
16174
57000059443e
Fix for building RPMs without finch - fixes part of ticket 123, and add some
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16156
diff
changeset
|
76 | Obsoletes: gaim-devel |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
77 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
78 | %package -n libpurple |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
79 | Summary: libpurple library for IM clients like Pidgin and Finch |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
80 | Group: Applications/Internet |
|
16288
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
81 | Obsoletes: gaim-silc |
|
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
82 | Obsoletes: gaim-tcl |
|
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
83 | Obsoletes: gaim-gadugadu |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
84 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
85 | %package -n libpurple-devel |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
86 | Summary: Development headers, documentation, and libraries for libpurple |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
87 | Group: Applications/Internet |
|
16288
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
88 | Requires: libpurple = %{epoch}:%{version} |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
89 | |
|
13749
dffc916e0869
[gaim-migrate @ 16158]
Mark Doliner <markdoliner@pidgin.im>
parents:
13633
diff
changeset
|
90 | %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
91 | %package -n libpurple-bonjour |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
92 | Summary: Bonjour plugin for Pidgin |
|
11913
59a689a567e7
[gaim-migrate @ 14204]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11912
diff
changeset
|
93 | Group: Applications/Internet |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
94 | Requires: libpurple = %{epoch}:%{version} |
|
11009
1a5c4452738a
[gaim-migrate @ 12870]
Jason Cohen <kryojenik23-pidgin@steltek.com>
parents:
10977
diff
changeset
|
95 | %endif |
|
9373
8fd07a1c3315
[gaim-migrate @ 10181]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9368
diff
changeset
|
96 | |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
97 | %if 0%{?_with_meanwhile:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
98 | %package -n libpurple-meanwhile |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
99 | Summary: Lotus Sametime plugin for Pidgin using the Meanwhile library |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
100 | Group: Applications/Internet |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
101 | Requires: libpurple = %{epoch}:%{version} |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
102 | %endif |
|
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
103 | |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
104 | %if 0%{?_with_mono:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
105 | %package -n libpurple-mono |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
106 | Summary: Mono .NET plugin support for Pidgin |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
107 | Group: Applications/Internet |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
108 | Requires: libpurple = %{epoch}:%{version} |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
109 | %endif |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
110 | |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
111 | %if 0%{!?_without_text:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
112 | %package -n finch |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
113 | Summary: A text-based user interface for Pidgin |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
114 | Group: Applications/Internet |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
115 | Requires: libpurple = %{epoch}:%{version} |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
116 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
117 | %package -n finch-devel |
|
16288
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
118 | Summary: Headers etc. for finch stuffs |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
119 | Group: Applications/Internet |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
120 | Requires: finch = %{epoch}:%{version}, libpurple-devel = %{epoch}:%{version} |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
121 | %endif |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
122 | |
| 322 | 123 | %description |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
124 | Pidgin allows you to talk to anyone using a variety of messaging |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
125 | protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu, |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
126 | ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
127 | Zephyr. These protocols are implemented using a modular, easy to |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
128 | use design. To use a protocol, just add an account using the |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
129 | account editor. |
|
3162
69014ddef423
[gaim-migrate @ 3178]
Mark Doliner <markdoliner@pidgin.im>
parents:
3138
diff
changeset
|
130 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
131 | Pidgin supports many common features of other clients, as well as many |
|
7163
45d247a1c932
[gaim-migrate @ 7730]
Mark Doliner <markdoliner@pidgin.im>
parents:
7006
diff
changeset
|
132 | unique features, such as perl scripting, TCL scripting and C plugins. |
|
3162
69014ddef423
[gaim-migrate @ 3178]
Mark Doliner <markdoliner@pidgin.im>
parents:
3138
diff
changeset
|
133 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
134 | Pidgin is not affiliated with or endorsed by America Online, Inc., |
|
7163
45d247a1c932
[gaim-migrate @ 7730]
Mark Doliner <markdoliner@pidgin.im>
parents:
7006
diff
changeset
|
135 | Microsoft Corporation, Yahoo! Inc., or ICQ Inc. |
| 2578 | 136 | |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
137 | %description devel |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
138 | The pidgin-devel package contains the header files, developer |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
139 | documentation, and libraries required for development of Pidgin scripts |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
140 | and plugins. |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
141 | |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
142 | %description -n libpurple |
|
16220
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
143 | libpurple contains the core IM support for IM clients such as Pidgin |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
144 | and Finch. |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
145 | |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
146 | libpurple supports a variety of messaging protocols including AIM, MSN, |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
147 | Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ, IRC, Novell Groupwise, QQ, |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
148 | Lotus Sametime, SILC, Simple and Zephyr. |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
149 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
150 | %description -n libpurple-devel |
|
16220
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
151 | The libpurple-devel package contains the header files, developer |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
152 | documentation, and libraries required for development of libpurple based |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
153 | instant messaging clients or plugins for any libpurple based client. |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
154 | |
|
13749
dffc916e0869
[gaim-migrate @ 16158]
Mark Doliner <markdoliner@pidgin.im>
parents:
13633
diff
changeset
|
155 | %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
156 | %description -n libpurple-bonjour |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
157 | Bonjour plugin for Pidgin. |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
158 | %endif |
|
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
159 | |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
160 | %if 0%{?_with_meanwhile:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
161 | %description -n libpurple-meanwhile |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
162 | Lotus Sametime plugin for Pidgin using the Meanwhile library. |
| 9429 | 163 | %endif |
| 164 | ||
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
165 | %if 0%{?_with_mono:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
166 | %description -n libpurple-mono |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
167 | Mono plugin loader for Pidgin. This package will allow you to write or |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
168 | use Pidgin plugins written in the .NET programming language. |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
169 | %endif |
|
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
170 | |
|
16174
57000059443e
Fix for building RPMs without finch - fixes part of ticket 123, and add some
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16156
diff
changeset
|
171 | %if 0%{!?_without_text:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
172 | %description -n finch |
|
16174
57000059443e
Fix for building RPMs without finch - fixes part of ticket 123, and add some
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16156
diff
changeset
|
173 | A text-based user interface for using libpurple. This can be run from a |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
174 | standard text console or from a terminal within X Windows. It |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
175 | uses ncurses and our homegrown gnt library for drawing windows |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
176 | and text. |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
177 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
178 | %description -n finch-devel |
|
16220
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
179 | The finch-devel package contains the header files, developer |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
180 | documentation, and libraries required for development of Finch scripts |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
181 | and plugins. |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
182 | %endif |
| 6171 | 183 | |
| 322 | 184 | %prep |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
185 | %setup -q -n %{name}-@VERSION@ |
| 322 | 186 | |
| 187 | %build | |
| 6171 | 188 | CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ |
| 189 | --bindir=%{_bindir} \ | |
| 190 | --datadir=%{_datadir} \ | |
| 191 | --includedir=%{_includedir} \ | |
| 192 | --libdir=%{_libdir} \ | |
| 193 | --mandir=%{_mandir} \ | |
|
6995
4bd47db10505
[gaim-migrate @ 7551]
Christian Hammond <chipx86@chipx86.com>
parents:
6994
diff
changeset
|
194 | --sysconfdir=%{_sysconfdir} \ |
|
14588
914fa2941b88
[gaim-migrate @ 17247]
Richard Laager <rlaager@pidgin.im>
parents:
14587
diff
changeset
|
195 | --disable-schemas-install \ |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
196 | %{!?_with_dbus:--disable-dbus} \ |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
197 | %{?_without_gstreamer:--disable-gstreamer} \ |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
198 | %{?_without_gtkspell:--disable-gtkspell} \ |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
199 | %{?_with_mono:--enable-mono} \ |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
200 | %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ |
|
13579
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
201 | %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \ |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
202 | %{?_with_sasl:--enable-cyrus-sasl} \ |
|
16220
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
203 | %{!?_without_silc:--with-silc-includes=%{_includedir}/silc} \ |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
204 | %{!?_without_silc:--with-silc-libs=%{_libdir}/silc} \ |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
205 | %{?_without_tcl:--disable-tcl} \ |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
206 | %{?_without_text:--disable-consoleui} |
|
9373
8fd07a1c3315
[gaim-migrate @ 10181]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9368
diff
changeset
|
207 | |
| 6171 | 208 | make %{?_smp_mflags} |
| 322 | 209 | |
| 210 | %install | |
| 6171 | 211 | rm -rf %{buildroot} |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
212 | %if 0%{?_with_perlmakehack:1} |
|
13579
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
213 | make prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} \ |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
214 | datadir=%{buildroot}%{_datadir} includedir=%{buildroot}%{_includedir} \ |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
215 | libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \ |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
216 | sysconfdir=%{buildroot}%{_sysconfdir} \ |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
217 | install |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
218 | %else |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
219 | make DESTDIR=$RPM_BUILD_ROOT install |
|
13579
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
220 | %endif |
| 6171 | 221 | |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
222 | # Delete files that we don't want to put in any of the RPMs |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
223 | rm -f $RPM_BUILD_ROOT%{_libdir}/finch/*.la |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
224 | rm -f $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
225 | rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/*.la |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
226 | rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/private/*.la |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
227 | rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
228 | rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
229 | find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' |
|
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
230 | find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
231 | # do we want to ship the nullclient ? |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
232 | rm -f $RPM_BUILD_ROOT%{_bindir}/nullclient |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
233 | rm -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/gaim.svg |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
234 | |
|
13749
dffc916e0869
[gaim-migrate @ 16158]
Mark Doliner <markdoliner@pidgin.im>
parents:
13633
diff
changeset
|
235 | %if 0%{!?_with_howl:1} && 0%{!?_with_avahi:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
236 | rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/libbonjour.so |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
237 | %endif |
|
10073
dedf375b7564
[gaim-migrate @ 11053]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9545
diff
changeset
|
238 | |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
239 | %if 0%{!?_with_meanwhile:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
240 | rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/libsametime.so |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
241 | %endif |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
242 | |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
243 | %if 0%{!?_with_mono:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
244 | rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/mono.so |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
245 | rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/*.dll |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
246 | %endif |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
247 | |
|
16220
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
248 | %if 0%{?_without_silc:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
249 | rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/libsilcpurple.so |
|
10073
dedf375b7564
[gaim-migrate @ 11053]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9545
diff
changeset
|
250 | %endif |
|
dedf375b7564
[gaim-migrate @ 11053]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9545
diff
changeset
|
251 | |
|
16220
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
252 | %if 0%{?_without_tcl:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
253 | rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/tcl.so |
|
10073
dedf375b7564
[gaim-migrate @ 11053]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9545
diff
changeset
|
254 | %endif |
|
dedf375b7564
[gaim-migrate @ 11053]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9545
diff
changeset
|
255 | |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
256 | %if 0%{?_without_text:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
257 | rm -f $RPM_BUILD_ROOT%{_mandir}/man1/finch.* |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
258 | rm -rf $RPM_BUILD_ROOT%{_bindir}/finch |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
259 | rm -f $RPM_BUILD_ROOT%{_libdir}/libgnt.so.* |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
260 | %endif |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
261 | |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
262 | %find_lang %{name} |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
263 | |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
264 | find $RPM_BUILD_ROOT%{_libdir}/libpurple -xtype f -print | \ |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
265 | sed "s@^$RPM_BUILD_ROOT@@g" | \ |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
266 | grep -v /libbonjour.so | \ |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
267 | grep -v /libsametime.so | \ |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
268 | grep -v /mono.so | \ |
|
16220
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
269 | grep -v ".dll$" > %{name}-%{version}-purpleplugins |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
270 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
271 | find $RPM_BUILD_ROOT%{_libdir}/pidgin -xtype f -print | \ |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
272 | sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-%{version}-pidginplugins |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
273 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
274 | find $RPM_BUILD_ROOT%{_libdir}/finch -xtype f -print | \ |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
275 | sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-%{version}-finchplugins |
|
6736
e1b498d35f06
[gaim-migrate @ 7268]
Christian Hammond <chipx86@chipx86.com>
parents:
6653
diff
changeset
|
276 | |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
277 | # files -f file can only take one filename :( |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
278 | cat %{name}.lang >> %{name}-%{version}-purpleplugins |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
279 | cat %{name}.lang >> %{name}-%{version}-pidginplugins |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
280 | cat %{name}.lang >> %{name}-%{version}-finchplugins |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
281 | |
| 6171 | 282 | %clean |
| 283 | rm -rf %{buildroot} | |
| 322 | 284 | |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
285 | %pre |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
286 | if [ "$1" -gt 1 -a -n "`which gconftool-2 2>/dev/null`" ]; then |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
287 | export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
288 | gconftool-2 --makefile-uninstall-rule \ |
|
15997
ff97c5f69196
A little doxygen love and some tiny gaim->purpleisms
Mark Doliner <markdoliner@pidgin.im>
parents:
15987
diff
changeset
|
289 | %{_sysconfdir}/gconf/schemas/purple.schemas >/dev/null || : |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
290 | killall -HUP gconfd-2 || : |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
291 | fi |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
292 | |
|
14588
914fa2941b88
[gaim-migrate @ 17247]
Richard Laager <rlaager@pidgin.im>
parents:
14587
diff
changeset
|
293 | %post |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
294 | if [ -n "`which gconftool-2 2>/dev/null`" ]; then |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
295 | export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
296 | gconftool-2 --makefile-install-rule \ |
|
15997
ff97c5f69196
A little doxygen love and some tiny gaim->purpleisms
Mark Doliner <markdoliner@pidgin.im>
parents:
15987
diff
changeset
|
297 | %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || : |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
298 | killall -HUP gconfd-2 || : |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
299 | fi |
|
14773
f8504fa02eb5
[gaim-migrate @ 17465]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14734
diff
changeset
|
300 | /sbin/ldconfig |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
301 | |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
302 | %preun |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
303 | if [ "$1" -eq 0 -a -n "`which gconftool-2 2>/dev/null`" ]; then |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
304 | export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
305 | gconftool-2 --makefile-uninstall-rule \ |
|
15997
ff97c5f69196
A little doxygen love and some tiny gaim->purpleisms
Mark Doliner <markdoliner@pidgin.im>
parents:
15987
diff
changeset
|
306 | %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || : |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
307 | killall -HUP gconfd-2 || : |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
308 | fi |
|
14588
914fa2941b88
[gaim-migrate @ 17247]
Richard Laager <rlaager@pidgin.im>
parents:
14587
diff
changeset
|
309 | |
|
14773
f8504fa02eb5
[gaim-migrate @ 17465]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14734
diff
changeset
|
310 | %postun -p /sbin/ldconfig |
|
f8504fa02eb5
[gaim-migrate @ 17465]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14734
diff
changeset
|
311 | |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
312 | %files -f %{name}-%{version}-pidginplugins |
|
3737
b9d24088c34f
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
313 | %defattr(-, root, root) |
|
b9d24088c34f
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
314 | |
|
14577
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
315 | %doc AUTHORS |
|
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
316 | %doc COPYING |
|
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
317 | %doc COPYRIGHT |
|
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
318 | %doc ChangeLog |
|
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
319 | %doc NEWS |
|
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
320 | %doc README |
|
16300
394773662c17
Thanks to Peter Lawler for catching a place where we forgot to change
Mark Doliner <markdoliner@pidgin.im>
parents:
16288
diff
changeset
|
321 | %doc README.MTN |
|
14577
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
322 | %doc doc/the_penguin.txt |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
323 | %doc %{_mandir}/man1/pidgin.* |
| 7006 | 324 | %doc %{_mandir}/man3*/* |
|
3737
b9d24088c34f
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
325 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
326 | %dir %{_libdir}/pidgin |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
327 | %dir %{perl_vendorarch}/Purple |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
328 | %attr(755, root, root) %{perl_vendorarch}/Purple/* |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
329 | %attr(755, root, root) %{perl_vendorarch}/auto/Purple/GtkUI* |
|
6736
e1b498d35f06
[gaim-migrate @ 7268]
Christian Hammond <chipx86@chipx86.com>
parents:
6653
diff
changeset
|
330 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
331 | %{_bindir}/pidgin |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
332 | %{_datadir}/pixmaps/pidgin |
|
16135
0851cfaced98
Include pidgin.svg in the RPM
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16134
diff
changeset
|
333 | %{_datadir}/pixmaps/pidgin.svg |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
334 | %dir %{_datadir}/sounds/pidgin |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
335 | %{_datadir}/sounds/pidgin/* |
| 4030 | 336 | %{_datadir}/applications/* |
|
15997
ff97c5f69196
A little doxygen love and some tiny gaim->purpleisms
Mark Doliner <markdoliner@pidgin.im>
parents:
15987
diff
changeset
|
337 | %{_sysconfdir}/gconf/schemas/purple.schemas |
|
547
1fb3d8f94b06
[gaim-migrate @ 557]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
369
diff
changeset
|
338 | |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
339 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
340 | %files -f %{name}-%{version}-purpleplugins -n libpurple |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
341 | %defattr(-, root, root) |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
342 | |
|
16146
8e29dc73f529
Bleeter thought it might be a good idea to actually put libpurple in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16135
diff
changeset
|
343 | %{_libdir}/libpurple.so.* |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
344 | %dir %{_libdir}/libpurple |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
345 | %attr(755, root, root) %{perl_vendorarch}/Purple.pm |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
346 | %dir %{perl_vendorarch}/auto/Purple |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
347 | %attr(755, root, root) %{perl_vendorarch}/auto/Purple/Purple.so |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
348 | %attr(755, root, root) %{perl_vendorarch}/auto/Purple/autosplit.ix |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
349 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
350 | %{_datadir}/pixmaps/purple |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
351 | |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
352 | %if 0%{?_with_dbus:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
353 | %{_bindir}/purple-client-example |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
354 | %{_bindir}/purple-remote |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
355 | %{_bindir}/purple-send |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
356 | %{_bindir}/purple-send-async |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
357 | %{_bindir}/purple-url-handler |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
358 | %{_libdir}/libpurple-client.so.* |
|
14577
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
359 | %doc README.dbus |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
360 | %doc libpurple/purple-notifications-example |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
361 | %endif |
|
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
362 | |
| 6171 | 363 | %files devel |
|
9373
8fd07a1c3315
[gaim-migrate @ 10181]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9368
diff
changeset
|
364 | %defattr(-, root, root) |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
365 | %dir %{_includedir}/pidgin |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
366 | %{_includedir}/pidgin/*.h |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
367 | %{_libdir}/pkgconfig/pidgin.pc |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
368 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
369 | %files -n libpurple-devel |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
370 | %defattr(-, root, root) |
| 6171 | 371 | |
|
14577
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
372 | %doc ChangeLog.API |
|
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
373 | %doc HACKING |
|
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
374 | %doc PLUGIN_HOWTO |
|
d2cfe7540d39
[gaim-migrate @ 17235]
Mark Doliner <markdoliner@pidgin.im>
parents:
14287
diff
changeset
|
375 | %doc PROGRAMMING_NOTES |
| 6171 | 376 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
377 | %dir %{_includedir}/libpurple |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
378 | %{_includedir}/libpurple/*.h |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
379 | %{_libdir}/libpurple.so |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
380 | %{_libdir}/pkgconfig/purple.pc |
|
16079
d2c7ba8db349
A one-line patch from Bleeter to fix an RPM build problem.
Richard Laager <rlaager@pidgin.im>
parents:
15997
diff
changeset
|
381 | %{_datadir}/aclocal/purple.m4 |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
382 | %if 0%{?_with_dbus:1} |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
383 | %{_libdir}/libpurple-client.so |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
384 | %endif |
| 2224 | 385 | |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
386 | |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
387 | %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
388 | %files -n libpurple-bonjour |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
389 | %defattr(-, root, root) |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
390 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
391 | %{_libdir}/libpurple/libbonjour.* |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
392 | %endif |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
393 | |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
394 | %if 0%{?_with_meanwhile:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
395 | %files -n libpurple-meanwhile |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
396 | %defattr(-, root, root) |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
397 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
398 | %{_libdir}/libpurple/libsametime.* |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
399 | %endif |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
400 | |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
401 | %if 0%{?_with_mono:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
402 | %files libpurple-mono |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
403 | %defattr(-, root, root) |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
404 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
405 | %{_libdir}/libpurple/mono.so |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
406 | %{_libdir}/libpurple/*.dll |
|
14586
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
407 | %endif |
|
ae49a34e5bb7
[gaim-migrate @ 17245]
Mark Doliner <markdoliner@pidgin.im>
parents:
14577
diff
changeset
|
408 | |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
409 | %if 0%{!?_without_text:1} |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
410 | %files -f %{name}-%{version}-finchplugins -n finch |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
411 | %defattr(-, root, root) |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
412 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
413 | %doc %{_mandir}/man1/finch.* |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
414 | %{_bindir}/finch |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
415 | %{_libdir}/libgnt.so.* |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
416 | |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
417 | %files -n finch-devel |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
418 | %defattr(-, root, root) |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
419 | %dir %{_includedir}/finch |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
420 | %{_includedir}/finch/*.h |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
421 | # libgnt |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
422 | %dir %{_includedir}/gnt |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
423 | %{_includedir}/gnt/*.h |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
424 | %{_libdir}/pkgconfig/gnt.pc |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
425 | %{_libdir}/libgnt.so |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
426 | |
|
14674
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
427 | %endif |
|
2fb934a2d8d0
[gaim-migrate @ 17340]
Mark Doliner <markdoliner@pidgin.im>
parents:
14590
diff
changeset
|
428 | |
| 2224 | 429 | %changelog |
|
16288
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
430 | * Tue Apr 17 2007 Stu Tomlinson <stu@nosnilmot.com> |
|
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
431 | - Add some Obsolete:s to help upgrades |
|
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
432 | - Remove explicit Packager: %%{packager} from spec, it was redundant |
|
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
433 | |
|
16220
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
434 | * Sun Apr 15 2007 Stu Tomlinson <stu@nosnilmot.com> |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
435 | - Fix for building without Finch |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
436 | - Drop -tcl & -silc sub-packages, include them in the main libpurple |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
437 | package (--without tcl and --without silc can be used to build libpurple |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
438 | without support for these). |
|
d2063c4e9598
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16218
diff
changeset
|
439 | |
|
16156
701cc6bfeee6
Document my last spec file update. Revisionist history rules!
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16146
diff
changeset
|
440 | * Thu Apr 12 2007 Stu Tomlinson <stu@nosnilmot.com> |
|
701cc6bfeee6
Document my last spec file update. Revisionist history rules!
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16146
diff
changeset
|
441 | - Actually move libpurple.so.* to the libpurple RPM |
|
701cc6bfeee6
Document my last spec file update. Revisionist history rules!
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16146
diff
changeset
|
442 | |
|
16118
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
443 | * Wed Apr 11 2007 Stu Tomlinson <stu@nosnilmot.com> |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
444 | - Separate out libpurple, libpurple-devel and finch-devel |
|
a796a3cd37de
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16079
diff
changeset
|
445 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
446 | * Sat Mar 24 2007 Stu Tomlinson <stu@nosnilmot.com> |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
447 | - Update to reflect renaming to pidgin/libpurple |
|
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15600
diff
changeset
|
448 | |
|
14734
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
449 | * Sun Oct 1 2006 Stu Tomlinson <stu@nosnilmot.com> |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
450 | - We can build with internal gadu gadu again, so bring it back into the |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
451 | main package |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
452 | - Deal with gconf schame uninstallation on package upgrade and removal |
|
cc74111fd816
[gaim-migrate @ 17418]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14674
diff
changeset
|
453 | |
|
14287
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
454 | * Sun Aug 20 2006 Stu Tomlinson <stu@nosnilmot.com> |
|
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
455 | - Make the gstreamer-devel dependency overridable with '--without-gstreamer' |
|
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
456 | to allow building on older distributions without suitable gstreamer |
|
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
457 | |
|
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
458 | * Tue Aug 15 2006 Mark Doliner <thekingant@users.sourceforge.net> |
|
14191
4fa65f3a6350
[gaim-migrate @ 16768]
Mark Doliner <markdoliner@pidgin.im>
parents:
14105
diff
changeset
|
459 | - Add a BuildRequire for gstreamer-devel |
|
14192
c62e2ffb987e
[gaim-migrate @ 16769]
Mark Doliner <markdoliner@pidgin.im>
parents:
14191
diff
changeset
|
460 | - Remove the BuildRequires for audiofile-devel and libao-devel |
|
14191
4fa65f3a6350
[gaim-migrate @ 16768]
Mark Doliner <markdoliner@pidgin.im>
parents:
14105
diff
changeset
|
461 | |
|
14287
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
462 | * Mon May 8 2006 Mark Doliner <thekingant@users.sourceforge.net> |
|
13749
dffc916e0869
[gaim-migrate @ 16158]
Mark Doliner <markdoliner@pidgin.im>
parents:
13633
diff
changeset
|
463 | - Add --with avahi option to compile the gaim-bonjour package against |
|
14191
4fa65f3a6350
[gaim-migrate @ 16768]
Mark Doliner <markdoliner@pidgin.im>
parents:
14105
diff
changeset
|
464 | Avahi's Howl compatibility layer |
|
13749
dffc916e0869
[gaim-migrate @ 16158]
Mark Doliner <markdoliner@pidgin.im>
parents:
13633
diff
changeset
|
465 | |
|
14287
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
466 | * Wed Mar 29 2006 Stu Tomlinson <stu@nosnilmot.com> |
|
13579
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
467 | - Source RPM uses tar.bz2 now to save space |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
468 | - Update BuildRequires for new intltool dependencies |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
469 | - Add a --with perlmakehack option to allow builds to succeed on RH9 |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
470 | - Add a --with gadugadu to build (separate) gaim-gadugadu package |
|
ccafe8c55539
[gaim-migrate @ 15960]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
13562
diff
changeset
|
471 | |
|
14287
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
472 | * Sat Dec 17 2005 Stu Tomlinson <stu@nosnilmot.com> |
|
12529
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
473 | - Add support for beta versions so the subsequent releases are seen as newer |
|
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
474 | by RPM |
|
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
475 | - Split of sametime support to gaim-meanwhile |
|
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
476 | - Use make DESTDIR=... instead of overloading prefix etc. when installing |
|
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
477 | - Default build to include cyrus-sasl support in Jabber |
|
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
478 | - Add --with dbus to build with DBUS support |
|
086181ba5188
[gaim-migrate @ 14842]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12314
diff
changeset
|
479 | |
|
14287
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
480 | * Sun Dec 04 2005 Christopher O'Brien <siege@preoccupied.net> |
|
12314
37b94971e8df
[gaim-migrate @ 14618]
Christopher O'Brien <siege@pidgin.im>
parents:
11913
diff
changeset
|
481 | - Added obsoletes gaim-meanwhile |
|
37b94971e8df
[gaim-migrate @ 14618]
Christopher O'Brien <siege@pidgin.im>
parents:
11913
diff
changeset
|
482 | |
|
14287
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
483 | * Sun Oct 30 2005 Stu Tomlinson <stu@nosnilmot.com> |
|
11912
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
484 | - Add separate gaim-bonjour package if built with --with-howl |
|
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
485 | - Add separate gaim-mono package if built with --with-mono |
|
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
486 | - Exclude some unwanted perl files |
|
84629337e3e9
[gaim-migrate @ 14203]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11405
diff
changeset
|
487 | |
|
14287
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
488 | * Sat Aug 20 2005 Stu Tomlinson <stu@nosnilmot.com> |
|
11318
13fa1d5134f3
[gaim-migrate @ 13521]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11009
diff
changeset
|
489 | - Include libgaimperl.so |
|
13fa1d5134f3
[gaim-migrate @ 13521]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11009
diff
changeset
|
490 | - Include gaim.m4 in gaim-devel |
|
13fa1d5134f3
[gaim-migrate @ 13521]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11009
diff
changeset
|
491 | |
|
14287
69c011c59cc9
[gaim-migrate @ 16906]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14192
diff
changeset
|
492 | * Thu Apr 28 2005 Stu Tomlinson <stu@nosnilmot.com> |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
493 | - Use perl_vendorlib & perl_archlib for better 64bit compat (Jeff Mahoney) |
|
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
494 | - Clean up Requires, most should be auto-detected |
|
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
495 | - Restore gtkspell-devel build requirement (and add --without gtkspell option) |
|
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
496 | - Fix Tcl build requirements to work across more distros |
|
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
497 | - Fix SILC build requirements to work across more distros |
|
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
498 | |
|
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
499 | * Mon Oct 11 2004 John Jolly <john.jolly@gmail.com> |
|
16288
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
500 | - Added if "%%{_vendor}" == "suse" to handle GnuTLS libraries for SuSE |
|
10888
26fc8df5cc84
[gaim-migrate @ 12592]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10814
diff
changeset
|
501 | |
|
10073
dedf375b7564
[gaim-migrate @ 11053]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9545
diff
changeset
|
502 | * Sat Oct 2 2004 Stu Tomlinson <stu@nosnilmot.com> |
|
dedf375b7564
[gaim-migrate @ 11053]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9545
diff
changeset
|
503 | - If --with tcl or silc are not specified, make sure the plugins don't |
|
dedf375b7564
[gaim-migrate @ 11053]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9545
diff
changeset
|
504 | exist to prevent RPM complaining about unpackaged files |
|
dedf375b7564
[gaim-migrate @ 11053]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9545
diff
changeset
|
505 | |
| 9429 | 506 | * Tue Jun 29 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
| 507 | - Change Tcl to use --with tcl, the same as SILC, and build a gaim-tcl | |
| 508 | package if specified. | |
| 509 | ||
|
9400
4254b4bfca4f
[gaim-migrate @ 10214]
Mark Doliner <markdoliner@pidgin.im>
parents:
9373
diff
changeset
|
510 | * Thu Jun 24 2004 Mark Doliner <thekingant@users.sourceforge.net> |
|
4254b4bfca4f
[gaim-migrate @ 10214]
Mark Doliner <markdoliner@pidgin.im>
parents:
9373
diff
changeset
|
511 | - Add --with silc rebuild option for compiling a separate gaim-silc |
|
4254b4bfca4f
[gaim-migrate @ 10214]
Mark Doliner <markdoliner@pidgin.im>
parents:
9373
diff
changeset
|
512 | RPM containing the silc protocol plugin (Stu Tomlinson). |
|
4254b4bfca4f
[gaim-migrate @ 10214]
Mark Doliner <markdoliner@pidgin.im>
parents:
9373
diff
changeset
|
513 | |
| 9368 | 514 | * Wed Jun 23 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
| 515 | - Moved gaim headers and a pkgconfig configuration file into the | |
|
9400
4254b4bfca4f
[gaim-migrate @ 10214]
Mark Doliner <markdoliner@pidgin.im>
parents:
9373
diff
changeset
|
516 | gaim-devel RPM (Stu Tomlinson). |
| 9368 | 517 | |
| 8115 | 518 | * Thu Jan 15 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
| 519 | - Removed the manual strip command, as it seems to be unwarranted if | |
| 520 | the necessary programs are properly installed. (For me, this was | |
| 521 | elfutils.) | |
| 522 | ||
|
6246
f196b660af4f
[gaim-migrate @ 6740]
Björn Voigt <bjoern@cs.tu-berlin.de>
parents:
6171
diff
changeset
|
523 | * Sun Jul 20 2003 Bjoern Voigt <bjoern@cs.tu-berlin.de> |
|
f196b660af4f
[gaim-migrate @ 6740]
Björn Voigt <bjoern@cs.tu-berlin.de>
parents:
6171
diff
changeset
|
524 | - Added pkgconfig build dependency. |
|
16288
dbc6e44e4b12
- Add some Obsolete:s to help upgrades
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16273
diff
changeset
|
525 | - if "%%{_vendor}" != "MandrakeSoft" now also works with rpm 3.x. |
|
6246
f196b660af4f
[gaim-migrate @ 6740]
Björn Voigt <bjoern@cs.tu-berlin.de>
parents:
6171
diff
changeset
|
526 | - Added Gaim-specific directories to list of Gaim's files. |
|
f196b660af4f
[gaim-migrate @ 6740]
Björn Voigt <bjoern@cs.tu-berlin.de>
parents:
6171
diff
changeset
|
527 | |
| 6171 | 528 | * Wed Jul 16 2003 Ethan Blanton <eblanton@cs.ohiou.edu> |
| 529 | - Complete spec file rewrite to take advantage of "new" RPM features | |
| 530 | and make things prettier. | |
| 531 | - Use system-supplied %%{_prefix}, %%{_datadir}, etc. rather than | |
| 532 | attempt to define our own. |