Resolves: rhbz#222734 no need for Makefiles in doc dirs
This commit is contained in:
parent
916cd2c51e
commit
f91bc06407
@ -1,7 +1,7 @@
|
||||
Summary: Windows Metafile Library
|
||||
Name: libwmf
|
||||
Version: 0.2.8.4
|
||||
Release: 11
|
||||
Release: 12
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL
|
||||
Source: http://prdownloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz
|
||||
@ -71,6 +71,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.a
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.la
|
||||
rm -rf $RPM_BUILD_ROOT%{_includedir}/libwmf/gd
|
||||
find doc -name "Makefile*" -exec rm {} \;
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
@ -110,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/libwmf/gd
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Jan 16 2007 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-12
|
||||
- Resolves: rhbz#222734 no need for Makefiles in doc dirs
|
||||
|
||||
* Thu Nov 16 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-11
|
||||
- Resolves: rhbz#215925 reduce exported symbols
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user