Mercurial > pidgin.yaz
annotate gaim.spec.in @ 7676:5c5acdf8b982
[gaim-migrate @ 8320]
Ambrose C. Li made the log viewer right for you international folk.
Thanks, Ambrose!
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 01 Dec 2003 00:09:48 +0000 |
parents | 5076246a211b |
children | 4995ad0ada66 |
rev | line source |
---|---|
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
1 Summary: A Gtk+ based multiprotocol instant messaging client |
6171 | 2 Name: @PACKAGE@ |
3 Version: @VERSION@ | |
7656 | 4 Release: 0 |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
5 Epoch: 1 |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
6 License: GPL |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
7 Group: Applications/Internet |
7670 | 8 URL: http://gaim.sourceforge.net/ |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
9 Source: %{name}-%{version}.tar.gz |
6171 | 10 BuildRoot: %{_tmppath}/%{name}-%{version}-root |
7670 | 11 |
6246 | 12 %if "%{_vendor}" != "MandrakeSoft" |
7235 | 13 Requires: gtk2 >= 2.0.0, mozilla-nss, gtkspell, audiofile, libao |
7411 | 14 BuildRequires: libao-devel, gtk2-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig, mozilla-nss-devel |
6171 | 15 %else |
7006 | 16 Requires: gtk+2.0 >= 2.0.0, libnss3 |
7410 | 17 BuildRequires: libao-devel, libgtk+2.0_0-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig, libnss3-devel, perl-devel |
6171 | 18 %endif |
19 | |
20 %package devel | |
21 Summary: Development headers, documentation, and libraries for Gaim. | |
22 Group: Applications/Internet | |
5033
14bbf22917d9
[gaim-migrate @ 5376]
Christian Hammond <chipx86@chipx86.com>
parents:
5009
diff
changeset
|
23 |
322 | 24 %description |
3162 | 25 Gaim allows you to talk to anyone using a variety of messaging |
26 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!, | |
27 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These | |
28 protocols are implemented using a modular, easy to use design. | |
7163 | 29 To use a protocol, just add an account using the account editor. |
3162 | 30 |
31 Gaim supports many common features of other clients, as well as many | |
7163 | 32 unique features, such as perl scripting, TCL scripting and C plugins. |
3162 | 33 |
7163 | 34 Gaim is NOT affiliated with or endorsed by America Online, Inc., |
35 Microsoft Corporation, Yahoo! Inc., or ICQ Inc. | |
2578 | 36 |
6171 | 37 %description devel |
38 | |
39 The gaim-devel package contains the header files, developer | |
40 documentation, and libraries required for development of gaim scripts | |
41 and plugins. | |
42 | |
322 | 43 %prep |
44 %setup | |
45 | |
46 %build | |
6171 | 47 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ |
48 --bindir=%{_bindir} \ | |
49 --datadir=%{_datadir} \ | |
50 --includedir=%{_includedir} \ | |
51 --libdir=%{_libdir} \ | |
52 --mandir=%{_mandir} \ | |
6995
dfc78aeca2d7
[gaim-migrate @ 7551]
Christian Hammond <chipx86@chipx86.com>
parents:
6994
diff
changeset
|
53 --sysconfdir=%{_sysconfdir} \ |
dfc78aeca2d7
[gaim-migrate @ 7551]
Christian Hammond <chipx86@chipx86.com>
parents:
6994
diff
changeset
|
54 --with-perl-lib=%{buildroot}%{_prefix} |
6171 | 55 make %{?_smp_mflags} |
322 | 56 |
57 %install | |
6171 | 58 rm -rf %{buildroot} |
59 make prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} \ | |
60 datadir=%{buildroot}%{_datadir} includedir=%{buildroot}%{_includedir} \ | |
61 libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \ | |
62 sysconfdir=%{buildroot}%{_sysconfdir} \ | |
63 install | |
64 | |
6736
e411a7d6378c
[gaim-migrate @ 7268]
Christian Hammond <chipx86@chipx86.com>
parents:
6653
diff
changeset
|
65 rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/*/*/perllocal.pod |
7223
e13fd40cc827
[gaim-migrate @ 7792]
Christian Hammond <chipx86@chipx86.com>
parents:
7163
diff
changeset
|
66 strip %{buildroot}%{_libdir}/{*.so*,%{name}/*.so} || : |
e13fd40cc827
[gaim-migrate @ 7792]
Christian Hammond <chipx86@chipx86.com>
parents:
7163
diff
changeset
|
67 |
6736
e411a7d6378c
[gaim-migrate @ 7268]
Christian Hammond <chipx86@chipx86.com>
parents:
6653
diff
changeset
|
68 |
6171 | 69 %clean |
70 rm -rf %{buildroot} | |
322 | 71 |
72 %files | |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
73 %defattr(-, root, root) |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
74 |
6171 | 75 %doc doc/the_penguin.txt doc/CREDITS doc/FAQ NEWS COPYING AUTHORS |
76 %doc README ChangeLog | |
77 %doc %{_mandir}/man1/* | |
7006 | 78 %doc %{_mandir}/man3*/* |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
79 |
6246 | 80 %dir %{_libdir}/gaim |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
81 %attr(755, root, root) %{_libdir}/gaim/* |
6171 | 82 %attr(755, root, root) %{_libdir}/libgaim-remote.so.* |
6736
e411a7d6378c
[gaim-migrate @ 7268]
Christian Hammond <chipx86@chipx86.com>
parents:
6653
diff
changeset
|
83 %attr(755, root, root) %{_libdir}/perl5 |
e411a7d6378c
[gaim-migrate @ 7268]
Christian Hammond <chipx86@chipx86.com>
parents:
6653
diff
changeset
|
84 |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
85 %{_bindir}/* |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
86 %{_datadir}/locale/*/*/* |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
87 %{_datadir}/pixmaps/* |
6246 | 88 %dir %{_datadir}/sounds/gaim |
4206
30b5741e4c87
[gaim-migrate @ 4442]
Christian Hammond <chipx86@chipx86.com>
parents:
4030
diff
changeset
|
89 %{_datadir}/sounds/gaim/* |
4030 | 90 %{_datadir}/applications/* |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
91 |
6171 | 92 %files devel |
93 | |
6994
830070d70f3c
[gaim-migrate @ 7550]
Christian Hammond <chipx86@chipx86.com>
parents:
6736
diff
changeset
|
94 %doc plugins/HOWTO |
6301 | 95 %doc HACKING PROGRAMMING_NOTES |
6171 | 96 |
97 %attr(755, root, root) %{_libdir}/libgaim-remote.la | |
6246 | 98 %dir %{_includedir}/gaim-remote |
6171 | 99 %{_includedir}/gaim-remote/*.h |
2224 | 100 |
101 %changelog | |
6246 | 102 * Sun Jul 20 2003 Bjoern Voigt <bjoern@cs.tu-berlin.de> |
103 - Added pkgconfig build dependency. | |
104 - if "%{_vendor}" != "MandrakeSoft" now also works with rpm 3.x. | |
105 - Added Gaim-specific directories to list of Gaim's files. | |
106 | |
6171 | 107 * Wed Jul 16 2003 Ethan Blanton <eblanton@cs.ohiou.edu> |
108 - Complete spec file rewrite to take advantage of "new" RPM features | |
109 and make things prettier. | |
110 - Use system-supplied %%{_prefix}, %%{_datadir}, etc. rather than | |
111 attempt to define our own. |