public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfig] epel10.2: auto-import changelog data from xfig-3.2.3c-3.src.rpm
@ 2026-05-30 14:27 cvsdist
0 siblings, 0 replies; only message in thread
From: cvsdist @ 2026-05-30 14:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xfig
Branch : epel10.2
Commit : a3ba05b68f26cf5dd758810d57fccee5f8cc4ead
Author : cvsdist <cvsdist@fedoraproject.org>
Date : 2004-09-09T14:43:50+00:00
Stats : +152/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xfig/c/a3ba05b68f26cf5dd758810d57fccee5f8cc4ead?branch=epel10.2
Log:
auto-import changelog data from xfig-3.2.3c-3.src.rpm
Tue Aug 08 2000 Than Ngo <than@redhat.de>
- fixed dependency problem
- fixed starting xpdf
Mon Aug 07 2000 Than Ngo <than@redhat.de>
- fixed for using xpdf instead acroreader (Bug #15621)
- add requires: netscape, display
Sat Aug 05 2000 Than Ngo <than@redhat.de>
- update to 3.2.3c (bugs fixed released)
- fix parse_printcap broken (Bug #11147)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Fri Jun 23 2000 Than Ngo <than@redhat.de>
- xfig crash, if a menu item was clicked (Bug #12855)
Sun Jun 18 2000 Than Ngo <than@redhat.de>
- rebuilt in the new build environment
- enable optimization
Sat Jun 03 2000 Than Ngo <than@redhat.de>
- fix requires, xfig-3.2.3a requires transfig-2.2.3 or newer
- disable optimization -O2 (gcc-2.96 Bug) on i386
Thu May 18 2000 Preston Brown <pbrown@redhat.com>
- fix buildroot issue in Imakefile
Mon May 08 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- rebuild with current libXaw3d
- update to 3.2.3a
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- rebuild to gzip man pages
Fri Jan 14 2000 Preston Brown <pbrown@redhat.com>
- upgrade to beta1 of 2.2.3. Hopefully this fixes outstanding issues.
- no need for vararg fix, commented out
Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
- add icon
- don't compile with optimization on alpha
Mon Aug 30 1999 Preston Brown <pbrown@redhat.com>
- converted to use a .desktop file
Fri Mar 26 1999 Michael Maher <mike@redhat.com>
- added files that were missing.
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 4)
- varargs fix
Thu Feb 18 1999 Jeff Johnson <jbj@redhat.com>
- correct DESTDIRR typo (#962)
Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
- build for glibc 2.1
Tue Jul 07 1998 Jeff Johnson <jbj@redhat.com>
- updated to 3.2.2.
Wed Jun 10 1998 Prospector System <bugs@redhat.com>
- translations modified for de
Fri May 08 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Sat Apr 11 1998 Cristian Gafton <gafton@redhat.com>
- updated for manhattan
- buildroot
Thu Oct 23 1997 Marc Ewing <marc@redhat.com>
- new version
- messed with config for 5.0
- updated Requires and Copyright
- added wmconfig
Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
- built against glibc
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..d70f022 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+xfig.3.2.3c.full.tar.gz
diff --git a/sources b/sources
index e69de29..11f08dd 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+dc58cc0b0e61ac19c6a8b9fe4fc3e716 xfig.3.2.3c.full.tar.gz
diff --git a/xfig.spec b/xfig.spec
new file mode 100644
index 0000000..df38776
--- /dev/null
+++ b/xfig.spec
@@ -0,0 +1,150 @@
+Summary: An X Window System tool for drawing basic vector graphics.
+Name: xfig
+Version: 3.2.3c
+Release: 3
+Copyright: Freeware
+Group: Applications/Multimedia
+Source0: http://www.xfig.org/xfigdist/xfig.%{version}.full.tar.gz
+Source1: xfig.xpm
+Patch0: xfig.3.2.3c-printer.patch
+Patch1: xfig.3.2.3c-redhat.patch
+URL: http://www.xfig.org/
+Requires: transfig >= 3.2.3c, /usr/bin/netscape, xpdf, ImageMagick, aspell
+Buildroot: %{_tmppath}/%{name}-root
+
+%description
+Xfig is an X Window System tool for creating basic vector graphics,
+including bezier curves, lines, rulers and more. The resulting
+graphics can be saved, printed on PostScript printers or converted to
+a variety of other formats (e.g., X11 bitmaps, Encapsulated
+PostScript, LaTeX).
+
+You should install xfig if you need a simple program to create vector
+graphics.
+
+%prep
+%setup -q -n xfig.%{version}
+%patch0 -p1 -b .printer
+%patch1 -p1 -b .redhat
+
+%build
+xmkmf -a
+
+%ifarch alpha
+find . -name Makefile | xargs perl -pi -e "s|-O2||g"
+%endif
+
+%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/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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+/usr/X11R6/bin/*
+/usr/X11R6/lib/X11/xfig/*
+/usr/X11R6/man/*/*
+/usr/share/pixmaps/xfig.xpm
+
+/usr/X11R6/lib/X11/app-defaults/*
+%config /etc/X11/applnk/Applications/xfig.desktop
+
+%changelog
+* Tue Aug 08 2000 Than Ngo <than@redhat.de>
+- fixed dependency problem
+- fixed starting xpdf
+
+* Mon Aug 07 2000 Than Ngo <than@redhat.de>
+- fixed for using xpdf instead acroreader (Bug #15621)
+- add requires: netscape, display
+
+* Sat Aug 05 2000 Than Ngo <than@redhat.de>
+- update to 3.2.3c (bugs fixed released)
+- fix parse_printcap broken (Bug #11147)
+
+* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
+- automatic rebuild
+
+* Fri Jun 23 2000 Than Ngo <than@redhat.de>
+- xfig crash, if a menu item was clicked (Bug #12855)
+
+* Sun Jun 18 2000 Than Ngo <than@redhat.de>
+- rebuilt in the new build environment
+- enable optimization
+
+* Sat Jun 03 2000 Than Ngo <than@redhat.de>
+- fix requires, xfig-3.2.3a requires transfig-2.2.3 or newer
+- disable optimization -O2 (gcc-2.96 Bug) on i386
+
+* Thu May 18 2000 Preston Brown <pbrown@redhat.com>
+- fix buildroot issue in Imakefile
+
+* Mon May 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
+- rebuild with current libXaw3d
+- update to 3.2.3a
+
+* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
+- rebuild to gzip man pages
+
+* Fri Jan 14 2000 Preston Brown <pbrown@redhat.com>
+- upgrade to beta1 of 2.2.3. Hopefully this fixes outstanding issues.
+- no need for vararg fix, commented out
+
+* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
+- add icon
+- don't compile with optimization on alpha
+
+* Mon Aug 30 1999 Preston Brown <pbrown@redhat.com>
+- converted to use a .desktop file
+
+* Fri Mar 26 1999 Michael Maher <mike@redhat.com>
+- added files that were missing.
+
+* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
+- auto rebuild in the new build environment (release 4)
+- varargs fix
+
+* Thu Feb 18 1999 Jeff Johnson <jbj@redhat.com>
+- correct DESTDIRR typo (#962)
+
+* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
+- build for glibc 2.1
+
+* Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com>
+- updated to 3.2.2.
+
+* Wed Jun 10 1998 Prospector System <bugs@redhat.com>
+- translations modified for de
+
+* Fri May 08 1998 Prospector System <bugs@redhat.com>
+- translations modified for de, fr, tr
+
+* Sat Apr 11 1998 Cristian Gafton <gafton@redhat.com>
+- updated for manhattan
+- buildroot
+
+* Thu Oct 23 1997 Marc Ewing <marc@redhat.com>
+- new version
+- messed with config for 5.0
+- updated Requires and Copyright
+- added wmconfig
+
+* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
+- built against glibc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-30 14:27 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:27 [rpms/xfig] epel10.2: auto-import changelog data from xfig-3.2.3c-3.src.rpm cvsdist
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox