comparison gaim.spec.in @ 3432:d40f96a0169b

[gaim-migrate @ 3459] Cool camels use Gaim! And even cowboys! Thanks, Etan. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Aug 2002 23:06:36 +0000
parents eb7b398051f2
children 5ed476196e4b
comparison
equal deleted inserted replaced
3431:bc9c71d74842 3432:d40f96a0169b
15 Vendor: Pimpin' Penguins 15 Vendor: Pimpin' Penguins
16 Url: http://gaim.sf.net/ 16 Url: http://gaim.sf.net/
17 Source: %{name}-%{version}.tar.gz 17 Source: %{name}-%{version}.tar.gz
18 Packager: Rob Flynn <rob@marko.net> 18 Packager: Rob Flynn <rob@marko.net>
19 BuildRoot: /var/tmp/%{name}-%{version}-root 19 BuildRoot: /var/tmp/%{name}-%{version}-root
20 Requires: gtk+ >= 1.2.5 20 Requires: gtk+ >= 2.0.0
21 21
22 %description 22 %description
23 Gaim allows you to talk to anyone using a variety of messaging 23 Gaim allows you to talk to anyone using a variety of messaging
24 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!, 24 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!,
25 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These 25 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These
29 Gaim supports many common features of other clients, as well as many 29 Gaim supports many common features of other clients, as well as many
30 unique features, such as perl scripting and C plugins. 30 unique features, such as perl scripting and C plugins.
31 31
32 Gaim is NOT affiliated with or endorsed by AOL. 32 Gaim is NOT affiliated with or endorsed by AOL.
33 33
34 %package applet
35 Summary: A Gnome based multiprotocol instant messaging applet
36 Group: Applications/Internet
37 Requires: gtk+ >= 1.2.5
38
39 %description applet
40 Gaim allows you to talk to anyone using a variety of messaging
41 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!,
42 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These
43 protocols are implemented using a modular, easy to use design.
44 To use a protocol, just load the plugin for it.
45
46 Gaim supports many common features of other clients, as well as many
47 unique features, such as perl scripting and C plugins.
48
49 The applet sits in your Gnome panel. It has all the same functionality
50 as the regular application but takes less desktop space.
51
52 Gaim is NOT affiliated with or endorsed by AOL.
53
54 %prep 34 %prep
55 %setup 35 %setup
56 36
57 %build 37 %build
58 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-gnome --disable-artsc 38 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-artsc
59 make 39 make
60 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi; 40 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi;
61 mkdir -p $RPM_BUILD_ROOT%{prefix} 41 mkdir -p $RPM_BUILD_ROOT%{prefix}
62 make prefix=$RPM_BUILD_ROOT%{prefix} install 42 make prefix=$RPM_BUILD_ROOT%{prefix} install
63 make -C src mostlyclean-compile 43 make -C src mostlyclean-compile
64 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --enable-distrib --disable-artsc 44 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --enable-distrib --disable-artsc
65 make -C src gaim_applet
66 45
67 %install 46 %install
68 make DESTDIR=$RPM_BUILD_ROOT prefix=%{prefix} sysconfdir=%{sysconfdir} install 47 make DESTDIR=$RPM_BUILD_ROOT prefix=%{prefix} sysconfdir=%{sysconfdir} install
69 48
70 %files 49 %files
74 %{prefix}/man/man1/gaim.1.gz 53 %{prefix}/man/man1/gaim.1.gz
75 %attr(755,root,root) %{prefix}/lib/gaim/* 54 %attr(755,root,root) %{prefix}/lib/gaim/*
76 %{prefix}/share/locale/*/*/* 55 %{prefix}/share/locale/*/*/*
77 %{prefix}/share/pixmaps/gaim.png 56 %{prefix}/share/pixmaps/gaim.png
78 %{prefix}/share/gnome/apps/Internet/gaim.desktop 57 %{prefix}/share/gnome/apps/Internet/gaim.desktop
79
80
81 %files applet
82 %defattr(-,root,root)
83 %attr(755,root,root) %{prefix}/bin/gaim_applet
84 %doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README ChangeLog plugins/PERL-HOWTO HACKING
85 %{prefix}/man/man1/gaim.1.gz
86 %{prefix}/lib/gaim/*
87 %{prefix}/share/locale/*/*/*
88 %{prefix}/share/pixmaps/gaim.png
89 %{prefix}/share/pixmaps/gaim/*
90 %{prefix}/share/gnome/apps/Internet/gaim.desktop
91 %{sysconfdir}/CORBA/servers/*
92 %{prefix}/share/applets/Network/*
93 58
94 %clean 59 %clean
95 rm -r $RPM_BUILD_ROOT 60 rm -r $RPM_BUILD_ROOT
96 61
97 %changelog 62 %changelog