Mercurial > pidgin
annotate pidgin.spec.in @ 16552:17ac25319a77
Quoth Charkins:
This patch has two changes:
"This patch has two changes:
First is to slightly change the re-creation behavior of the docklet. Sadrul pointed out on gaim-devel that the x11 docklet re-creates itself when it is destroyed and thought this might be causing problems with fluxbox. This patch now distinguishes between initial creation and re-creation. When re-creating, the docklet no longer registers itself as a visibility manager until it successfully embeds.
Second is to change the timeout behavior for embedding. Because the notification area API is asynchronous, gaim assumes the docklet gets embeded for a certain timeout period, allowing the buddy list to start hidden before the docklet has been embeded in the notification area. If the timeout occurs, it is removed as a visibility manager and the buddy list will become visible. This timeout has been set at 5 seconds. There have been a few reports that indicate this timeout period is not long enough when starting gaim from a saved session upon login. I have been hesitant to increase the timeout, as it has the potential of delaying the startup of gaim for the timeout period if the buddy list was hidden when gaim last closed and there is not currently a notification area available. This patch makes the x11 docklet track whether it was successfully embedded and uses a longer timeout (15 seconds in this patch) only if it successfully embedded on the previous execution. Otherwise, it uses the shorter 5 second timeout. "
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 28 Apr 2007 02:33:40 +0000 |
parents | b8ba44eafaae |
children | ce049678a67b |
rev | line source |
---|---|
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
1 # Older RPM doesn't define these by default |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
2 %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
3 %{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
4 %{!?perl_archlib: %define perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
5 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
6 # When not doing betas comment this out |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
7 # NOTE: %defines in spec files are evaluated in comments so the correct |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
8 # way to comment it out is to replace the % with # |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
9 #define beta 7 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
10 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
11 %if 0%{?beta} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
12 %define pidginver %(echo "@VERSION@"|sed -e 's/dev//; s/beta.*//') |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
13 %else |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
14 %define pidginver @VERSION@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
15 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
16 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
17 Summary: A GTK+ based multiprotocol instant messaging client |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
18 Name: @PACKAGE@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
19 Version: %pidginver |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
20 Release: 0%{?beta:.beta%{beta}} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
21 License: GPL |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
22 Group: Applications/Internet |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
23 URL: http://pidgin.im/ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
24 Source: %{name}-@VERSION@.tar.bz2 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
25 BuildRoot: %{_tmppath}/%{name}-%{version}-root |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
26 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
27 # Generic build requirements |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
28 BuildRequires: libtool, pkgconfig, intltool, gettext, libxml2-devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
29 %{?_with_avahi:BuildRequires: avahi-compat-howl-devel} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
30 %{!?_without_gtkspell:BuildRequires: gtkspell-devel} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
31 %{?_with_howl:BuildRequires: howl-devel} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
32 %{?_with_meanwhile:BuildRequires: meanwhile-devel} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
33 %{?_with_mono:BuildRequires: mono-devel} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
34 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2} |
16159
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
35 %{!?_without_silc:BuildRequires: /usr/include/silc/silcclient.h} |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
36 %{!?_without_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
37 %{!?_without_text:BuildRequires: ncurses-devel} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
38 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
39 %if "%{_vendor}" == "suse" |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
40 # For SuSE: |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
41 BuildRequires: gnutls-devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
42 %{?_with_dbus:BuildRequires: dbus-1-devel >= 0.35} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
43 %{!?_without_gstreamer:BuildRequires: gstreamer010-devel >= 0.10} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
44 %else |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
45 %{?_with_dbus:BuildRequires: dbus-devel >= 0.35} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
46 %{!?_without_gstreamer:BuildRequires: gstreamer-devel >= 0.10} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
47 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
48 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
49 # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?) |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
50 %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft" || "%{_vendor}" == "Mandriva" |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
51 # For Mandrake/Mandriva: |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
52 BuildRequires: libgtk+2.0_0-devel, libnss3-devel, perl-devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
53 Obsoletes: libgaim-remote0 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
54 %else |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
55 # For SuSE, Red Hat, Fedora and others: |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
56 BuildRequires: gtk2-devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
57 %if "%{_vendor}" != "suse" |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
58 # For Red Hat, Fedora and others: |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
59 # let's assume RH & FC1 are the only brain-dead distros missing the |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
60 # perl-XML-Parser dependency on intltool and that other RH/FC releases |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
61 # don't care if we specify it here |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
62 BuildRequires: perl-XML-Parser |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
63 BuildRequires: mozilla-nss-devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
64 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
65 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
66 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
67 # For some reason perl isn't always automatically detected as a requirement :( |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
68 Requires: perl |
16299
ad19bf327ade
Add virtual provides for gaim & gaim-devel
Stu Tomlinson <stu@nosnilmot.com>
parents:
16298
diff
changeset
|
69 |
16116
14fe3c5a7749
Fix for building RPMs without finch - fixes part of ticket 123, and add some
Stu Tomlinson <stu@nosnilmot.com>
parents:
16096
diff
changeset
|
70 Obsoletes: gaim |
16299
ad19bf327ade
Add virtual provides for gaim & gaim-devel
Stu Tomlinson <stu@nosnilmot.com>
parents:
16298
diff
changeset
|
71 Provides: gaim |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
72 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
73 %package devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
74 Summary: Development headers, documentation, and libraries for Pidgin |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
75 Group: Applications/Internet |
16298
645d718e8112
Fedora has removed the Epoch from their RPM so we can do the same now.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16284
diff
changeset
|
76 Requires: pidgin = %{version}, libpurple-devel = %{version} |
16267
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
77 Requires: pkgconfig |
16116
14fe3c5a7749
Fix for building RPMs without finch - fixes part of ticket 123, and add some
Stu Tomlinson <stu@nosnilmot.com>
parents:
16096
diff
changeset
|
78 Obsoletes: gaim-devel |
16299
ad19bf327ade
Add virtual provides for gaim & gaim-devel
Stu Tomlinson <stu@nosnilmot.com>
parents:
16298
diff
changeset
|
79 Provides: gaim-devel |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
80 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
81 %package -n libpurple |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
82 Summary: libpurple library for IM clients like Pidgin and Finch |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
83 Group: Applications/Internet |
16226
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
84 Obsoletes: gaim-silc |
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
85 Obsoletes: gaim-tcl |
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
86 Obsoletes: gaim-gadugadu |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
87 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
88 %package -n libpurple-devel |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
89 Summary: Development headers, documentation, and libraries for libpurple |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
90 Group: Applications/Internet |
16298
645d718e8112
Fedora has removed the Epoch from their RPM so we can do the same now.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16284
diff
changeset
|
91 Requires: libpurple = %{version} |
16267
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
92 Requires: pkgconfig |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
93 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
94 %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
95 %package -n libpurple-bonjour |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
96 Summary: Bonjour plugin for Pidgin |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
97 Group: Applications/Internet |
16298
645d718e8112
Fedora has removed the Epoch from their RPM so we can do the same now.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16284
diff
changeset
|
98 Requires: libpurple = %{version} |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
99 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
100 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
101 %if 0%{?_with_meanwhile:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
102 %package -n libpurple-meanwhile |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
103 Summary: Lotus Sametime plugin for Pidgin using the Meanwhile library |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
104 Group: Applications/Internet |
16298
645d718e8112
Fedora has removed the Epoch from their RPM so we can do the same now.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16284
diff
changeset
|
105 Requires: libpurple = %{version} |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
106 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
107 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
108 %if 0%{?_with_mono:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
109 %package -n libpurple-mono |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
110 Summary: Mono .NET plugin support for Pidgin |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
111 Group: Applications/Internet |
16298
645d718e8112
Fedora has removed the Epoch from their RPM so we can do the same now.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16284
diff
changeset
|
112 Requires: libpurple = %{version} |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
113 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
114 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
115 %if 0%{!?_without_text:1} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
116 %package -n finch |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
117 Summary: A text-based user interface for Pidgin |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
118 Group: Applications/Internet |
16298
645d718e8112
Fedora has removed the Epoch from their RPM so we can do the same now.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16284
diff
changeset
|
119 Requires: libpurple = %{version} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
120 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
121 %package -n finch-devel |
16226
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
122 Summary: Headers etc. for finch stuffs |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
123 Group: Applications/Internet |
16298
645d718e8112
Fedora has removed the Epoch from their RPM so we can do the same now.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16284
diff
changeset
|
124 Requires: finch = %{version}, libpurple-devel = %{version} |
16267
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
125 Requires: pkgconfig |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
126 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
127 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
128 %description |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
129 Pidgin allows you to talk to anyone using a variety of messaging |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
130 protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu, |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
131 ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
132 Zephyr. These protocols are implemented using a modular, easy to |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
133 use design. To use a protocol, just add an account using the |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
134 account editor. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
135 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
136 Pidgin supports many common features of other clients, as well as many |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
137 unique features, such as perl scripting, TCL scripting and C plugins. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
138 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
139 Pidgin is not affiliated with or endorsed by America Online, Inc., |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
140 Microsoft Corporation, Yahoo! Inc., or ICQ Inc. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
141 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
142 %description devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
143 The pidgin-devel package contains the header files, developer |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
144 documentation, and libraries required for development of Pidgin scripts |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
145 and plugins. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
146 |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
147 %description -n libpurple |
16159
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
148 libpurple contains the core IM support for IM clients such as Pidgin |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
149 and Finch. |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
150 |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
151 libpurple supports a variety of messaging protocols including AIM, MSN, |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
152 Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ, IRC, Novell Groupwise, QQ, |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
153 Lotus Sametime, SILC, Simple and Zephyr. |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
154 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
155 %description -n libpurple-devel |
16159
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
156 The libpurple-devel package contains the header files, developer |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
157 documentation, and libraries required for development of libpurple based |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
158 instant messaging clients or plugins for any libpurple based client. |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
159 |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
160 %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
161 %description -n libpurple-bonjour |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
162 Bonjour plugin for Pidgin. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
163 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
164 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
165 %if 0%{?_with_meanwhile:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
166 %description -n libpurple-meanwhile |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
167 Lotus Sametime plugin for Pidgin using the Meanwhile library. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
168 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
169 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
170 %if 0%{?_with_mono:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
171 %description -n libpurple-mono |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
172 Mono plugin loader for Pidgin. This package will allow you to write or |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
173 use Pidgin plugins written in the .NET programming language. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
174 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
175 |
16116
14fe3c5a7749
Fix for building RPMs without finch - fixes part of ticket 123, and add some
Stu Tomlinson <stu@nosnilmot.com>
parents:
16096
diff
changeset
|
176 %if 0%{!?_without_text:1} |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
177 %description -n finch |
16116
14fe3c5a7749
Fix for building RPMs without finch - fixes part of ticket 123, and add some
Stu Tomlinson <stu@nosnilmot.com>
parents:
16096
diff
changeset
|
178 A text-based user interface for using libpurple. This can be run from a |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
179 standard text console or from a terminal within X Windows. It |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
180 uses ncurses and our homegrown gnt library for drawing windows |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
181 and text. |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
182 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
183 %description -n finch-devel |
16159
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
184 The finch-devel package contains the header files, developer |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
185 documentation, and libraries required for development of Finch scripts |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
186 and plugins. |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
187 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
188 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
189 %prep |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
190 %setup -q -n %{name}-@VERSION@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
191 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
192 %build |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
193 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
194 --bindir=%{_bindir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
195 --datadir=%{_datadir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
196 --includedir=%{_includedir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
197 --libdir=%{_libdir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
198 --mandir=%{_mandir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
199 --sysconfdir=%{_sysconfdir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
200 --disable-schemas-install \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
201 %{!?_with_dbus:--disable-dbus} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
202 %{?_without_gstreamer:--disable-gstreamer} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
203 %{?_without_gtkspell:--disable-gtkspell} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
204 %{?_with_mono:--enable-mono} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
205 %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
206 %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
207 %{?_with_sasl:--enable-cyrus-sasl} \ |
16159
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
208 %{!?_without_silc:--with-silc-includes=%{_includedir}/silc} \ |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
209 %{!?_without_silc:--with-silc-libs=%{_libdir}/silc} \ |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
210 %{?_without_tcl:--disable-tcl} \ |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
211 %{?_without_text:--disable-consoleui} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
212 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
213 make %{?_smp_mflags} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
214 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
215 %install |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
216 rm -rf %{buildroot} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
217 %if 0%{?_with_perlmakehack:1} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
218 make prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
219 datadir=%{buildroot}%{_datadir} includedir=%{buildroot}%{_includedir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
220 libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
221 sysconfdir=%{buildroot}%{_sysconfdir} \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
222 install |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
223 %else |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
224 make DESTDIR=$RPM_BUILD_ROOT install |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
225 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
226 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
227 # Delete files that we don't want to put in any of the RPMs |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
228 rm -f $RPM_BUILD_ROOT%{_libdir}/finch/*.la |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
229 rm -f $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la |
16550
b8ba44eafaae
Delete the right things, and some other things, while building an RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16446
diff
changeset
|
230 rm -f $RPM_BUILD_ROOT%{_libdir}/purple/*.la |
b8ba44eafaae
Delete the right things, and some other things, while building an RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16446
diff
changeset
|
231 rm -f $RPM_BUILD_ROOT%{_libdir}/purple/liboscar.so |
b8ba44eafaae
Delete the right things, and some other things, while building an RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16446
diff
changeset
|
232 rm -f $RPM_BUILD_ROOT%{_libdir}/purple/libjabber.so |
b8ba44eafaae
Delete the right things, and some other things, while building an RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16446
diff
changeset
|
233 rm -f $RPM_BUILD_ROOT%{_libdir}/purple/private/*.la |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
234 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
235 rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
236 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
237 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
238 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
239 %if 0%{!?_with_howl:1} && 0%{!?_with_avahi:1} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
240 rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/libbonjour.so |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
241 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
242 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
243 %if 0%{!?_with_meanwhile:1} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
244 rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/libsametime.so |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
245 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
246 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
247 %if 0%{!?_with_mono:1} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
248 rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/mono.so |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
249 rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/*.dll |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
250 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
251 |
16159
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
252 %if 0%{?_without_silc:1} |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
253 rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/libsilcpurple.so |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
254 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
255 |
16159
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
256 %if 0%{?_without_tcl:1} |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
257 rm -f $RPM_BUILD_ROOT%{_libdir}/libpurple/tcl.so |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
258 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
259 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
260 %if 0%{?_without_text:1} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
261 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/finch.* |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
262 rm -rf $RPM_BUILD_ROOT%{_bindir}/finch |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
263 rm -f $RPM_BUILD_ROOT%{_libdir}/libgnt.so.* |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
264 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
265 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
266 %find_lang %{name} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
267 |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
268 find $RPM_BUILD_ROOT%{_libdir}/libpurple -xtype f -print | \ |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
269 sed "s@^$RPM_BUILD_ROOT@@g" | \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
270 grep -v /libbonjour.so | \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
271 grep -v /libsametime.so | \ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
272 grep -v /mono.so | \ |
16159
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
273 grep -v ".dll$" > %{name}-%{version}-purpleplugins |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
274 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
275 find $RPM_BUILD_ROOT%{_libdir}/pidgin -xtype f -print | \ |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
276 sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-%{version}-pidginplugins |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
277 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
278 find $RPM_BUILD_ROOT%{_libdir}/finch -xtype f -print | \ |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
279 sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-%{version}-finchplugins |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
280 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
281 # files -f file can only take one filename :( |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
282 cat %{name}.lang >> %{name}-%{version}-purpleplugins |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
283 cat %{name}.lang >> %{name}-%{version}-pidginplugins |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
284 cat %{name}.lang >> %{name}-%{version}-finchplugins |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
285 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
286 %clean |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
287 rm -rf %{buildroot} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
288 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
289 %pre |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
290 if [ "$1" -gt 1 -a -n "`which gconftool-2 2>/dev/null`" ]; then |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
291 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
292 gconftool-2 --makefile-uninstall-rule \ |
15933
b449dc6b8a20
A little doxygen love and some tiny gaim->purpleisms
Mark Doliner <mark@kingant.net>
parents:
15901
diff
changeset
|
293 %{_sysconfdir}/gconf/schemas/purple.schemas >/dev/null || : |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
294 killall -HUP gconfd-2 || : |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
295 fi |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
296 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
297 %post |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
298 if [ -n "`which gconftool-2 2>/dev/null`" ]; then |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
299 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
300 gconftool-2 --makefile-install-rule \ |
15933
b449dc6b8a20
A little doxygen love and some tiny gaim->purpleisms
Mark Doliner <mark@kingant.net>
parents:
15901
diff
changeset
|
301 %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || : |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
302 killall -HUP gconfd-2 || : |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
303 fi |
16267
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
304 |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
305 %post -n libpurple -p /sbin/ldconfig |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
306 |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
307 %post -n finch -p /sbin/ldconfig |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
308 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
309 %preun |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
310 if [ "$1" -eq 0 -a -n "`which gconftool-2 2>/dev/null`" ]; then |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
311 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
312 gconftool-2 --makefile-uninstall-rule \ |
15933
b449dc6b8a20
A little doxygen love and some tiny gaim->purpleisms
Mark Doliner <mark@kingant.net>
parents:
15901
diff
changeset
|
313 %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || : |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
314 killall -HUP gconfd-2 || : |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
315 fi |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
316 |
16267
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
317 %postun -n libpurple -p /sbin/ldconfig |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
318 |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
319 %postun -n finch -p /sbin/ldconfig |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
320 |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
321 %files -f %{name}-%{version}-pidginplugins |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
322 %defattr(-, root, root) |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
323 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
324 %doc AUTHORS |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
325 %doc COPYING |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
326 %doc COPYRIGHT |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
327 %doc ChangeLog |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
328 %doc NEWS |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
329 %doc README |
16238
67627b73e106
Thanks to Peter Lawler for catching a place where we forgot to change
Mark Doliner <mark@kingant.net>
parents:
16226
diff
changeset
|
330 %doc README.MTN |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
331 %doc doc/the_penguin.txt |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
332 %doc %{_mandir}/man1/pidgin.* |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
333 %doc %{_mandir}/man3*/* |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
334 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
335 %dir %{_libdir}/pidgin |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
336 %dir %{perl_vendorarch}/Purple |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
337 %attr(755, root, root) %{perl_vendorarch}/Purple/* |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
338 %attr(755, root, root) %{perl_vendorarch}/auto/Purple/GtkUI* |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
339 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
340 %{_bindir}/pidgin |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
341 %{_datadir}/pixmaps/pidgin |
16446
e4067cd1d2b2
Look for the new icons in the new directory and update the RPM spec file to
Stu Tomlinson <stu@nosnilmot.com>
parents:
16421
diff
changeset
|
342 %{_datadir}/icons/hicolor/*/apps/pidgin.png |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
343 %dir %{_datadir}/sounds/pidgin |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
344 %{_datadir}/sounds/pidgin/* |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
345 %{_datadir}/applications/* |
15933
b449dc6b8a20
A little doxygen love and some tiny gaim->purpleisms
Mark Doliner <mark@kingant.net>
parents:
15901
diff
changeset
|
346 %{_sysconfdir}/gconf/schemas/purple.schemas |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
347 |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
348 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
349 %files -f %{name}-%{version}-purpleplugins -n libpurple |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
350 %defattr(-, root, root) |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
351 |
16086
c7d13e1b07dc
Bleeter thought it might be a good idea to actually put libpurple in the
Stu Tomlinson <stu@nosnilmot.com>
parents:
16076
diff
changeset
|
352 %{_libdir}/libpurple.so.* |
16421
ac2c14628790
Update RPM spec file to reflect libpurple plugins are now installed in
Stu Tomlinson <stu@nosnilmot.com>
parents:
16299
diff
changeset
|
353 %dir %{_libdir}/purple |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
354 %attr(755, root, root) %{perl_vendorarch}/Purple.pm |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
355 %dir %{perl_vendorarch}/auto/Purple |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
356 %attr(755, root, root) %{perl_vendorarch}/auto/Purple/Purple.so |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
357 %attr(755, root, root) %{perl_vendorarch}/auto/Purple/autosplit.ix |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
358 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
359 %{_datadir}/pixmaps/purple |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
360 |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
361 %if 0%{?_with_dbus:1} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
362 %{_bindir}/purple-client-example |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
363 %{_bindir}/purple-remote |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
364 %{_bindir}/purple-send |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
365 %{_bindir}/purple-send-async |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
366 %{_bindir}/purple-url-handler |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
367 %{_libdir}/libpurple-client.so.* |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
368 %doc README.dbus |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
369 %doc libpurple/purple-notifications-example |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
370 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
371 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
372 %files devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
373 %defattr(-, root, root) |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
374 %dir %{_includedir}/pidgin |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
375 %{_includedir}/pidgin/*.h |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
376 %{_libdir}/pkgconfig/pidgin.pc |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
377 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
378 %files -n libpurple-devel |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
379 %defattr(-, root, root) |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
380 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
381 %doc ChangeLog.API |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
382 %doc HACKING |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
383 %doc PLUGIN_HOWTO |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
384 %doc PROGRAMMING_NOTES |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
385 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
386 %dir %{_includedir}/libpurple |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
387 %{_includedir}/libpurple/*.h |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
388 %{_libdir}/libpurple.so |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
389 %{_libdir}/pkgconfig/purple.pc |
16018
5e5b7f9fcda8
A one-line patch from Bleeter to fix an RPM build problem.
Richard Laager <rlaager@wiktel.com>
parents:
15933
diff
changeset
|
390 %{_datadir}/aclocal/purple.m4 |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
391 %if 0%{?_with_dbus:1} |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
392 %{_libdir}/libpurple-client.so |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
393 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
394 |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
395 |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
396 %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
397 %files -n libpurple-bonjour |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
398 %defattr(-, root, root) |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
399 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
400 %{_libdir}/libpurple/libbonjour.* |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
401 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
402 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
403 %if 0%{?_with_meanwhile:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
404 %files -n libpurple-meanwhile |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
405 %defattr(-, root, root) |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
406 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
407 %{_libdir}/libpurple/libsametime.* |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
408 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
409 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
410 %if 0%{?_with_mono:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
411 %files libpurple-mono |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
412 %defattr(-, root, root) |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
413 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
414 %{_libdir}/libpurple/mono.so |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
415 %{_libdir}/libpurple/*.dll |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
416 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
417 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
418 %if 0%{!?_without_text:1} |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
419 %files -f %{name}-%{version}-finchplugins -n finch |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
420 %defattr(-, root, root) |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
421 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
422 %doc %{_mandir}/man1/finch.* |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
423 %{_bindir}/finch |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
424 %{_libdir}/libgnt.so.* |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
425 |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
426 %files -n finch-devel |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
427 %defattr(-, root, root) |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
428 %dir %{_includedir}/finch |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
429 %{_includedir}/finch/*.h |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
430 # libgnt |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
431 %dir %{_includedir}/gnt |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
432 %{_includedir}/gnt/*.h |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
433 %{_libdir}/pkgconfig/gnt.pc |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
434 %{_libdir}/libgnt.so |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
435 |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
436 %endif |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
437 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
438 %changelog |
16421
ac2c14628790
Update RPM spec file to reflect libpurple plugins are now installed in
Stu Tomlinson <stu@nosnilmot.com>
parents:
16299
diff
changeset
|
439 * Wed Apr 25 2007 Stu Tomlinson <stu@nosnilmot.com> |
ac2c14628790
Update RPM spec file to reflect libpurple plugins are now installed in
Stu Tomlinson <stu@nosnilmot.com>
parents:
16299
diff
changeset
|
440 - Update libpurple to pick up plugins in %%{_libdir}/purple |
ac2c14628790
Update RPM spec file to reflect libpurple plugins are now installed in
Stu Tomlinson <stu@nosnilmot.com>
parents:
16299
diff
changeset
|
441 |
16299
ad19bf327ade
Add virtual provides for gaim & gaim-devel
Stu Tomlinson <stu@nosnilmot.com>
parents:
16298
diff
changeset
|
442 * Sun Apr 22 2007 Stu Tomlinson <stu@nosnilmot.com> |
ad19bf327ade
Add virtual provides for gaim & gaim-devel
Stu Tomlinson <stu@nosnilmot.com>
parents:
16298
diff
changeset
|
443 - Remove Epoch because it's gone in Fedora now |
ad19bf327ade
Add virtual provides for gaim & gaim-devel
Stu Tomlinson <stu@nosnilmot.com>
parents:
16298
diff
changeset
|
444 - Add virtual provides for gaim & gaim-devel |
ad19bf327ade
Add virtual provides for gaim & gaim-devel
Stu Tomlinson <stu@nosnilmot.com>
parents:
16298
diff
changeset
|
445 |
16267
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
446 * Thu Apr 19 2007 Stu Tomlinson <stu@nosnilmot.com> |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
447 - Fix pkgconfig Requires |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
448 - Add ldconfig in pre/post scripts for libpurple & finch |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
449 - Bump Epoch to 2 because Fedora unfortunately forgot to drop the Epoch |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
450 during the rename :( |
359a12f31098
- Fix pkgconfig Requires
Stu Tomlinson <stu@nosnilmot.com>
parents:
16266
diff
changeset
|
451 |
16226
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
452 * Tue Apr 17 2007 Stu Tomlinson <stu@nosnilmot.com> |
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
453 - Add some Obsolete:s to help upgrades |
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
454 - Remove explicit Packager: %%{packager} from spec, it was redundant |
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
455 |
16159
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
456 * Sun Apr 15 2007 Stu Tomlinson <stu@nosnilmot.com> |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
457 - Fix for building without Finch |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
458 - Drop -tcl & -silc sub-packages, include them in the main libpurple |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
459 package (--without tcl and --without silc can be used to build libpurple |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
460 without support for these). |
5b02cf4373a4
Drop -tcl & -silc sub-packages, include both in the main libpurple RPM.
Stu Tomlinson <stu@nosnilmot.com>
parents:
16157
diff
changeset
|
461 |
16096
770e2f91d8f1
Document my last spec file update. Revisionist history rules!
Stu Tomlinson <stu@nosnilmot.com>
parents:
16086
diff
changeset
|
462 * Thu Apr 12 2007 Stu Tomlinson <stu@nosnilmot.com> |
770e2f91d8f1
Document my last spec file update. Revisionist history rules!
Stu Tomlinson <stu@nosnilmot.com>
parents:
16086
diff
changeset
|
463 - Actually move libpurple.so.* to the libpurple RPM |
770e2f91d8f1
Document my last spec file update. Revisionist history rules!
Stu Tomlinson <stu@nosnilmot.com>
parents:
16086
diff
changeset
|
464 |
16057
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
465 * Wed Apr 11 2007 Stu Tomlinson <stu@nosnilmot.com> |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
466 - Separate out libpurple, libpurple-devel and finch-devel |
9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Stu Tomlinson <stu@nosnilmot.com>
parents:
16018
diff
changeset
|
467 |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
468 * Sat Mar 24 2007 Stu Tomlinson <stu@nosnilmot.com> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
469 - Update to reflect renaming to pidgin/libpurple |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
470 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
471 * Sun Oct 1 2006 Stu Tomlinson <stu@nosnilmot.com> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
472 - We can build with internal gadu gadu again, so bring it back into the |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
473 main package |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
474 - Deal with gconf schame uninstallation on package upgrade and removal |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
475 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
476 * Sun Aug 20 2006 Stu Tomlinson <stu@nosnilmot.com> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
477 - Make the gstreamer-devel dependency overridable with '--without-gstreamer' |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
478 to allow building on older distributions without suitable gstreamer |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
479 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
480 * Tue Aug 15 2006 Mark Doliner <thekingant@users.sourceforge.net> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
481 - Add a BuildRequire for gstreamer-devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
482 - Remove the BuildRequires for audiofile-devel and libao-devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
483 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
484 * Mon May 8 2006 Mark Doliner <thekingant@users.sourceforge.net> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
485 - Add --with avahi option to compile the gaim-bonjour package against |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
486 Avahi's Howl compatibility layer |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
487 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
488 * Wed Mar 29 2006 Stu Tomlinson <stu@nosnilmot.com> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
489 - Source RPM uses tar.bz2 now to save space |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
490 - Update BuildRequires for new intltool dependencies |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
491 - Add a --with perlmakehack option to allow builds to succeed on RH9 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
492 - Add a --with gadugadu to build (separate) gaim-gadugadu package |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
493 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
494 * Sat Dec 17 2005 Stu Tomlinson <stu@nosnilmot.com> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
495 - Add support for beta versions so the subsequent releases are seen as newer |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
496 by RPM |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
497 - Split of sametime support to gaim-meanwhile |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
498 - Use make DESTDIR=... instead of overloading prefix etc. when installing |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
499 - Default build to include cyrus-sasl support in Jabber |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
500 - Add --with dbus to build with DBUS support |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
501 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
502 * Sun Dec 04 2005 Christopher O'Brien <siege@preoccupied.net> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
503 - Added obsoletes gaim-meanwhile |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
504 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
505 * Sun Oct 30 2005 Stu Tomlinson <stu@nosnilmot.com> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
506 - Add separate gaim-bonjour package if built with --with-howl |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
507 - Add separate gaim-mono package if built with --with-mono |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
508 - Exclude some unwanted perl files |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
509 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
510 * Sat Aug 20 2005 Stu Tomlinson <stu@nosnilmot.com> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
511 - Include libgaimperl.so |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
512 - Include gaim.m4 in gaim-devel |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
513 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
514 * Thu Apr 28 2005 Stu Tomlinson <stu@nosnilmot.com> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
515 - Use perl_vendorlib & perl_archlib for better 64bit compat (Jeff Mahoney) |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
516 - Clean up Requires, most should be auto-detected |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
517 - Restore gtkspell-devel build requirement (and add --without gtkspell option) |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
518 - Fix Tcl build requirements to work across more distros |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
519 - Fix SILC build requirements to work across more distros |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
520 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
521 * Mon Oct 11 2004 John Jolly <john.jolly@gmail.com> |
16226
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
522 - Added if "%%{_vendor}" == "suse" to handle GnuTLS libraries for SuSE |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
523 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
524 * Sat Oct 2 2004 Stu Tomlinson <stu@nosnilmot.com> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
525 - If --with tcl or silc are not specified, make sure the plugins don't |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
526 exist to prevent RPM complaining about unpackaged files |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
527 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
528 * Tue Jun 29 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
529 - Change Tcl to use --with tcl, the same as SILC, and build a gaim-tcl |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
530 package if specified. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
531 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
532 * Thu Jun 24 2004 Mark Doliner <thekingant@users.sourceforge.net> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
533 - Add --with silc rebuild option for compiling a separate gaim-silc |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
534 RPM containing the silc protocol plugin (Stu Tomlinson). |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
535 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
536 * Wed Jun 23 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
537 - Moved gaim headers and a pkgconfig configuration file into the |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
538 gaim-devel RPM (Stu Tomlinson). |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
539 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
540 * Thu Jan 15 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
541 - Removed the manual strip command, as it seems to be unwarranted if |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
542 the necessary programs are properly installed. (For me, this was |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
543 elfutils.) |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
544 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
545 * Sun Jul 20 2003 Bjoern Voigt <bjoern@cs.tu-berlin.de> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
546 - Added pkgconfig build dependency. |
16226
cf61b0d03d95
- Add some Obsolete:s to help upgrades
Stu Tomlinson <stu@nosnilmot.com>
parents:
16218
diff
changeset
|
547 - if "%%{_vendor}" != "MandrakeSoft" now also works with rpm 3.x. |
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
548 - Added Gaim-specific directories to list of Gaim's files. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
549 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
550 * Wed Jul 16 2003 Ethan Blanton <eblanton@cs.ohiou.edu> |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
551 - Complete spec file rewrite to take advantage of "new" RPM features |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
552 and make things prettier. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
553 - Use system-supplied %%{_prefix}, %%{_datadir}, etc. rather than |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
554 attempt to define our own. |