devel/irssi irssi.spec,1.4,1.5

Dams Nade (anvil) fedora-extras-commits at redhat.com
Sat Jan 29 16:42:15 UTC 2005


Author: anvil

Update of /cvs/extras/devel/irssi
In directory cvs.fedora.redhat.com:/tmp/cvs-serv11368

Modified Files:
	irssi.spec 
Log Message:
irssi.spec: Reduce Perl dir ownership and add MODULE_COMPAT dependency. (#143703)


Index: irssi.spec
===================================================================
RCS file: /cvs/extras/devel/irssi/irssi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- irssi.spec	10 Dec 2004 22:03:04 -0000	1.4
+++ irssi.spec	29 Jan 2005 16:42:13 -0000	1.5
@@ -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 @@
 %{?_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 @@
 %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 @@
 # ----------------------------------------------------------------------------
 
 %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




More information about the fedora-extras-commits mailing list