sodipodi-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Summary: A Vector Drawing Application
  2. Summary(ja): ベクタ型ドローイングプログラム
  3. Name: sodipodi
  4. Version: 0.34
  5. Release: 3%{?_dist_release}
  6. Group: Applications/Graphics
  7. License: GPL
  8. URL: http://sourceforge.net/projects/sodipodi/
  9. Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
  10. Patch0: sodipodi-0.34-amd64.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildPreReq: freetype2-devel
  13. BuildPreReq: gtk2-devel libart_lgpl-devel libxml2-devel
  14. BuildPreReq: libgnomeprint-devel libgnomeprintui-devel
  15. BuildRequires: xorg-x11-devel desktop-file-utils
  16. Requires: freetype2
  17. Requires: gtk2 libart_lgpl libxml2
  18. Requires: libgnomeprint libgnomeprintui
  19. Distribution: Project Vine
  20. Vendor: Vine Linux
  21. Packager: owa
  22. %description
  23. Sodipodi is a SVG based generic vector-drawing program.
  24. %description -l ja
  25. Sodipodi は SVG ベースのベクタ型ドローイングプログラムです。
  26. %prep
  27. %setup -q
  28. %patch0 -p1 -b .amd64
  29. %build
  30. %configure --with-gnome-print --disable-mmx
  31. make %{?_smp_mflags}
  32. %install
  33. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  34. %makeinstall
  35. rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/libxmleditor.la
  36. %find_lang %{name}
  37. %clean
  38. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  39. %post
  40. %{_bindir}/update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
  41. %postun
  42. %{_bindir}/update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
  43. %files -f %{name}.lang
  44. %defattr(-, root, root)
  45. %doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO samples/
  46. %{_bindir}/sodipodi
  47. %{_libdir}/sodipodi/*
  48. %{_datadir}/sodipodi/*
  49. %{_datadir}/pixmaps/sodipodi.png
  50. %{_datadir}/applications/*
  51. %{_mandir}/man1/sodipodi.1*
  52. %changelog
  53. * Mon May 02 2011 Shu KONNO <owa@bg.wakwak.com> 0.34-3
  54. - rebuilt
  55. * Sat Jul 26 2008 Shu KONNO <owa@bg.wakwak.com> 0.34-2vl5
  56. - added sodipodi-0.34-amd64.patch by shredzone
  57. * Wed Jun 25 2008 Shu KONNO <owa@bg.wakwak.com> 0.34-1vl5
  58. - applied new versioning policy and spec in utf-8
  59. - added BuildRequires: xorg-x11-devel desktop-file-utils
  60. - added japanese summary and description
  61. - changed url
  62. * Sun Jun 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.34-0vl1
  63. - new upstream release
  64. - dropped unneeded patch
  65. - updated Summary and Description
  66. * Sun Jun 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.32-0vl1
  67. - rebuild with new toolchains and Gnome2
  68. - changed Requires and BuildPreReq
  69. * Thu Oct 24 2002 IWAI Masaharu <iwai@alib.jp> 0.27-0vl1
  70. - add gnome-print, libgnomeprint15 and libgal19 in Requires
  71. - add ORBit-devel, libglade-devel and libpng in BuildPreReq
  72. - add gtk+-devel >= 1.2.0 in BuildPreReq
  73. - eliminate bonobo-devel in BuildPreReq
  74. - drop sodipodi-cvs.patch(Patch0) and sodipodi-0.24.1-build.patch(Patch1)
  75. * Tue Jan 15 2002 Akira TAGOH <tagoh@gnome.gr.jp> 0.24.1-0vl2
  76. - Build against with new gal.
  77. * Tue Dec 25 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.24.1
  78. - New upstream release.
  79. - Use the appropriate rpmmacros.
  80. * Wed Jul 11 2001 Jun Nishii <jun@vinelinux.org>
  81. - 0.23-0vl1
  82. - minor fix of spec file
  83. * Mon Mar 27 2000 Lauris Kaplinski <lauris@ariman.ee>
  84. - First RPM version