Mercurial > pidgin
changeset 6995:dfc78aeca2d7
[gaim-migrate @ 7551]
Perl packages correctly now. Take that!
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 28 Sep 2003 18:57:19 +0000 |
parents | 830070d70f3c |
children | 5b1eab285cdd |
files | configure.ac gaim.spec.in |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sun Sep 28 18:06:20 2003 +0000 +++ b/configure.ac Sun Sep 28 18:57:19 2003 +0000 @@ -301,7 +301,7 @@ PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=`perl -e 'use Config; print $Config{prefix}'`" fi else - PERL_MM_PARAMS="INSTALLDIRS=vendor LIB=$withval" + PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=$withval" fi ])
--- a/gaim.spec.in Sun Sep 28 18:06:20 2003 +0000 +++ b/gaim.spec.in Sun Sep 28 18:57:19 2003 +0000 @@ -50,7 +50,8 @@ --includedir=%{_includedir} \ --libdir=%{_libdir} \ --mandir=%{_mandir} \ - --sysconfdir=%{_sysconfdir} + --sysconfdir=%{_sysconfdir} \ + --with-perl-lib=%{buildroot}%{_prefix} make %{?_smp_mflags} %install @@ -72,6 +73,7 @@ %doc doc/the_penguin.txt doc/CREDITS doc/FAQ NEWS COPYING AUTHORS %doc README ChangeLog %doc %{_mandir}/man1/* +%doc %{_mandir}/man3/* %dir %{_libdir}/gaim %attr(755, root, root) %{_libdir}/gaim/*