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.2: auto-import changelog data from xfig-3.2.3c-8.src.rpm
Date: Sat, 30 May 2026 14:27:41 GMT	[thread overview]
Message-ID: <178015126121.1.10634586162513739886.rpms-xfig-7c80e14f7649@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xfig
            Branch : epel10.2
            Commit : 7c80e14f76490ff3ba596275124abd80edc69f94
            Author : cvsdist <cvsdist@fedoraproject.org>
            Date   : 2004-09-09T14:44:25+00:00
            Stats  : +80/-29 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/xfig/c/7c80e14f76490ff3ba596275124abd80edc69f94?branch=epel10.2

            Log:
            auto-import changelog data from xfig-3.2.3c-8.src.rpm
Sat Jan 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- only require /usr/bin/netscape if not on S390
Wed Dec 20 2000 Yukihiro Nakai <ynakai@redhat.com>
- Delete enable_japanese macro and set i18n default.
- Fix Japanese translation in .desktop file
Mon Nov 20 2000 Than Ngo <than@redhat.com>
- rebuilt to fix bad dir perms
Thu Nov 09 2000 Than Ngo <than@redhat.com>
- fixed f_read, which made xfig stop reading the file after removing such
    bad objects.
Fri Oct 13 2000 Preston Brown <pbrown@redhat.com>
- improved .desktop entry

---
diff --git a/xfig.desktop b/xfig.desktop
new file mode 100644
index 0000000..ed58558
--- /dev/null
+++ b/xfig.desktop
@@ -0,0 +1,46 @@
+[Desktop Entry]
+Exec=xfig
+Icon=xfig
+Type=Application
+Name=Xfig
+Name[eo]=XDesegno
+Name[et]=Ffig
+Name[ja]=xfig
+Name[no]=X-figur
+Comment=Xfig drawing application
+Comment[bg]=Xfig ïðîãðàìà çà ðèñóâàíå
+Comment[ca]=Aplicació de dibuix Xfig
+Comment[cs]=Aplikace pro kreslení vektorových obrázků
+Comment[da]=Xfig tegneprogram
+Comment[de]=Xfig-Zeichenprogramm
+Comment[el]=Εφαρμογή ζωγραφικής Xfig
+Comment[eo]=Desegnilo "Xfig"
+Comment[es]=Aplicación de diseño vectorial (objetos)
+Comment[et]=XFig joonistusprogramm
+Comment[fi]=Xfig vektoripiirto-ohjelma
+Comment[fr]=Programme de dessin objet Xfig
+Comment[gl]=Aplicación de debuxo (obxectos)
+Comment[he]=Xfig רויצה םושיי
+Comment[hr]=Program za crtanje
+Comment[hu]=Rajzolóprogram
+Comment[is]=Hlutbundið teikniforrit
+Comment[it]=Applicazione di disegno Xfig
+Comment[ja]=�ɥ����ġ���xfig
+Comment[lt]=Xfig braižymo programa
+Comment[mk]=Едноставна апликација за векторско цртање
+Comment[nl]=Xfig-tekenprogramma
+Comment[no]=Xfig-tegneprogram
+Comment[no_NY]=Teikneprogrammet Xfig
+Comment[pl]=Aplikacja do kreślenia
+Comment[pt]=Aplicação de desenho
+Comment[ro]=Program de desenare vectorială
+Comment[ru]=Приложения для рисования векторной графики
+Comment[sk]=Xfig aplikácia pre kreslenie vektorových obrázkov
+Comment[sl]=Program za risanje Xfig
+Comment[sr]=Xfig prgram za vektorsko crtanje
+Comment[sv]=Xfig ritprogram
+Comment[ta]=Xfig Ũþø ÀÂýÀ¡Î
+Comment[tr]=Xfig çizim uygulaması
+Comment[uk]=Програма для утворення зображень Xfig
+Comment[zh_CN.GB2312]=Xfig 绘图应用程序
+MapNotify=false

diff --git a/xfig.png b/xfig.png
new file mode 100644
index 0000000..c0d68e9
Binary files /dev/null and b/xfig.png differ

diff --git a/xfig.spec b/xfig.spec
index 2721314..f26bc2b 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -1,19 +1,21 @@
-%define enable_japanese 1
-
 Summary: An X Window System tool for drawing basic vector graphics.
 Name: xfig
 Version: 3.2.3c
-Release: 3j1
+Release: 8
 Copyright: Freeware
 Group: Applications/Multimedia
 Source0: http://www.xfig.org/xfigdist/xfig.%{version}.full.tar.gz
-Source1: xfig.xpm
+Source1: xfig.png
+Source2: xfig.desktop
 Patch0: xfig.3.2.3c-printer.patch
 Patch1: xfig.3.2.3c-redhat.patch
-# i18n patch for Japanese
-Patch10: xfig.3.2.3c-i18n.patch
+Patch2: xfig.3.2.3c-f_read.patch
+Patch3: xfig.3.2.3c-i18n.patch
 URL: http://www.xfig.org/
-Requires: transfig >= 3.2.3c, /usr/bin/netscape, xpdf, ImageMagick, aspell
+Requires: transfig >= 3.2.3c, xpdf, ImageMagick, aspell
+%ifnarch s390
+Requires: /usr/bin/netscape
+%endif
 Buildroot: %{_tmppath}/%{name}-root
 
 %description
@@ -30,35 +32,22 @@ graphics.
 %setup -q -n xfig.%{version}
 %patch0 -p1 -b .printer
 %patch1 -p1 -b .redhat
-%if %{enable_japanese}
-%patch10 -p1 -b .i18n
-%endif
+%patch2 -p1 -b .f_read
+%patch3 -p1 -b .i18n
 
 %build
 xmkmf -a
-
-%ifarch alpha
-find . -name Makefile | xargs perl -pi -e "s|-O2||g"
-%endif
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Applications
+
 make DESTDIR=$RPM_BUILD_ROOT install install.man
 
+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
-
-cat > $RPM_BUILD_ROOT/etc/X11/applnk/Applications/xfig.desktop <<EOF
-[Desktop Entry]
-Name=XFig
-Comment=Vector Graphics Drawing Tool
-Comment[de]=Vektor Grafik Zeichen Tool
-Type=Application
-Exec=/usr/X11R6/bin/xfig
-Icon=/usr/share/pixmaps/xfig.xpm
-Terminal=0
-EOF
+install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/X11/applnk/Graphics
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -68,12 +57,28 @@ rm -rf $RPM_BUILD_ROOT
 /usr/X11R6/bin/*
 /usr/X11R6/lib/X11/xfig/*
 /usr/X11R6/man/*/*
-/usr/share/pixmaps/xfig.xpm
-
+/usr/share/pixmaps/xfig.png
 /usr/X11R6/lib/X11/app-defaults/*
-%config /etc/X11/applnk/Applications/xfig.desktop
+%config /etc/X11/applnk/Graphics/xfig.desktop
 
 %changelog
+* Sat Jan 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
+- only require /usr/bin/netscape if not on S390
+
+* Tue Dec 20 2000 Yukihiro Nakai <ynakai@redhat.com>
+- Delete enable_japanese macro and set i18n default.
+- Fix Japanese translation in .desktop file
+
+* Mon Nov 20 2000 Than Ngo <than@redhat.com>
+- rebuilt to fix bad dir perms
+
+* Thu Nov 9 2000 Than Ngo <than@redhat.com>
+- fixed f_read, which made xfig stop reading the file after
+  removing such bad objects.
+
+* Fri Oct 13 2000 Preston Brown <pbrown@redhat.com>
+- improved .desktop entry
+
 * Thu Aug 24 2000 Yukihiro Nakai <ynakai@redhat.com>
 - Add Japanese patch
 

                 reply	other threads:[~2026-05-30 14:27 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=178015126121.1.10634586162513739886.rpms-xfig-7c80e14f7649@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