Don't package debug info

epel9
Alexander Larsson 19 years ago
parent 93ddd0160c
commit edb63ba9d7

@ -1,6 +1,6 @@
Name: libgdiplus Name: libgdiplus
Version: 1.1.11 Version: 1.1.11
Release: 1 Release: 2
Summary: libgdiplus: An Open Source implementation of the GDI+ API Summary: libgdiplus: An Open Source implementation of the GDI+ API
Group: System Environment/Libraries Group: System Environment/Libraries
@ -38,17 +38,19 @@ make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*.a rm $RPM_BUILD_ROOT%{_libdir}/*.a
rm $RPM_BUILD_ROOT%{_libdir}/*.la rm $RPM_BUILD_ROOT%{_libdir}/*.la
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/* %{_libdir}/lib*
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Wed Jan 11 2006 Alexander Larsson <alexl@redhat.com> 1.1.11-2
- Don't package debug info
* Mon Jan 9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.11-1 * Mon Jan 9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.11-1
- Update to 1.1.11 - Update to 1.1.11

Loading…
Cancel
Save