next version
This commit is contained in:
parent
06d124fb03
commit
725dd3762b
3 changed files with 12 additions and 10 deletions
|
|
@ -1 +1,2 @@
|
|||
agg23.tar.gz
|
||||
agg-2.4.tar.gz
|
||||
|
|
|
|||
19
agg.spec
19
agg.spec
|
|
@ -1,14 +1,13 @@
|
|||
Summary: Anti-Grain Geometry
|
||||
Name: agg
|
||||
Version: 2.3
|
||||
Release: 4
|
||||
Version: 2.4
|
||||
Release: 1
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.antigrain.com
|
||||
License: MIT
|
||||
Source: http://www.antigrain.com/%{name}23.tar.gz
|
||||
Source: http://www.antigrain.com/%{name}-%{version}.tar.gz
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: automake, libtool, libX11-devel, freetype-devel
|
||||
Patch1: agg23-optional-gpc.patch
|
||||
BuildRequires: automake, libtool, libX11-devel, freetype-devel, SDL-devel
|
||||
|
||||
%description
|
||||
A High Quality Rendering Engine for C++
|
||||
|
|
@ -22,11 +21,10 @@ Requires: agg = %{version}-%{release}
|
|||
Libraries, headers, and support files necessary to compile applications using agg
|
||||
|
||||
%prep
|
||||
%setup -q -n agg23
|
||||
%patch1 -p1 -b .optional-gpc.patch
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
sh ./autogen.sh
|
||||
sh ./autogen.sh --disable-gpc
|
||||
%configure
|
||||
make
|
||||
|
||||
|
|
@ -46,16 +44,19 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%{_bindir}/*
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/libagg.pc
|
||||
%{_includedir}/agg2
|
||||
%{_datadir}/aclocal/libagg.m4
|
||||
|
||||
%clean
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Wed May 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-1
|
||||
- next version
|
||||
|
||||
* Fri Feb 17 2006 Karsten Hopp <karsten@redhat.de> 2.3-4
|
||||
- add BuildRequires freetype-devel for ft2build.h
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
03d7c110f8c0a3838e2036c8332e051e agg23.tar.gz
|
||||
e3456e477526eebb4d2f1d108b96867c agg-2.4.tar.gz
|
||||
|
|
|
|||
Reference in a new issue