From 4592532e97860258bd03275d11674659eea0041f Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 19 Feb 2003 23:50:45 +0000 Subject: [PATCH] - added .la to -devel, new %%doc - headers moved to /usr/include/SDL (like in other SDL* packages) Changed files: SDL_gfx.spec -> 1.9 --- SDL_gfx.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SDL_gfx.spec b/SDL_gfx.spec index acbac7d..895fe01 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -17,6 +17,7 @@ BuildRequires: libtool BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _includedir /usr/include/SDL %description The SDL_gfx library evolved out of the SDL_gfxPrimitives code. @@ -90,8 +91,6 @@ rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT -gzip -9nf README AUTHORS ChangeLog - %clean rm -rf $RPM_BUILD_ROOT @@ -100,12 +99,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc README AUTHORS ChangeLog %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) -%doc *.gz Docs +%doc Docs/* %attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la %{_includedir}/* %files static -- 2.44.0