libgnomeprintui20-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. %define gtk2_version 2.2.0
  2. %define libgnomeprint_version 1.116.0
  3. %define libgnomecanvas_version 2.0.0
  4. Summary: GUI support for libgnomeprint
  5. Name: libgnomeprintui20
  6. Version: 1.116.0
  7. Release: 0vl1
  8. URL: ftp://ftp.gnome.org
  9. Source0: libgnomeprintui-%{version}.tar.bz2
  10. License: LGPL
  11. Group: System Environment/Libraries
  12. BuildRoot: %{_tmppath}/%{name}-root
  13. Requires: gtk2 >= %{gtk2_version}
  14. Requires: libgnomeprint20 >= %{libgnomeprint_version}
  15. Requires: libgnomecanvas >= %{libgnomecanvas_version}
  16. BuildRequires: gtk2-devel >= %{gtk2_version}
  17. BuildRequires: libgnomeprint20-devel >= %{libgnomeprint_version}
  18. BuildRequires: libgnomecanvas-devel >= %{libgnomecanvas_version}
  19. %description
  20. The libgnomeprintui package contains GTK+ widgets related to printing.
  21. %package devel
  22. Summary: Libraries and headers for libgnomeprintui
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}
  25. Requires: gtk2-devel >= %{gtk2_version}
  26. Requires: libgnomeprint20-devel >= %{libgnomeprint_version}
  27. Requires: libgnomecanvas-devel >= %{libgnomecanvas_version}
  28. %description devel
  29. The libgnomeprintui package contains GTK+ widgets related to printing.
  30. You should install the libgnomeprintui-devel package if you would like
  31. to compile applications that use the widgets in libgnomeprintui. You
  32. do not need to install it if you just want to use precompiled
  33. applications.
  34. %prep
  35. %setup -q -n libgnomeprintui-%{version}
  36. %build
  37. %configure
  38. make
  39. %install
  40. rm -rf $RPM_BUILD_ROOT
  41. %makeinstall
  42. # remove unpackaged files from the buildroot
  43. rm -f $RPM_BUILD_ROOT%{_libdir}/libgnomeprintui-2.la
  44. %find_lang %{name}
  45. %post -p /sbin/ldconfig
  46. %postun -p /sbin/ldconfig
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %files -f %{name}.lang
  50. %defattr(-,root,root)
  51. %doc AUTHORS COPYING ChangeLog NEWS README
  52. %{_libdir}/lib*.so.*
  53. %files devel
  54. %defattr(-,root,root)
  55. %{_libdir}/lib*.a
  56. %{_libdir}/lib*.so
  57. %{_libdir}/pkgconfig/*
  58. %{_includedir}/*
  59. %changelog
  60. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.116.0-0vl1
  61. - libgnomeprintui20 for compatibility
  62. * Fri Dec 13 2002 Tim Powers <timp@redhat.com> 1.116.0-2
  63. - remove unpackaged files from the buildroot
  64. * Wed Aug 14 2002 Akira TAGOH <tagoh@redhat.com> 1.116.0-1
  65. - updates to 1.116.0
  66. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  67. - automated rebuild
  68. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  69. - 1.115.0
  70. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  71. - rebuild in different environment
  72. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  73. - add ldconfig to post/postun
  74. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  75. - 1.114.0
  76. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  77. - automated rebuild
  78. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  79. - rebuild in different environment
  80. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  81. - 1.113.0
  82. * Fri May 3 2002 Havoc Pennington <hp@redhat.com>
  83. - rebuild for new libs
  84. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  85. - 1.112.0
  86. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  87. - rebuild for new libs
  88. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  89. - Version 1.110.0
  90. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  91. - automated rebuild
  92. * Mon Jan 7 2002 Havoc Pennington <hp@redhat.com>
  93. - hmm, didn't get all the libgnomeui dependency lines
  94. * Mon Jan 7 2002 Havoc Pennington <hp@redhat.com>
  95. - 1.109.0.90 snap, remove libgnomeui dep that's now gone
  96. * Tue Nov 27 2001 Havoc Pennington <hp@redhat.com>
  97. - new snap 1.106.0.90
  98. - explicitly require certain versions of dependent libs
  99. * Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
  100. - rebuild for glib 1.3.10, new cvs snap
  101. * Tue Oct 9 2001 Havoc Pennington <hp@redhat.com>
  102. - Initial build