2 |
%define name e-smith-base |
%define name e-smith-base |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.18.1 |
%define version 4.18.1 |
5 |
%define release 25 |
%define release 26 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
74 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
75 |
|
|
76 |
%changelog |
%changelog |
77 |
|
* Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.18.1-26 |
78 |
|
- Correct gettext type during build process [SME: 570] |
79 |
|
|
80 |
* Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.18.1-25 |
* Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.18.1-25 |
81 |
- Fix screen corruption in console [SME: 4155] |
- Fix screen corruption in console [SME: 4155] |
82 |
|
|
1373 |
mkdir -p root/etc/rc.d/rc1.d |
mkdir -p root/etc/rc.d/rc1.d |
1374 |
|
|
1375 |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES |
1376 |
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 |
1377 |
|
|
1378 |
mkdir -p root/etc/e-smith/locale |
mkdir -p root/etc/e-smith/locale |
1379 |
# Make the fr-ca link in %pre to ease upgrades |
# Make the fr-ca link in %pre to ease upgrades |