public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Hans de Goede <jwrdegoede@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xfig] epel10.2: - Various small specfile cleanups from merge review
Date: Sat, 30 May 2026 14:28:04 GMT [thread overview]
Message-ID: <178015128441.1.2370798593097249197.rpms-xfig-476dfe6a4992@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xfig
Branch : epel10.2
Commit : 476dfe6a49927c3cc278745ade7a00ce8db315f8
Author : Hans de Goede <jwrdegoede@fedoraproject.org>
Date : 2008-11-08T20:15:55+00:00
Stats : +12/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xfig/c/476dfe6a49927c3cc278745ade7a00ce8db315f8?branch=epel10.2
Log:
- Various small specfile cleanups from merge review
---
diff --git a/xfig.spec b/xfig.spec
index 597a77c..f94e35d 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.5
-Release: 11%{?dist}
+Release: 12%{?dist}
License: MIT
Group: Applications/Multimedia
URL: http://www.xfig.org/
@@ -48,6 +48,7 @@ Requires: %{name}-common = %{version}-%{release}
Provides: %{name}-executable = %{version}-%{release}
# Xaw3d used to be the one in a subpackage, now the plain Xaw version is
Obsoletes: %{name}-Xaw3d < %{version}-%{release}
+Provides: %{name}-Xaw3d = %{version}-%{release}
%description
Xfig is an X Window System tool for creating basic vector graphics,
@@ -101,10 +102,12 @@ Files common to both the plain Xaw and the Xaw3d version of xfig.
%patch16 -p1
ln -nfs Doc/xfig.man xfig.man
find -type f -print0 | xargs -0 chmod -x
+sed -i.save 's/\r//g' Doc/html/index.html
+touch -r Doc/html/index.html.save Doc/html/index.html
rm `find Doc -name '*.orig'` Doc/html/*.save Doc/html/images/sav1a0.tmp
-sed -i 's/\r//g' Doc/html/index.html
for i in Doc/html/{new_features,new_features.3.2.4,bugs_fixed.3.2.4}.html; do
iconv -f ISO-8859-1 -t UTF8 $i > $i.UTF-8
+ touch -r $i $i.UTF-8
mv $i.UTF-8 $i
done
@@ -131,13 +134,17 @@ make XFIGDOCDIR=%{_docdir}/%{name}-%{version} \
%install
rm -rf %{buildroot}
-make DESTDIR=%{buildroot} XFIGDOCDIR=%{_docdir}/%{name}-%{version} install.all
+make DESTDIR=%{buildroot} XFIGDOCDIR=%{_docdir}/%{name}-%{version} \
+ INSTALL="install -p" install.all
# install the Xaw3d version and the wrapper for the .desktop file
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}-plain
install -p -m 755 %{SOURCE3} %{buildroot}%{_bindir}/%{name}
install -m 755 %{name}-Xaw3d %{buildroot}%{_bindir}
+# remove the map generation scripts, these are for xfig developers only
+rm %{buildroot}%{_datadir}/%{name}/Libraries/Maps/{USA,Canada}/assemble
+
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps \
%{buildroot}%{_datadir}/applications
@@ -190,6 +197,8 @@ fi
%changelog
+* Tue Nov 4 2008 Hans de Goede <hdegoede@redhat.com> 3.2.5-12
+- Various small specfile cleanups from merge review
* Mon Jul 14 2008 Ian Hutchinson <ihutch@mit.edu> 3.2.5-11
- Fix incorrect height of modepanel.
reply other threads:[~2026-05-30 14:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178015128441.1.2370798593097249197.rpms-xfig-476dfe6a4992@fedoraproject.org \
--to=jwrdegoede@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox