Mercurial > pidgin.yaz
comparison gaim.spec.in @ 13179:5adc0c9da9f3
[gaim-migrate @ 15542]
SF Patch #1265514
This patch adds intltool integration. It works here; let me know if it breaks anything for you.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 08 Feb 2006 07:44:23 +0000 |
parents | 4326a5748c07 |
children | 7df94dba7ab8 |
comparison
equal
deleted
inserted
replaced
13178:35190e33a785 | 13179:5adc0c9da9f3 |
---|---|
143 | 143 |
144 %prep | 144 %prep |
145 %setup -q -n %{name}-@VERSION@ | 145 %setup -q -n %{name}-@VERSION@ |
146 | 146 |
147 %build | 147 %build |
148 libtoolize -c -f --automake | |
149 intltoolize --force --copy | |
150 aclocal $ACLOCAL_FLAGS | |
151 automake -a -c -f | |
152 autoconf | |
148 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ | 153 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ |
149 --bindir=%{_bindir} \ | 154 --bindir=%{_bindir} \ |
150 --datadir=%{_datadir} \ | 155 --datadir=%{_datadir} \ |
151 --includedir=%{_includedir} \ | 156 --includedir=%{_includedir} \ |
152 --libdir=%{_libdir} \ | 157 --libdir=%{_libdir} \ |