From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-December/020667.html | 134 +++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-December/020667.html (limited to 'zarb-ml/mageia-dev/2012-December/020667.html') diff --git a/zarb-ml/mageia-dev/2012-December/020667.html b/zarb-ml/mageia-dev/2012-December/020667.html new file mode 100644 index 000000000..a863dd1bf --- /dev/null +++ b/zarb-ml/mageia-dev/2012-December/020667.html @@ -0,0 +1,134 @@ + + + + [Mageia-dev] Big problem with a rpm => freeswitch + + + + + + + + + +

[Mageia-dev] Big problem with a rpm => freeswitch

+ D.Morgan + dmorganec at gmail.com +
+ Sun Dec 9 01:57:25 CET 2012 +

+
+ +
Hello,
+
+while looking to beta1 isos pbs i saw a pb with a rpm that shouldn't
+have been allowed to go in mageia cauldron. The package is freeswitch.
+
+First the spec file is "excuse me the word" awful ( see
+http://svnweb.mageia.org/packages/cauldron/freeswitch/current/SPECS/freeswitch.spec?revision=328996&view=markup
+)
+
+1- macro redefined
+2- Use of some LIBDIR PKGCONFIGDIR macros instead of using the std
+rpms macros  like :
+
+
+%define	PREFIX		%{_prefix}
+%define EXECPREFIX	%{_exec_prefix}
+%define BINDIR		%{_bindir}
+%define SBINDIR		%{_sbindir}
+%define LIBEXECDIR	%{_libexecdir}/%name
+%define SYSCONFDIR	%{_sysconfdir}/%name
+%define SHARESTATEDIR	%{_sharedstatedir}/%name
+%define LOCALSTATEDIR	%{_localstatedir}/lib/%name
+%define LIBDIR		%{_libdir}
+%define INCLUDEDIR	%{_includedir}
+
+
+3-  libs are in the main package
+4- the package can break other packages like firefox as it provides
+%{_libdir}/libnspr4.so
+
+
+I think this package must be removed from mageia as long as its
+packaging isn't cleaned and should be reviewed before being included
+in mageia in the future.
+
+WDYT ?
+
+Regards,
+D.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1