Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > main-testing-src > by-pkgid > 73bfe473951dc54d5fd6296305e9006e > files > 3

perl-MDK-Common-1.2.14-2mdv2009.0.src.rpm

%define version 1.2.14
%define release %mkrel 2

Summary: Various simple functions
Name: perl-MDK-Common
Version: %{version}
Release: %{release}
URL: http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/perl-MDK-Common/
Source0: MDK-Common-%version.tar.bz2
Patch0: quoteForSh.patch
Patch1: parseComments.patch
License: GPL
Group: Development/Perl
Conflicts: drakxtools-newt < 9.1-30mdk, drakconf < 9.1-14mdk
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch

%description
Various simple functions created for DrakX

%prep
%setup -q -n MDK-Common-%{version}
%patch0 -p0
%patch1 -p0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING tutorial.html 
%{perl_vendorlib}/MDK
%{_mandir}/man*/*




%changelog
* Tue Jun 09 2009 Eugeni Dodonov <eugeni@mandriva.com> 1.2.14-2mdv2009.0
+ Revision: 384420
- Correctly handling '#' when loading shell variables (#50670, #51457).

* Wed Mar 11 2009 Security Team <security@mandriva.com> 1.2.14-1.1mdv2009.0
+ Revision: 353849
- P0: Special characters not properly protected in setVarsInShMode

  + root <root>
    - Branching 2009.0 release for updates.

* Wed Oct 01 2008 Pixel <pixel@mandriva.com> 1.2.14-1mdv2009.0
+ Revision: 290314
- 1.2.14:
- round_up(), round_down(): workaround "Illegal modulus zero" (#43165)

* Tue Sep 09 2008 Pixel <pixel@mandriva.com> 1.2.13-1mdv2009.0
+ Revision: 283136
- 1.2.13: export cat_utf8() and cat_utf8_or_die()

* Wed Jun 18 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.2.12-2mdv2009.0
+ Revision: 223817
- rebuild

* Thu Apr 03 2008 Olivier Blin <oblin@mandriva.com> 1.2.12-1mdv2008.1
+ Revision: 192186
- 1.2.12
- fix crash introduced in previous release

* Thu Apr 03 2008 Olivier Blin <oblin@mandriva.com> 1.2.11-1mdv2008.1
+ Revision: 192038
- 1.2.11
- workaround glibc misconfiguration that make users listed twice
  (#34279)

* Fri Jan 18 2008 Pixel <pixel@mandriva.com> 1.2.10-1mdv2008.1
+ Revision: 154681
- 1.2.10: modify before_leaving() to be compatible with perl 5.10.0

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Tue Sep 11 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.2.9-1mdv2008.0
+ Revision: 84348
- fix including the doc of sub-modules

* Tue Sep 04 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.2.8-1mdv2008.0
+ Revision: 79343
- make formatError() work with any modules (fixing installer bug #33131)

* Thu Aug 09 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.2.7-1mdv2008.0
+ Revision: 60753
- fix installer breakage

* Mon Aug 06 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.2.6-1mdv2008.0
+ Revision: 59370
- make find_index() pinpoint the actual bug (ie the caller)
- make formatError() safer (managing exceptions containing " at ")

* Wed May 30 2007 Pixel <pixel@mandriva.com> 1.2.5-1mdv2008.0
+ Revision: 32767
- new release, 1.2.5
- enhance fuzzy_pidofs() to handle kernel processes


* Mon Sep 04 2006 Pixel <pixel@mandriva.com> 1.2.3-1mdv2007.0
- setVarsInSh: fix writing "|" in sh config files

* Tue Jan 03 2006 Pixel <pixel@mandriva.com> 1.2.2-1mdk
- better fix for syscall.ph used somewhere else

* Thu Dec 22 2005 Thierry Vignaud <tvignaud@mandriva.com> 1.2.1-1mdk
- fix syscall()

* Fri Nov 25 2005 Pixel <pixel@mandriva.com> 1.2-1mdk
- MDK::Common::Globals removed
- simplified version number
- perl-MDK-Common-devel replaced by package perl_checker,
  => perl-MDK-Common is a simple perl package, no more requiring ocaml
  => noarch

* Mon May 30 2005 Pixel <pixel@mandriva.com> 1.1.24-1mdk
- fix openFileMaybeCompressed() catMaybeCompressed() when file names contain spaces (bugzilla #16172)

* Thu May 19 2005 Pixel <pixel@mandriva.com> 1.1.23-1mdk
- use "our" instead of "use vars"
- add addVarsInSh() and addVarsInShMode()

* Wed Feb 16 2005 Pixel <pixel@mandrakesoft.com> 1.1.22-2mdk
- no need to call "make test", "make" is doing all what's needed
  (and otherwise MDK/Common.pm is not generated when needed due to missing dependencies)

* Tue Feb 15 2005 Pixel <pixel@mandrakesoft.com> 1.1.22-1mdk
- fix building doc without buildrequiring perl-MDK-Common (thanks to Gary L. Greene)

* Thu Dec 23 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.21-1mdk
- MDK::Common::File: add secured_output() (secured version of output())
- MDK::System: make setVarsInShMode be paranoid for all files in /home
  (anthill #1226)

* Fri Nov 26 2004 Pixel <pixel@mandrakesoft.com> 1.1.20-2mdk
- new checks in perl_checker

* Tue Nov 16 2004 Pixel <pixel@mandrakesoft.com> 1.1.20-1mdk
- MDK::Common::File : add all_files_rec()

* Mon Nov 15 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.1.19-2mdk
- rebuild for new perl

* Wed Nov 10 2004 Pixel <pixel@mandrakesoft.com> 1.1.19-1mdk
- MDK::System: fix cp_with_option() which called cp_af() recursively, loosing the specific options
- MDK::System: add distrib() to get company, system (e.g. Mandrakelinux) and product (e.g. 10.1)
- various perl_checker enhancements/fixes

* Mon Sep 06 2004 Pixel <pixel@mandrakesoft.com> 1.1.18-1mdk
- more flexible typeFromMagic

* Wed Aug 18 2004 Pixel <pixel@mandrakesoft.com> 1.1.17-3mdk
- use DESTDIR
- add perl_checker-vim
- add Ctrl-return in perl and cperl emacs mode
- fake Getopt::Long

* Wed Aug 11 2004 Pixel <pixel@mandrakesoft.com> 1.1.17-2mdk
- various perl_checker enhancements/fixes

* Wed Aug 04 2004 Pixel <pixel@mandrakesoft.com> 1.1.17-1mdk
- setVarsInSh() now tries to use quoting only when really needed,
  otherwise it breaks program parsing the generated file (eg: /usr/sbin/autologin)

* Mon Aug 02 2004 Pixel <pixel@mandrakesoft.com> 1.1.16-1mdk
- MDK::Common::System: whereis_binary() can now handle prefix

* Fri Jul 23 2004 Pixel <pixel@mandrakesoft.com> 1.1.15-2mdk
- workaround bug in ocaml on ultrasparc 
  (can't catch exception "Fatal error: out-of-bound access in array or string" in native code)

* Thu Jul 22 2004 Pixel <pixel@mandrakesoft.com> 1.1.15-1mdk
- add begins_with in MDK::Common::String

* Mon Jul 05 2004 Pixel <pixel@mandrakesoft.com> 1.1.14-1mdk
- more perlish behaviour for to_int() and to_float()
  (skipping leading spaces)

* Mon Jun 28 2004 Pixel <pixel@mandrakesoft.com> 1.1.13-1mdk
- fix single/quote handling in getVarsFromSh()
- setVarsInSh() now handles characters $, ', \" and spaces in the value
- fix cp_af() for symlinks to directories

* Mon May 10 2004 Pixel <pixel@mandrakesoft.com> 1.1.12-1mdk
- many perl_checker enhancements and cleanup

* Wed Apr 07 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.11-4mdk
- pixel:
  o add perl_checker.html
  o add testsuite
  o cp_af() now handles devices (block and character)
  o fix detecting of boolean context vs scalar context
  o fix some warning
  o in "$a ? $a : xxx", "xxx" can need short circuit
  o recognize "-c" function
  o turn some errors to warnings
- perl_checker's faked packages:
  o sync with glib/gtk+ 2.4.0
  o support Gnome2 and Gnome2::Vte too

* Thu Mar 11 2004 Pixel <pixel@mandrakesoft.com> 1.1.11-3mdk
- cp_af() now handles devices (mknod)

* Fri Feb 13 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.10-2mdk
- update gtk2-perl binding fake package

* Tue Jan 13 2004 Pixel <pixel@mandrakesoft.com> 1.1.11-1mdk
- sync perl_checker_fake_packages/{Glib,Gtk2}.pm
- perl_checker: fix build time overflow in cache

* Fri Jan 09 2004 Pixel <pixel@mandrakesoft.com> 1.1.10-2mdk
- perl_checker: entries in generated pot file are sorted by files

* Wed Jan 07 2004 Pixel <pixel@mandrakesoft.com> 1.1.10-1mdk
- add whereis_binary()

* Mon Jan 05 2004 Pixel <pixel@mandrakesoft.com> 1.1.9-1mdk
- many perl_checker enhancements

* Tue Dec 16 2003 Pixel <pixel@mandrakesoft.com> 1.1.8-4mdk
- MDK::Common::File::cp_f() added

* Tue Nov 18 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.8-3mdk
- perl_checker --generate-pot: unescape "$" & "@" caracters
- substInFile: if file is a symlink, make sure it stays a symlink

* Mon Nov 10 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.8-2mdk
- fix path in po generated from sources

* Wed Oct 15 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 1.1.8-1mdk
- add uniq_ (uniq but according to some code results on each value)

* Fri Sep 19 2003 Pixel <pixel@mandrakesoft.com> 1.1.7-1mdk
- read_gnomekderc() & update_gnomekderc() will now handle key=value where key
can contain spaces
- export cat_or_die()