diff options
author | John Gotts <jgotts@src.gnome.org> | 2001-05-30 06:14:23 +0000 |
---|---|---|
committer | John Gotts <jgotts@src.gnome.org> | 2001-05-30 06:14:23 +0000 |
commit | 255ad83e81df1d4ae928530940c078dbe4ca2d50 (patch) | |
tree | 7826319d50dac9322bc61b11a778c8aaa3b332aa | |
parent | 908f1ea2d5f27fe0956219333b2a3ef24da83db4 (diff) |
Added new omf directory, though there may need to be more work to be done
post-install.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gnome-applets.spec.in | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2001-05-30 John Gotts <jgotts@linuxsavvy.com> + + * gnome-applets.spec.in: Added new omf directory. + 2001-04-07 Manuel de Vega Barreiro <mbarreiro@red.madritel.es> New Spanish trasnlations diff --git a/gnome-applets.spec.in b/gnome-applets.spec.in index 4710781ca..d1e7fef6c 100644 --- a/gnome-applets.spec.in +++ b/gnome-applets.spec.in @@ -127,7 +127,7 @@ function BuildFiles() { sed "s:^$RPM_BUILD_ROOT%{_prefix}/share::g"` ; do echo $i case $i in - /applets|/asclock|/clockmail|/geyes|/gnome|/gweather|/odometer|/sound-monitor|/pixmaps|/tickastat|/xmodmap) + /applets|/asclock|/clockmail|/geyes|/gnome|/gweather|/odometer|/sound-monitor|/pixmaps|/tickastat|/xmodmap|/omf) ProcessDir $RPM_BUILD_ROOT%{_prefix}/share$i %{name}.files "0444, bin, bin, 0555" ;; @@ -149,4 +149,3 @@ BuildFiles %files -f %{name}.files %doc AUTHORS COPYING ChangeLog NEWS README - |