diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-20 10:41:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-20 10:41:32 +0000 |
commit | 5698207463d5140fd7d0c40d54f16f69ad10e280 (patch) | |
tree | b08ebb65485ec2207e1f90d6a8f965a03faa44fb | |
parent | a11c66d2c9176941c9243b0cb26f65030ec3bf4f (diff) | |
download | control-center-5698207463d5140fd7d0c40d54f16f69ad10e280.tar control-center-5698207463d5140fd7d0c40d54f16f69ad10e280.tar.gz control-center-5698207463d5140fd7d0c40d54f16f69ad10e280.tar.bz2 control-center-5698207463d5140fd7d0c40d54f16f69ad10e280.tar.xz control-center-5698207463d5140fd7d0c40d54f16f69ad10e280.zip |
don't uselessly bzip2 already compressed icons
-rw-r--r-- | drakconf.spec | 12 | ||||
-rw-r--r-- | drakconf16.png | bin | 0 -> 1264 bytes | |||
-rw-r--r-- | drakconf16.png.bz2 | bin | 1587 -> 0 bytes | |||
-rw-r--r-- | drakconf32.png | bin | 0 -> 2681 bytes | |||
-rw-r--r-- | drakconf32.png.bz2 | bin | 3127 -> 0 bytes | |||
-rw-r--r-- | drakconf48.png | bin | 0 -> 3865 bytes | |||
-rw-r--r-- | drakconf48.png.bz2 | bin | 4325 -> 0 bytes |
7 files changed, 6 insertions, 6 deletions
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 Binary files differnew file mode 100644 index 00000000..f5d62b11 --- /dev/null +++ b/drakconf16.png diff --git a/drakconf16.png.bz2 b/drakconf16.png.bz2 Binary files differdeleted file mode 100644 index 6542cff8..00000000 --- a/drakconf16.png.bz2 +++ /dev/null diff --git a/drakconf32.png b/drakconf32.png Binary files differnew file mode 100644 index 00000000..19189610 --- /dev/null +++ b/drakconf32.png diff --git a/drakconf32.png.bz2 b/drakconf32.png.bz2 Binary files differdeleted file mode 100644 index 344ac16f..00000000 --- a/drakconf32.png.bz2 +++ /dev/null diff --git a/drakconf48.png b/drakconf48.png Binary files differnew file mode 100644 index 00000000..26834f4e --- /dev/null +++ b/drakconf48.png diff --git a/drakconf48.png.bz2 b/drakconf48.png.bz2 Binary files differdeleted file mode 100644 index 8fa53105..00000000 --- a/drakconf48.png.bz2 +++ /dev/null |