From 5698207463d5140fd7d0c40d54f16f69ad10e280 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Dec 2002 10:41:32 +0000 Subject: don't uselessly bzip2 already compressed icons --- drakconf.spec | 12 ++++++------ drakconf16.png | Bin 0 -> 1264 bytes drakconf16.png.bz2 | Bin 1587 -> 0 bytes drakconf32.png | Bin 0 -> 2681 bytes drakconf32.png.bz2 | Bin 3127 -> 0 bytes drakconf48.png | Bin 0 -> 3865 bytes drakconf48.png.bz2 | Bin 4325 -> 0 bytes 7 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 drakconf16.png delete mode 100644 drakconf16.png.bz2 create mode 100644 drakconf32.png delete mode 100644 drakconf32.png.bz2 create mode 100644 drakconf48.png delete mode 100644 drakconf48.png.bz2 diff --git a/drakconf.spec b/drakconf.spec index 0ffc78e8..295387e9 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -8,9 +8,9 @@ Release: 0.5mdk # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) Source0: %name-%version.tar.bz2 -Source1: drakconf16.png.bz2 -Source2: drakconf32.png.bz2 -Source3: drakconf48.png.bz2 +Source1: drakconf16.png +Source2: drakconf32.png +Source3: drakconf48.png License: GPL Group: System/Configuration/Other Url: http://www.mandrakelinux.com/en/cvs.php3 @@ -60,9 +60,9 @@ EOF #install menu icon mkdir -p %buildroot/{%_miconsdir,%_liconsdir} -bzcat %SOURCE1 > %buildroot/%_miconsdir/drakconf.png -bzcat %SOURCE2 > %buildroot/%_iconsdir/drakconf.png -bzcat %SOURCE3 > %buildroot/%_liconsdir/drakconf.png +isntall -m644 %SOURCE1 %buildroot/%_miconsdir/drakconf.png +isntall -m644 %SOURCE2 %buildroot/%_iconsdir/drakconf.png +isntall -m644 %SOURCE3 %buildroot/%_liconsdir/drakconf.png #this allow user to use drakconf ln -sf %_bindir/drakconf %buildroot/%_sbindir/drakconf diff --git a/drakconf16.png b/drakconf16.png new file mode 100644 index 00000000..f5d62b11 Binary files /dev/null and b/drakconf16.png differ diff --git a/drakconf16.png.bz2 b/drakconf16.png.bz2 deleted file mode 100644 index 6542cff8..00000000 Binary files a/drakconf16.png.bz2 and /dev/null differ diff --git a/drakconf32.png b/drakconf32.png new file mode 100644 index 00000000..19189610 Binary files /dev/null and b/drakconf32.png differ diff --git a/drakconf32.png.bz2 b/drakconf32.png.bz2 deleted file mode 100644 index 344ac16f..00000000 Binary files a/drakconf32.png.bz2 and /dev/null differ diff --git a/drakconf48.png b/drakconf48.png new file mode 100644 index 00000000..26834f4e Binary files /dev/null and b/drakconf48.png differ diff --git a/drakconf48.png.bz2 b/drakconf48.png.bz2 deleted file mode 100644 index 8fa53105..00000000 Binary files a/drakconf48.png.bz2 and /dev/null differ -- cgit v1.2.1