rpms/libgdiplus/devel libgdiplus.spec,1.45,1.46

Michel Alexandre Salim salimma at fedoraproject.org
Thu Sep 3 18:54:28 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/libgdiplus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6169/devel

Modified Files:
	libgdiplus.spec 
Log Message:
* Thu Sep  3 2009 Michel Salim <salimma at fedoraproject.org> - 2.4.2-3
- Enable unit tests
- Corrected project and source URLs
- Remove obsolete license files



Index: libgdiplus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdiplus/devel/libgdiplus.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- libgdiplus.spec	25 Jul 2009 05:42:05 -0000	1.45
+++ libgdiplus.spec	3 Sep 2009 18:54:28 -0000	1.46
@@ -1,12 +1,12 @@
 Name:           libgdiplus
 Version:        2.4.2
-Release:        2%{?dist}
-Summary:        libgdiplus: An Open Source implementation of the GDI+ API
+Release:        3%{?dist}
+Summary:        An implementation of the GDI+ API
 
 Group:          System Environment/Libraries
 License:        MIT
-URL:            http://mono.ximian.com/monobuild/preview/sources-preview/
-Source0:        %{name}-%{version}.tar.bz2
+URL:            http://mono-project.com/Libgdiplus
+Source0:        ftp://ftp.novell.com/pub/mono/sources/libgdiplus/libgdiplus-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  freetype-devel glib2-devel libjpeg-devel libtiff-devel
@@ -15,8 +15,7 @@ BuildRequires:  cairo-devel
 BuildRequires:  zlib-devel
 
 %description
-An Open Source implementation of the GDI+ API, it is part of the Mono 
-Project
+An implementation of the GDI+ API, built on top of Cairo.
 
 %package devel
 Summary: Development files for libgdiplus
@@ -24,7 +23,7 @@ Group: Development/Libraries
 Requires: %{name} = %{version}-%{release} pkgconfig
 
 %description devel
-Development files for libgdiplus
+This package contains development files for %{name}.
 
 %prep
 %setup -q
@@ -34,6 +33,10 @@ perl -pi -e "s,-Werror,,g" src/Makefile
 %configure --disable-static 
 make %{?_smp_mflags} 
 
+%check
+make check
+
+
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
@@ -48,7 +51,7 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
-%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
+%doc COPYING NEWS README TODO AUTHORS
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so.*
 
@@ -59,6 +62,11 @@ rm -rf %{buildroot}
 %{_libdir}/lib*.so
 
 %changelog
+* Thu Sep  3 2009 Michel Salim <salimma at fedoraproject.org> - 2.4.2-3
+- Enable unit tests
+- Corrected project and source URLs
+- Remove obsolete license files
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list