Mercurial > pidgin
changeset 8115:2a9e8ba61ec7
[gaim-migrate @ 8819]
We had a manual strip in the RPM spec due to some systems not properly
stripping the RPMs when building ... this appears to be due to a
missing elfutils package (at least on my system), and so since it is
fixable I am removing the manual strip -- this gets us back to working
-debuginfo RPMs, which I think are a fantastic idea.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Thu, 15 Jan 2004 22:55:09 +0000 |
parents | 7a6e30eb7aad |
children | 761caeb8583e |
files | gaim.spec.in |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gaim.spec.in Thu Jan 15 22:53:07 2004 +0000 +++ b/gaim.spec.in Thu Jan 15 22:55:09 2004 +0000 @@ -65,8 +65,6 @@ install rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/*/*/perllocal.pod -strip %{buildroot}%{_libdir}/{*.so*,%{name}/*.so} || : - %clean rm -rf %{buildroot} @@ -101,6 +99,11 @@ %{_includedir}/gaim-remote/*.h %changelog +* Thu Jan 15 2004 Ethan Blanton <eblanton@cs.ohiou.edu> +- Removed the manual strip command, as it seems to be unwarranted if + the necessary programs are properly installed. (For me, this was + elfutils.) + * Sun Jul 20 2003 Bjoern Voigt <bjoern@cs.tu-berlin.de> - Added pkgconfig build dependency. - if "%{_vendor}" != "MandrakeSoft" now also works with rpm 3.x.