source: projects/specs/trunk/a/agg/agg-vl.spec @ 521

Revision 521, 2.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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