2 |
%define name e-smith-base |
%define name e-smith-base |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.19.0 |
%define version 4.19.0 |
5 |
%define release 4 |
%define release 5 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
56 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
57 |
|
|
58 |
%changelog |
%changelog |
59 |
|
* Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5 |
60 |
|
- Correct gettext type during build process [SME: 570] |
61 |
|
|
62 |
* Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4 |
* Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4 |
63 |
- Fix screen corruption in console [SME: 4155] |
- Fix screen corruption in console [SME: 4155] |
64 |
|
|
1338 |
mkdir -p root/etc/rc.d/rc1.d |
mkdir -p root/etc/rc.d/rc1.d |
1339 |
|
|
1340 |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
1341 |
xgettext -L shell -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console |
xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console |
1342 |
|
|
1343 |
mkdir -p root/etc/e-smith/locale |
mkdir -p root/etc/e-smith/locale |
1344 |
# Make the fr-ca link in %pre to ease upgrades |
# Make the fr-ca link in %pre to ease upgrades |