|
|
@ -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)
|
|
|
|