agg-vl.spec 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Summary: Anti-Grain Geometry
  2. Name: agg
  3. Version: 2.5
  4. Release: 1%{?_dist_release}
  5. Group: System Environment/Libraries
  6. URL: http://www.antigrain.com
  7. License: GPL
  8. Source: http://www.antigrain.com/%{name}-%{version}.tar.gz
  9. Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: automake, libtool, xorg-x11-devel, freetype2-devel, SDL-devel
  11. Patch0: agg-2.4-depends.patch
  12. %description
  13. A High Quality Rendering Engine for C++
  14. %package devel
  15. Summary: Support files necessary to compile applications with agg
  16. Group: Development/Libraries
  17. Requires: agg = %{version}-%{release}
  18. %description devel
  19. Libraries, headers, and support files necessary to compile applications using agg
  20. %prep
  21. %setup -q
  22. %patch0 -p1 -b .agg-2.4-depends
  23. %build
  24. sh ./autogen.sh --disable-gpc
  25. %configure
  26. make
  27. %install
  28. %makeinstall
  29. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
  30. %post
  31. /sbin/ldconfig
  32. %postun
  33. /sbin/ldconfig
  34. %files
  35. %defattr(-,root,root)
  36. %doc authors copying readme
  37. %{_libdir}/lib*.so.*
  38. %files devel
  39. %{_libdir}/*.a
  40. %{_libdir}/*.so
  41. %{_libdir}/pkgconfig/libagg.pc
  42. %{_includedir}/agg2
  43. %{_datadir}/aclocal/libagg.m4
  44. %clean
  45. rm -r $RPM_BUILD_ROOT
  46. %changelog
  47. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 2.5-1vl5
  48. - applied new versioning policy
  49. - rebuilt with xorg-x11-devel
  50. * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-0vl1
  51. - initial build for Vine Linux
  52. * Sat Jan 06 2007 Caolan McNamara <caolanm@redhat.com> - 2.5-1
  53. - bump to 2.5
  54. * Fri Nov 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-3
  55. - Resolves: rhbz#214970 rebuild with new 2.4 sources
  56. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.4-2.1
  57. - rebuild
  58. * Mon Jul 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-2
  59. - rh#198174# add extra links from libs to their runtime requirements
  60. * Wed May 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-1
  61. - next version
  62. * Fri Feb 17 2006 Karsten Hopp <karsten@redhat.de> 2.3-4
  63. - add BuildRequires freetype-devel for ft2build.h
  64. * Mon Feb 13 2006 Caolan McNamara <caolanm@redhat.com> - 2.3-3
  65. - BuildRequires
  66. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3-2.1
  67. - bump again for double-long bug on ppc(64)
  68. * Wed Feb 08 2006 Caolan McNamara <caolanm@redhat.com> - 2.3-2
  69. - rh#180341# BuildRequires
  70. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3-1.1
  71. - rebuilt for new gcc4.1 snapshot and glibc changes
  72. * Wed Nov 23 2005 Caolan McNamara <caolanm@redhat.com> 2.3-1
  73. - initial import