irssi.spec: Reduce Perl dir ownership and add MODULE_COMPAT dependency.
(#143703)
This commit is contained in:
parent
00f83e3eed
commit
1f479986e7
11
irssi.spec
11
irssi.spec
@ -3,7 +3,7 @@
|
||||
Summary: Modular text mode IRC client with Perl scripting
|
||||
Name: irssi
|
||||
Version: 0.8.9
|
||||
Release: 4
|
||||
Release: 5
|
||||
Epoch: 0
|
||||
License: GPL
|
||||
Group: Applications/Communications
|
||||
@ -18,6 +18,8 @@ BuildRequires: ncurses-devel openssl-devel zlib-devel pkgconfig gc-devel
|
||||
%{?_with_glib1:BuildRequires: glib-devel}
|
||||
%{!?_with_glib1:BuildRequires: glib2-devel}
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
%description
|
||||
@ -73,10 +75,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/*.txt docs/*.html AUTHORS COPYING NEWS README TODO convert-replace-trigger.pl
|
||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||
%dir %{_libdir}/perl*/*
|
||||
%dir %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
|
||||
%dir %{perl_vendorarch}
|
||||
%dir %{perl_vendorarch}/auto
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/botti
|
||||
%{_datadir}/%{name}
|
||||
@ -88,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri Dec 24 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 0:0.8.9-5
|
||||
- Reduce Perl dir ownership and add MODULE_COMPAT dependency.
|
||||
|
||||
* Fri Apr 2 2004 Dams <anvil[AT]livna.org> 0:0.8.9-0.fdr.4
|
||||
- Rebuilt to use new perl to prevent random segmentation fault at load
|
||||
time
|
||||
|
Loading…
Reference in New Issue
Block a user