public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfig] epel10: workaround for utf8
@ 2026-05-30 14:25 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-05-30 14:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xfig
Branch : epel10
Commit : dd6f953f38eacd1b9320fd39f522927a6bd56876
Author : Than Ngo <than@fedoraproject.org>
Date : 2005-12-21T18:50:44+00:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xfig/c/dd6f953f38eacd1b9320fd39f522927a6bd56876?branch=epel10
Log:
workaround for utf8
---
diff --git a/xfig.spec b/xfig.spec
index 0bf3c35..1686caa 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -3,7 +3,7 @@
Summary: An X Window System tool for drawing basic vector graphics.
Name: xfig
Version: 3.2.4
-Release: 16
+Release: 17
License: Freeware
Group: Applications/Multimedia
URL: http://www.xfig.org/
@@ -88,6 +88,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/xfig %{buildroot}%{_bindir}/xfig.bin
cat > %{buildroot}%{_bindir}/%{name} <<EOF
#! /bin/sh
export XAPPLRESDIR=%{app_defaults_dir}
+export LANG=\${LANG%.UTF-8}
exec %{_bindir}/%{name}.bin
EOF
@@ -106,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
+* Wed Dec 21 2005 Than Ngo <than@redhat.com> 3.2.4-17
+- workaround for utf8
+
* Sun Dec 18 2005 Than Ngo <than@redhat.com> 3.2.4-16
- add correct app-defaults directory
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-30 14:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 14:25 [rpms/xfig] epel10: workaround for utf8 Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox