- Update to 1.2.2

- add ldconfig post/postun
- Added doc files
epel9
Alexander Larsson 18 years ago
parent ee3d8802fc
commit 81a61d3c17

@ -1 +1 @@
libgdiplus-1.1.17.tar.gz
libgdiplus-1.2.2.tar.gz

@ -1,5 +1,5 @@
Name: libgdiplus
Version: 1.1.17
Version: 1.2.2
Release: 1%{?dist}
Summary: libgdiplus: An Open Source implementation of the GDI+ API
@ -22,7 +22,7 @@ An Open Source implementation of the GDI+
API, it is part of the Mono Project
%package devel
Summary: pkgconfig file for libgdiplus
Summary: Development files for libgdiplus
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig
@ -48,16 +48,27 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%{_libdir}/lib*
%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
# We need the .so in the main package, because mono opens libgdiplus.so
%{_libdir}/lib*.so*
%files devel
%defattr(-,root,root,-)
%doc ChangeLog
%{_libdir}/pkgconfig/*
%changelog
* Mon Dec 4 2006 Alexander Larsson <alexl@redhat.com> - 1.2.2-1
- Update to 1.2.2
- add ldconfig post/postun
- Added doc files
* Fri Sep 1 2006 Alexander Larsson <alexl@redhat.com> - 1.1.17-1
- update to 1.1.17
- Break out .pc file in devel subpackage (#205055)

@ -1 +1 @@
77f11c54b2da345776d713fcc303ed9c libgdiplus-1.1.17.tar.gz
c01b803de40c70f9a009652d597c6732 libgdiplus-1.2.2.tar.gz

Loading…
Cancel
Save