aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2000-01-27 14:50:51 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2000-01-27 14:50:51 +0000
commit5e523108795c0252cd0b6656ac7c3020bd2bf5a9 (patch)
treeb6ca9077eb8a1383bc9e1f6b0f40e50c63aaf157
parent2de77cd80d826eee4e842a05f2658884cf045e1a (diff)
downloadcommon-data-5e523108795c0252cd0b6656ac7c3020bd2bf5a9.tar
common-data-5e523108795c0252cd0b6656ac7c3020bd2bf5a9.tar.gz
common-data-5e523108795c0252cd0b6656ac7c3020bd2bf5a9.tar.bz2
common-data-5e523108795c0252cd0b6656ac7c3020bd2bf5a9.tar.xz
common-data-5e523108795c0252cd0b6656ac7c3020bd2bf5a9.zip
"Seethechangelog"
-rw-r--r--ChangeLog4
-rw-r--r--mandrake_desk.spec10
2 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b1ce269..3295a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-01-27 Chmouel Boudjnah <chmouel@mandrakesoft.com>
+ * mandrake_desk.spec: Remove the mandrake_background.xpm
+ * backgrounds/mandrake_background_*: add background from helene.
+
2000-01-10 Pixel <pixel@mandrakesoft.com>
* icons/mini/hd_umount.xpm: renamed in hd_unmount.xpm (for coherence)
diff --git a/mandrake_desk.spec b/mandrake_desk.spec
index c7c13b6..ead3a6b 100644
--- a/mandrake_desk.spec
+++ b/mandrake_desk.spec
@@ -1,7 +1,7 @@
# DO NOT MODIFY THE VERSION HERE, modify in the CVS
%define version 1.0.1
#
-%define release 17mdk
+%define release 18mdk
%define name mandrake_desk
Summary: The Desktop configuration files for Linux Mandrake.
@@ -16,7 +16,6 @@ BuildRoot: /tmp/%{name}-buildroot
# http://www.linuxmandrake.com/en/cvs.php3)
Source: mandrake_desk-%{version}.tar.bz2
BuildArchitectures: noarch
-BuildRequires: /usr/X11R6/bin/convert
%description
This package contains useful icons background and .kdelnk files for
@@ -31,9 +30,6 @@ rm -rf $RPM_BUILD_ROOT
%install
make install RPM_BUILD_ROOT=$RPM_BUILD_ROOT
-pushd $RPM_BUILD_ROOT/usr/share/pixmaps/backgrounds/mandrake && {
- for i in *.jpg ; do /usr/X11R6/bin/convert $i `basename $i .jpg`.xpm ; done
-} && popd
rm -f special/mandrake-small.xpm
%clean
@@ -58,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/man/*/*
%changelog
+* Thu Jan 27 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.0.1-18mdk
+- backgrounds/mandrake_background_*: add background from helene.
+- mandrake_desk.spec: Remove the mandrake_background.xpm
+
* Mon Jan 10 2000 Pixel <pixel@mandrakesoft.com>
- icons/mini/hd_umount.xpm: renamed in hd_unmount.xpm (for coherence)