comparison gaim.spec.in @ 827:cc07bbd39472

[gaim-migrate @ 837] would help if it worked committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 01 Sep 2000 21:58:15 +0000
parents eaab8abda2c0
children a3fe1e6f4946
comparison
equal deleted inserted replaced
826:b8f6f1e8128e 827:cc07bbd39472
1 %define name @PACKAGE@ 1 %define name @PACKAGE@
2 %define version @VERSION@ 2 %define version @VERSION@
3 %define release 1 3 %define release 1
4 %define serial 1 4 %define serial 1
5 %define prefix /usr 5 %define prefix /usr
6 %define sysconfdir /etc
6 7
7 Summary: A client compatible with AOL's 'Instant Messenger' 8 Summary: A client compatible with AOL's 'Instant Messenger'
8 Name: %{name} 9 Name: %{name}
9 Version: %{version} 10 Version: %{version}
10 Release: %{release} 11 Release: %{release}
53 make 54 make
54 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi; 55 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi;
55 mkdir -p $RPM_BUILD_ROOT%{prefix} 56 mkdir -p $RPM_BUILD_ROOT%{prefix}
56 make prefix=$RPM_BUILD_ROOT%{prefix} install-strip 57 make prefix=$RPM_BUILD_ROOT%{prefix} install-strip
57 make distclean 58 make distclean
58 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=${prefix} --enable-distrib 59 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=${prefix} --sysconfdir=${sysconfdir} --enable-distrib
59 make 60 make
60 61
61 %install 62 %install
62 make prefix=$RPM_BUILD_ROOT%{prefix} install-strip 63 make prefix=$RPM_BUILD_ROOT%{prefix} sysconfdir=$RPM_BUILD_ROOT%{sysconfdir} install-strip
63 64
64 %files 65 %files
65 %defattr(-,root,root) 66 %defattr(-,root,root)
66 %attr(755,root,root) %{prefix}/bin/gaim 67 %{prefix}/bin/gaim
67 %doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog 68 %doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog
68 %{prefix}/lib/gaim/* 69 %attr(755,root,root) %{prefix}/lib/gaim/*
69 %{prefix}/share/locale/*/*/* 70 %{prefix}/share/locale/*/*/*
70 %{prefix}/share/pixmaps/gaim.xpm 71 %{prefix}/share/pixmaps/gaim.xpm
71 %{prefix}/share/gnome/apps/Internet/gaim.desktop 72 %{prefix}/share/gnome/apps/Internet/gaim.desktop
72 73
73 74
77 %doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog 78 %doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog
78 %{prefix}/lib/gaim/* 79 %{prefix}/lib/gaim/*
79 %{prefix}/share/locale/*/*/* 80 %{prefix}/share/locale/*/*/*
80 %{prefix}/share/sounds/gaim/* 81 %{prefix}/share/sounds/gaim/*
81 %{prefix}/share/pixmaps/gaim.xpm 82 %{prefix}/share/pixmaps/gaim.xpm
82 %{prefix}/share/pixmaps/gaim/gnome/*
83 %{prefix}/share/gnome/apps/Internet/gaim.desktop 83 %{prefix}/share/gnome/apps/Internet/gaim.desktop
84 /etc/CORBA/servers/* 84 %{sysconfdir}/CORBA/servers/*
85 %{prefix}/share/applets/Network/* 85 %{prefix}/share/applets/Network/*
86 /etc/sound/events/* 86 %{sysconfdir}/sound/events/*
87 87
88 %clean 88 %clean
89 rm -r $RPM_BUILD_ROOT 89 rm -r $RPM_BUILD_ROOT