transfig-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. Summary: A utility for converting FIG files (made by xfig) to other formats.
  2. Summary(ja): Xfig で作った FIG ファイル変換ユーティリティ
  3. Name: transfig
  4. Version: 3.2.8
  5. Release: 1%{?_dist_release}
  6. Group: graphics
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. Packager: daisuke
  10. License: MIT
  11. URL: http://www.xfig.org/
  12. Source: http://downloads.sourceforge.net/mcj/fig2dev-%{version}.tar.xz
  13. %{?nosrc:NoSource: 0}
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildRequires: libpng-devel
  16. BuildRequires: libjpeg-devel
  17. BuildRequires: libXpm-devel
  18. BuildRequires: ghostscript
  19. Requires: ghostscript
  20. Requires: bc
  21. Requires: netpbm-progs
  22. %description
  23. TransFig is a set of tools for creating TeX documents with graphics
  24. which are portable, in the sense that they can be printed in a wide
  25. variety of environments.
  26. %debug_package
  27. %prep
  28. %setup -q -n fig2dev-%{version}
  29. %autopatch -p1
  30. autoreconf -i
  31. # Fix the manpage not being in UTF-8
  32. iconv -f ISO-8859-15 -t UTF-8 man/fig2dev.1.in -o fig2dev.1.in.new
  33. touch -r man/fig2dev.1.in fig2dev.1.in.new
  34. mv fig2dev.1.in.new man/fig2dev.1.in
  35. %build
  36. %configure --enable-transfig
  37. %make_build
  38. %install
  39. %make_install
  40. %files
  41. %defattr(-,root,root)
  42. %doc CHANGES transfig/doc/manual.pdf
  43. %{_bindir}/transfig
  44. %{_bindir}/fig2dev
  45. %{_bindir}/fig2ps2tex
  46. %{_bindir}/pic2tpic
  47. %{_mandir}/man1/*
  48. %{_datadir}/fig2dev
  49. %changelog
  50. * Tue Mar 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.8-1
  51. - new upstream release.
  52. - dropped all patches.
  53. * Tue Oct 7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.5e-1
  54. - updated to 3.2.5e
  55. - added Patch11 from Fedora
  56. - make it compile with -Werror=format-security (#1037365)
  57. - built with libpng-1.6.12
  58. * Sat Aug 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.5-1
  59. - spec in utf-8, new versioning policy
  60. - build for modular X
  61. - new upstream release
  62. - add BR: libXpm-devel, remove BR: XOrg-devel
  63. - drop obsolete patches
  64. - add Patch0 to use optflags
  65. - add Patch5 to build with modular X
  66. - add Patch6 to fix permission on sources
  67. - add Patch10 to fix build failure
  68. * Tue Oct 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.2.4-7vl2
  69. - add BuildPrereq: XOrg-devel
  70. * Fri Sep 10 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.2.4-7vl1
  71. - updated source to 3.2.4
  72. - updated Patch0 and Patch1, newly added Patch2 and Patch3 from Fedora
  73. * Tue Jun 17 2003 Than Ngo <than@redhat.com> 3.2.4-4
  74. - patch build problem
  75. * Fri May 23 2003 Jeremy Katz <katzj@redhat.com> 1:3.2.4-2
  76. - fix build with gcc 3.3
  77. - rebuild with new toolchains and libpng >= 1.2
  78. - build with -march=i386
  79. - s/Copyright/License/
  80. - changed Group
  81. * Sat Jun 22 2002 Masaki Shinomiya <shino@pos.to>
  82. - 3.2.3d-5vl1
  83. - source update
  84. - strerror.patch from rawhide, 3.2.3d-vine.patch, buildprereq
  85. * Sun Aug 20 2000 Jun Nishii <jun@vinelinux.org>
  86. - 3.2.3c-1vl1
  87. * Mon Jan 24 2000 Atsushi Saito <saito4@slb.com>
  88. - update to 3.2.3
  89. - i18n
  90. * Mon Dec 6 1999 Atsushi Saito <saito4@slb.com>
  91. - i18n.
  92. * Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com>
  93. - update to 3.2.1.
  94. * Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
  95. - add %clean.
  96. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  97. - translations modified for de, fr, tr
  98. * Thu Nov 13 1997 Otto Hammersmith <otto@redhat.com>
  99. - fixed problem with Imakefile for fig2dev not including $(XLIB)
  100. - build rooted.
  101. * Fri Oct 24 1997 Otto Hammersmith <otto@redhat.com>
  102. - recreated the glibc patch that is needed for an alpha build, missed it
  103. building on the intel.
  104. * Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
  105. - updated version
  106. - fixed source url
  107. * Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
  108. - built against glibc