packages: otrs/otrs.spec - P perl(Net::SMTP::SSL) is stupid and bad

glen glen at pld-linux.org
Mon Dec 12 12:45:25 CET 2011


Author: glen                         Date: Mon Dec 12 11:45:25 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- P perl(Net::SMTP::SSL) is stupid and bad

---- Files affected:
packages/otrs:
   otrs.spec (1.92 -> 1.93) 

---- Diffs:

================================================================
Index: packages/otrs/otrs.spec
diff -u packages/otrs/otrs.spec:1.92 packages/otrs/otrs.spec:1.93
--- packages/otrs/otrs.spec:1.92	Fri Nov 18 14:41:54 2011
+++ packages/otrs/otrs.spec	Mon Dec 12 12:45:20 2011
@@ -4,6 +4,10 @@
 # - all otrs-var into /var/lib/otrs
 # - put cron in proper place
 # - write not so brain-damage init-script...
+# - do not provide system perl deps:
+#   perl-MailTools-2.08-1.noarch: required "perl(Net::SMTP::SSL)" is provided by the following packages:
+#   a) otrs-3.0.11-1.noarch
+#   b) perl-Net-SMTP-SSL-1.01-1.noarch
 %include	/usr/lib/rpm/macros.perl
 Summary:	The Open Ticket Request System
 Summary(pl.UTF-8):	Open Ticket Request System - otwarty system zgłaszania żądań
@@ -38,8 +42,9 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # This auto don't work , i'm lame
-%define		_noautoreq	'perl(Kernel::.*)'
-%define		_noautoprov	'perl(Kernel::.*)'
+%define		_noautoreq	perl(Kernel::.*)
+%define		_noautoprov	perl(Kernel::.*)
+
 %define		otrsdir		%{_datadir}/otrs
 %define		otrsuser	otrs
 %define		_webapps	/etc/webapps
@@ -376,6 +381,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.93  2011/12/12 11:45:20  glen
+- P perl(Net::SMTP::SSL) is stupid and bad
+
 Revision 1.92  2011/11/18 13:41:54  paszczus
 - added S: perl-PDF-API2, cleanup
 
@@ -418,7 +426,7 @@
 - paths fixed patch,
 
 Revision 1.78  2008-02-03 20:31:26  djrzulf
-- fixed %%dir,
+- fixed %dir,
 
 Revision 1.77  2008-02-03 11:15:35  djrzulf
 - now builds,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/otrs/otrs.spec?r1=1.92&r2=1.93&f=u



More information about the pld-cvs-commit mailing list