diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-27 05:37:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-27 05:37:41 +0000 |
commit | c8352a86a1ec1fe70ffd3b852463b1a4c9be73d0 (patch) | |
tree | b711c5ed5fcfc22cc650f11114ee52fae80271d5 /perl-MDK-Common.spec | |
parent | 6ab064d983971735835001abc2b8568871d6c00c (diff) | |
download | perl-MDK-Common-c8352a86a1ec1fe70ffd3b852463b1a4c9be73d0.tar perl-MDK-Common-c8352a86a1ec1fe70ffd3b852463b1a4c9be73d0.tar.gz perl-MDK-Common-c8352a86a1ec1fe70ffd3b852463b1a4c9be73d0.tar.bz2 perl-MDK-Common-c8352a86a1ec1fe70ffd3b852463b1a4c9be73d0.tar.xz perl-MDK-Common-c8352a86a1ec1fe70ffd3b852463b1a4c9be73d0.zip |
- use "our" instead of "use vars"
- add addVarsInSh() and addVarsInShMode()
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index 8cc3b10..234b937 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -40,7 +40,7 @@ Various verifying scripts created for DrakX %setup -n %{name} %build -make test %build_option +make %build_option %install rm -rf $RPM_BUILD_ROOT @@ -64,6 +64,14 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* 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) |