source: projects/specs/branches/6/a/agg/agg-vl.spec @ 6356

Revision 6356, 2.5 KB checked in by Takemikaduchi, 12 years ago (diff)

adjtimex,coriander,corosync,cproto,cscope,dbmail,dcraw: new upstream release
others: rebuild

Line 
1Summary: Anti-Grain Geometry
2Name:    agg
3Version: 2.5
4Release: 2%{?_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.5-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* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5-2
61- rebuild with Vine6 environment
62- update Patch0 (agg-2.5-depends.patch)
63
64* Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 2.5-1vl5
65- applied new versioning policy
66- rebuilt with xorg-x11-devel
67
68* Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-0vl1
69- initial build for Vine Linux
70
71* Sat Jan 06 2007 Caolan McNamara <caolanm@redhat.com> - 2.5-1
72- bump to 2.5
73
74* Fri Nov 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-3
75- Resolves: rhbz#214970 rebuild with new 2.4 sources
76
77* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.4-2.1
78- rebuild
79
80* Mon Jul 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-2
81- rh#198174# add extra links from libs to their runtime requirements
82
83* Wed May 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-1
84- next version
85
86* Fri Feb 17 2006 Karsten Hopp <karsten@redhat.de> 2.3-4
87- add BuildRequires freetype-devel for ft2build.h
88
89* Mon Feb 13 2006 Caolan McNamara <caolanm@redhat.com> - 2.3-3
90- BuildRequires
91
92* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3-2.1
93- bump again for double-long bug on ppc(64)
94
95* Wed Feb 08 2006 Caolan McNamara <caolanm@redhat.com> - 2.3-2
96- rh#180341# BuildRequires
97
98* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3-1.1
99- rebuilt for new gcc4.1 snapshot and glibc changes
100
101* Wed Nov 23 2005 Caolan McNamara <caolanm@redhat.com> 2.3-1
102- initial import
Note: See TracBrowser for help on using the repository browser.