]> git.pld-linux.org Git - packages/agg.git/blobdiff - agg.spec
- rel 2
[packages/agg.git] / agg.spec
index 1f7b7cb81a664c1c8d4468a91e76139921693b3b..58724ff356fc6cbd37e4d18c7d4cc3e239ddbd40 100644 (file)
--- a/agg.spec
+++ b/agg.spec
@@ -2,7 +2,7 @@ Summary:        A High Quality Rendering Engine for C++
 Summary(pl.UTF-8):     Silnik renderujący wysokiej jakości dla C++
 Name:          agg
 Version:       2.5
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Libraries
 Source0:       http://www.antigrain.com/%{name}-%{version}.tar.gz
@@ -10,11 +10,13 @@ Source0:    http://www.antigrain.com/%{name}-%{version}.tar.gz
 Patch0:                %{name}-depends.patch
 URL:           http://www.antigrain.com/
 BuildRequires: SDL-devel
-BuildRequires: xorg-lib-libX11-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: freetype-devel
+BuildRequires: libstdc++-devel
 BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: xorg-lib-libX11-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,6 +46,10 @@ Summary:     Support files necessary to compile applications with agg
 Summary(pl.UTF-8):     Pliki potrzebne do kompilowania aplikacji z użyciem agg
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      libstdc++-devel
+# libaggfontfreetype R: freetype-devel
+# libaggplatformsdl R: SDL-devel
+# libaggplatformX11 R: xorg-lib-libX11-devel
 
 %description devel
 Header and support files necessary to compile applications using agg.
@@ -69,10 +75,10 @@ Statyczna biblioteka agg.
 %patch0 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
-%{__libtoolize}
 %{__automake}
 %configure \
        --disable-gpc
@@ -93,16 +99,16 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc authors copying readme
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libagg*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libagg*.so
+%{_libdir}/libagg*.la
 %{_includedir}/agg2
 %{_pkgconfigdir}/libagg.pc
 %{_aclocaldir}/libagg.m4
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libagg*.a
This page took 0.028979 seconds and 4 git commands to generate.