inkscape-vl.spec 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. #define svn 22184
  2. Name: inkscape
  3. Summary: A Vector Drawing Application
  4. Summary(ja): ベクトル描画アプリケーション
  5. Version: 0.47
  6. Release: 3%{?_dist_release}
  7. License: GPL
  8. Group: Applications/Graphics
  9. URL: http://www.inkscape.org/
  10. Source: %{name}-%{version}.tar.bz2
  11. Patch0: inkscape-poppler-0.12.2.patch
  12. Patch10: %{name}-22184-vine.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: gtk2-devel >= 2.8.0
  15. BuildRequires: gnome-vfs2-devel >= 2.0.0
  16. BuildRequires: libxml2-devel >= 2.6.11
  17. BuildRequires: libxslt-devel >= 1.0.15
  18. BuildRequires: gc-devel >= 6.4
  19. BuildRequires: libsigc++-devel >= 2.0.12
  20. BuildRequires: gtkmm2-devel >= 2.4.0
  21. BuildRequires: libpng-devel >= 1.2.0
  22. BuildRequires: perl-XML-Parser
  23. BuildRequires: lcms-devel >= 1.13
  24. BuildRequires: poppler-devel
  25. BuildRequires: pango-devel, cairo-devel
  26. BuildRequires: gsl-devel
  27. BuildRequires: libboost-devel
  28. %description
  29. Inkscape is a SVG based generic vector-drawing program for
  30. Linux/Unix/Windows/Mac.
  31. %description -l ja
  32. Inkscape は SVG ベースの汎用ベクトル描画プログラムです。
  33. Linux/Unix/Windows/Mac で動作します。
  34. %prep
  35. %setup -q -n %{name}-%{version}
  36. %patch0 -p1
  37. %patch10 -p1
  38. %build
  39. %configure \
  40. --with-python \
  41. --with-gnome-vfs \
  42. --with-inkjar \
  43. --enable-lcms \
  44. --enable-poppler-cairo
  45. make %{?_smp_mflags}
  46. %install
  47. rm -rf %{buildroot}
  48. %makeinstall
  49. %find_lang %{name}
  50. %clean
  51. rm -rf %{buildroot}
  52. %files -f %{name}.lang
  53. %defattr(-, root, root)
  54. %doc AUTHORS COPYING ChangeLog NEWS README
  55. %{_bindir}/inkscape
  56. %{_bindir}/inkview
  57. #%{_libdir}/inkscape
  58. %{_datadir}/applications/*.desktop
  59. %{_datadir}/pixmaps/*
  60. %{_datadir}/inkscape
  61. %{_mandir}/man1/*
  62. %changelog
  63. * Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.47-3
  64. - added Patch0 for building with poppler-0.12.2+
  65. - rebuilt with new toolchain and ImageMagick-6.6.1.5
  66. - removed BR: libgnomeprint-devel, libgnomeprintui-devel
  67. * Fri Nov 27 2009 Shu KONNO <owa@bg.wakwak.com> 0.47-2
  68. - rebuild with poppler-0.12.1
  69. * Mon Nov 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1
  70. - new upstream release
  71. - add BR: libboost-devel
  72. * Thu Sep 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-0.1.pre2
  73. - update to 0.47pre2
  74. - drop obsolete patches
  75. - add BR: gsl-devel
  76. * Sat Dec 13 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.46-4
  77. - rebuild with poppler-0.10.2
  78. * Sun Oct 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.46-3
  79. - add Patch[1-6]
  80. * Sat Aug 23 2008 Shu KONNO <owa@bg.wakwak.com> 0.46-2vl5
  81. - added inkscape-0.46-poppler-0.8.3.patch
  82. - spec in utf-8
  83. - added option %%{?_smp_mflags} at make
  84. * Sun Apr 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.46-1vl5
  85. - new upstream release
  86. * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.45.1-0vl2
  87. - rebuild with new environment/toolchain
  88. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45.1-0vl1
  89. - new upstream release
  90. * Sun Mar 11 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.45-0vl2
  91. - add BuildRequires: lcms-devel >= 1.13, libxslt-devel >= 1.0.15
  92. - update required version of gtk2-devel
  93. * Sat Feb 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45-0vl1
  94. - new upstream release
  95. * Sun Sep 24 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.44.1-0vl1
  96. - new upstream release
  97. * Wed Nov 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.43-0vl1
  98. - new upstream release
  99. * Tue Aug 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.2-0vl1
  100. - new upstream release
  101. * Mon Aug 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.1-0vl1
  102. - new upstream release
  103. * Thu Aug 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42-0vl1
  104. - new upstream release
  105. * Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.40-0vl1
  106. - new upstream release
  107. - add Japanese summary and description
  108. - fixed dependancy of libsigc++12 to libsigc++ >= 2.0
  109. * Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl2
  110. - fixed dependancy of libsigc++ to libsigc++12
  111. - fixed %files section
  112. * Wed Aug 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl1
  113. - rebuild for Vine Linux
  114. - s/Copyright/License/
  115. - added Requires and BuildRequires
  116. * Sat Jul 17 2004 Bryce W. Harrington <bryce@bryceharrington.com>
  117. - Removing _libdir and TODO, updating description
  118. * Thu May 01 2003 Christian Schaller <uraeus@gnome.org>
  119. - Fix up the spec file for current release
  120. * Mon Sep 23 2002 Dag Wieers <dag@wieers.com>
  121. - Update to 0.2.6
  122. * Thu Sep 12 2002 Dag Wieers <dag@wieers.com>
  123. - Update to 0.2.5
  124. - Changed SPEC to benefit from macros