]> git.pld-linux.org Git - packages/SDL_gfx.git/commitdiff
- added .la to -devel, new %%doc
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Feb 2003 23:50:45 +0000 (23:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- headers moved to /usr/include/SDL (like in other SDL* packages)

Changed files:
    SDL_gfx.spec -> 1.9

SDL_gfx.spec

index acbac7d18d072212172de3e829550ba2576f2293..895fe01566dcb035ee6b9d768b6c66768913f807 100644 (file)
@@ -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
This page took 0.035896 seconds and 4 git commands to generate.