diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-15 09:21:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-15 09:21:12 +0000 |
commit | 6db8f32bd315ae235b1d7b53b491cc7a1e078080 (patch) | |
tree | 983d12151ccd0814b6cce8ae560ec204c91c2ac6 /perl-install/drakxtools.spec | |
parent | 0449880d2b7e903ab41ea37dbac76d61a804f5f9 (diff) | |
download | drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.tar drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.tar.gz drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.tar.bz2 drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.tar.xz drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.zip |
- add missing printer directory
- bump version to 9.1 like most of our packages
Diffstat (limited to 'perl-install/drakxtools.spec')
-rw-r--r-- | perl-install/drakxtools.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec index bdee38b27..4490792f4 100644 --- a/perl-install/drakxtools.spec +++ b/perl-install/drakxtools.spec @@ -1,7 +1,7 @@ Summary: The drakxtools (XFdrake, diskdrake, keyboarddrake, mousedrake...) Name: drakxtools -Version: 1.1.12 -Release: 1mdk +Version: 9.1 +Release: 0.1mdk Url: http://www.linux-mandrake.com/en/drakx.php3 Source0: %name-%version.tar.bz2 License: GPL @@ -207,6 +207,8 @@ my \$res = \$in->ask_okcancel(\$ARGV[0], \$ARGV[1], 1); EOF chmod +x $RPM_BUILD_ROOT{%_datadir/harddrake/*,%_sysconfdir/X11/xinit.d/harddrake2} +# temporary fix until we reenable this feature +rm -f $RPM_BUILD_ROOT%_sysconfdir/X11/xinit.d/harddrake2 %find_lang libDrakX cat libDrakX.lang >> %name.list @@ -286,6 +288,10 @@ file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && %_datadir/harddrak %config(noreplace) %_sysconfdir/logrotate.d/drakxtools-http %changelog +* Fri Nov 15 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.1-0.1mdk +- bump version +- add missing printer/ directory + * Thu Nov 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.12-1mdk - printerdrake cleanups - various perl lifting |