From 8f9beb5c5409855671da00f3a512edc3db5fd545 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jan 15 2009 17:18:18 +0000 Subject: drop tex docs, static lib --- diff --git a/physfs.spec b/physfs.spec index 90b75f0..539e453 100644 --- a/physfs.spec +++ b/physfs.spec @@ -1,6 +1,6 @@ Name: physfs Version: 1.0.1 -Release: 8%{?dist} +Release: 9%{?dist} License: zlib Group: System Environment/Libraries Summary: Library to provide abstract access to various archives @@ -63,6 +63,9 @@ mv $RPM_BUILD_ROOT%{_mandir}/man3/url.3 $RPM_BUILD_ROOT%{_mandir}/man3/physfs-ur touch -r LICENSE docs/html/* touch -r LICENSE docs/latex/* +# Get rid of static library. +rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a + %clean rm -rf $RPM_BUILD_ROOT @@ -78,13 +81,16 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc docs/html/ docs/latex/ +%doc docs/html/ %{_includedir}/physfs.h -%{_libdir}/*.a %{_libdir}/*.so %{_mandir}/man3/* %changelog +* Thu Jan 15 2009 Tom "spot" Callaway - 1.0.1-9 +- do not package the tex docs, the html docs are fine +- drop static lib to see if anyone misses it + * Tue Feb 19 2008 Fedora Release Engineering - 1.0.1-8 - Autorebuild for GCC 4.3