- 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 Name: libgdiplus
Version: 1.1.17 Version: 1.2.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: libgdiplus: An Open Source implementation of the GDI+ API 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 API, it is part of the Mono Project
%package devel %package devel
Summary: pkgconfig file for libgdiplus Summary: Development files for libgdiplus
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig Requires: %{name} = %{version}-%{release} pkgconfig
@ -48,16 +48,27 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-) %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 %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ChangeLog
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %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 * Fri Sep 1 2006 Alexander Larsson <alexl@redhat.com> - 1.1.17-1
- update to 1.1.17 - update to 1.1.17
- Break out .pc file in devel subpackage (#205055) - 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