public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: cvsdist <cvsdist@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xfig] epel10: auto-import xfig-3.2.3d-2 from xfig-3.2.3d-2.src.rpm
Date: Sat, 30 May 2026 14:25:12 GMT	[thread overview]
Message-ID: <178015111215.1.17823349771169251709.rpms-xfig-0e0ec037f9a4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xfig
Branch : epel10
Commit : 0e0ec037f9a47d29719818d67b5e3b2583299dd8
Author : cvsdist <cvsdist@fedoraproject.org>
Date   : 2004-09-09T14:45:49+00:00
Stats  : +56/-30 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/xfig/c/0e0ec037f9a47d29719818d67b5e3b2583299dd8?branch=epel10

Log:
auto-import xfig-3.2.3d-2 from xfig-3.2.3d-2.src.rpm

---
diff --git a/.cvsignore b/.cvsignore
index d70f022..bd97913 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-xfig.3.2.3c.full.tar.gz
+xfig.3.2.3d.full.tar.gz

diff --git a/sources b/sources
index 11f08dd..2881ca2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc58cc0b0e61ac19c6a8b9fe4fc3e716  xfig.3.2.3c.full.tar.gz
+c6321efc1e2796e111b250c58de2f2e0  xfig.3.2.3d.full.tar.gz

diff --git a/xfig.spec b/xfig.spec
index 28132e7..cbc6cc8 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -1,23 +1,21 @@
 Summary: An X Window System tool for drawing basic vector graphics.
 Name: xfig
-Version: 3.2.3c
-Release: 8.0ppc
+Version: 3.2.3d
+Release: 2
 Copyright: Freeware
 Group: Applications/Multimedia
 Source0: http://www.xfig.org/xfigdist/xfig.%{version}.full.tar.gz
 Source1: xfig.png
 Source2: xfig.desktop
-Patch0: xfig.3.2.3c-printer.patch
-Patch1: xfig.3.2.3c-redhat.patch
-Patch2: xfig.3.2.3c-f_read.patch
-Patch3: xfig.3.2.3c-i18n.patch
-Patch4: xfig.3.2.3c-lns.patch
-Patch5: xfig.3.2.3c-moz.patch
+Patch0: xfig.3.2.3c-redhat.patch
+Patch1: xfig.3.2.3c-i18n.patch
+Patch2: xfig.3.2.3c-browser.patch
+Patch3: xfig.3.2.3d-fhs.patch
+Patch4: xfig.3.2.3d-misc.patch
+Patch5: xfig.3.2.3d-imake.patch
 URL: http://www.xfig.org/
-Requires: transfig >= 3.2.3c, xpdf, ImageMagick, aspell
-%ifnarch s390 ppc
-Requires: /usr/bin/netscape
-%endif
+Requires: transfig >= 3.2.3d, xpdf, ImageMagick, aspell
+Requires: htmlview
 Buildroot: %{_tmppath}/%{name}-root
 
 %description
@@ -32,24 +30,27 @@ graphics.
 
 %prep
 %setup -q -n xfig.%{version}
-%patch0 -p1 -b .printer
-%patch1 -p1 -b .redhat
-%patch2 -p1 -b .f_read
-%patch3 -p1 -b .i18n
-%patch4 -p1 -b .lns
-%patch5 -p1 -b .moz
+%patch0 -p1 -b .redhat
+%patch1 -p1 -b .i18n
+%patch2 -p1 -b .browser
+%patch3 -p1 -b .fhs
+%patch4 -p1 -b .misc
+%patch5 -p1 -b .imake
 
 %build
-xmkmf -a
-make
+export PATH=$PATH:/usr/X11R6/bin
+xmkmf
+ln -nfs Doc/xfig.man xfig.man
+make DOCDIR=%{_docdir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make DESTDIR=$RPM_BUILD_ROOT install install.man
+make DESTDIR=$RPM_BUILD_ROOT DOCDIR=%{_docdir} install install.all
+
+mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Graphics \
+        $RPM_BUILD_ROOT/usr/share/pixmaps
 
-mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Graphics
-mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
 install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/pixmaps
 install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/X11/applnk/Graphics
 
@@ -59,15 +60,40 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root)
 /usr/X11R6/bin/*
-/usr/X11R6/lib/X11/xfig/*
+/usr/X11R6/lib/X11/%{name}/*
 /usr/X11R6/man/*/*
-/usr/share/pixmaps/xfig.png
+/usr/share/pixmaps/%{name}.png
+%doc %{_docdir}/%{name}
 /usr/X11R6/lib/X11/app-defaults/*
-%config /etc/X11/applnk/Graphics/xfig.desktop
+%config /etc/X11/applnk/Graphics/%{name}.desktop
 
 %changelog
-* Tue Jul 30 2002 Guy Streeter <streeter@redhat.com>
-- don't require netscape for ppc
+* Tue Jul 03 2001 Than Ngo <than@redhat.com>
+- fix export to eps when i18n set (bug #45114)
+- requires transfig-3.2.3d
+
+* Fri Jun 15 2001 Than Ngo <than@redhat.com>
+- update to 3.2.3d release
+
+* Tue Jun 12 2001 Than Ngo <than@redhat.com>
+- fix to build against XFree86-4.1.0
+
+* Tue May 29 2001 Than Ngo <than@redhat.com>
+- update to 3.2.3d beta2 fixes (Bug #42597, #42556)
+- fix bug when LANG is set, launching help gives a spurious error (Bug #42596)
+- fix bug in resource setting (Bug #42595)
+- remove some patches, which are included in 3.2.3d beta2
+- fix wrong version number
+- use make install.all
+- fix fhs problem
+
+* Wed May  9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- Don't require Netscape at all - use htmlview (which automatically launches
+  Netscape, Mozilla or Konqueror depending on what is installed/running).
+  No need to depend on proprietary stuff...
+
+* Thu Apr 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
+- do the same for s390x
 
 * Sat Jan 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
 - only require /usr/bin/netscape if not on S390

                 reply	other threads:[~2026-05-30 14:25 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=178015111215.1.17823349771169251709.rpms-xfig-0e0ec037f9a4@fedoraproject.org \
    --to=cvsdist@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