Mercurial > pidgin.yaz
comparison gaim.spec.in @ 606:eaab8abda2c0
[gaim-migrate @ 616]
ok, a few changes.
1) --enable-gnome (which is the default) can make sounds go through gnome,
which means they're configurable. they can still go through gaim.
2) --enable-gnome will also install the necessary files to make sounds
through gnome work.
3) the rpm will be built without gnome; if a distributor later wants to
require gnome that's up to them.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 04 Aug 2000 17:13:54 +0000 |
parents | 8086ed233742 |
children | cc07bbd39472 |
comparison
equal
deleted
inserted
replaced
605:1dbc72baf900 | 606:eaab8abda2c0 |
---|---|
47 | 47 |
48 %prep | 48 %prep |
49 %setup | 49 %setup |
50 | 50 |
51 %build | 51 %build |
52 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} | 52 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-gnome |
53 make | 53 make |
54 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi; | 54 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi; |
55 mkdir -p $RPM_BUILD_ROOT%{prefix} | 55 mkdir -p $RPM_BUILD_ROOT%{prefix} |
56 make prefix=$RPM_BUILD_ROOT%{prefix} install-strip | 56 make prefix=$RPM_BUILD_ROOT%{prefix} install-strip |
57 make distclean | 57 make distclean |
68 %{prefix}/lib/gaim/* | 68 %{prefix}/lib/gaim/* |
69 %{prefix}/share/locale/*/*/* | 69 %{prefix}/share/locale/*/*/* |
70 %{prefix}/share/pixmaps/gaim.xpm | 70 %{prefix}/share/pixmaps/gaim.xpm |
71 %{prefix}/share/gnome/apps/Internet/gaim.desktop | 71 %{prefix}/share/gnome/apps/Internet/gaim.desktop |
72 | 72 |
73 | |
73 %files applet | 74 %files applet |
74 %defattr(-,root,root) | 75 %defattr(-,root,root) |
75 %attr(755,root,root) %{prefix}/bin/gaim_applet | 76 %attr(755,root,root) %{prefix}/bin/gaim_applet |
76 %doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog | 77 %doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog |
77 %{prefix}/lib/gaim/* | 78 %{prefix}/lib/gaim/* |
78 %{prefix}/share/locale/*/*/* | 79 %{prefix}/share/locale/*/*/* |
79 %{prefix}/share/sounds/gaim/* | 80 %{prefix}/share/sounds/gaim/* |
80 %{prefix}/share/pixmaps/gaim.xpm | 81 %{prefix}/share/pixmaps/gaim.xpm |
81 %{prefix}/share/pixmaps/gaim/gnome/* | 82 %{prefix}/share/pixmaps/gaim/gnome/* |
82 %{prefix}/share/gnome/apps/Internet/gaim.desktop | 83 %{prefix}/share/gnome/apps/Internet/gaim.desktop |
84 /etc/CORBA/servers/* | |
85 %{prefix}/share/applets/Network/* | |
86 /etc/sound/events/* | |
83 | 87 |
84 %clean | 88 %clean |
85 rm -r $RPM_BUILD_ROOT | 89 rm -r $RPM_BUILD_ROOT |