diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-11 12:11:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-11 12:11:14 +0000 |
commit | b48203bdf0a28d844d010c2f520cda0a17725cfe (patch) | |
tree | 62225725e506cc03f5eb75d843e6a1b13acb3e42 /rpm-mandriva-setup.spec | |
parent | 6d76bca2135cb35aa72e3b785945d10436d047d2 (diff) | |
download | rpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.tar rpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.tar.gz rpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.tar.bz2 rpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.tar.xz rpm-setup-b48203bdf0a28d844d010c2f520cda0a17725cfe.zip |
1.7-1mdk1.7
Diffstat (limited to 'rpm-mandriva-setup.spec')
-rw-r--r-- | rpm-mandriva-setup.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec index e1e80ac..3bbd63e 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,11 +1,10 @@ %define name rpm-mandriva-setup -%define version 1.6 +%define version 1.7 %define release %mkrel 1 -# This can be usefull for backport as rpm-4.2 -# provide the emacs-spec mode +# This can be useful for backport, as rpm-4.2 +# provides the emacs-spec mode %define have_emacsmodespec 1 - %if %mdkversion < 200600 %define have_emacsmodespec 0 %endif @@ -24,7 +23,7 @@ Url: http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/rpm-setup/ BuildRoot: %{_tmppath}/%{name}-buildroot %description -The Mandriva rpm configuration and scripts +The Mandriva rpm configuration and scripts. %package build Group: System/Configuration/Packaging @@ -92,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Oct 11 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.7-1mdk +- Insert a dependency on libperl.so for XS perl modules + * Thu Oct 6 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.6-1mdk - enable -debug packages for 2007 - build with -fasynchronous-unwind-tables on regular x86 too |