aboutsummaryrefslogtreecommitdiff
path: root/locale-en_BS.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-05 15:36:37 -0500
committerB. Stack <bgstack15@gmail.com>2022-03-05 15:36:37 -0500
commit36846794abebbb98bb0d960398ff55c66856c64a (patch)
tree75cbb4fc2795294276bfdd91fad93e2a6889131e /locale-en_BS.spec
parentinitial commit (diff)
downloadlocale-en_BS-36846794abebbb98bb0d960398ff55c66856c64a.tar.gz
locale-en_BS-36846794abebbb98bb0d960398ff55c66856c64a.tar.bz2
locale-en_BS-36846794abebbb98bb0d960398ff55c66856c64a.zip
add dpkg recipe and readme
Diffstat (limited to 'locale-en_BS.spec')
-rw-r--r--locale-en_BS.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/locale-en_BS.spec b/locale-en_BS.spec
index 398bb77..3c63411 100644
--- a/locale-en_BS.spec
+++ b/locale-en_BS.spec
@@ -27,8 +27,9 @@ Requires(preun): %{_localesdir}
BuildArch: noarch
%description
-This is a glibc locale for Stackrpms internal use. It modifies the time
-formats to make more sense than en_US.
+This en_BS locale fixes the en_US timestampes to make
+more sense. This is intended for internal use at
+Stackrpms locations.
%install
%{__install} -d %{buildroot}%{_localesdir} -m0755
bgstack15