rpms/libgdiplus/devel libgdiplus.spec,1.28,1.29

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Aug 5 22:00:15 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/libgdiplus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18972

Modified Files:
	libgdiplus.spec 
Log Message:
fix license tag


Index: libgdiplus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdiplus/devel/libgdiplus.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- libgdiplus.spec	6 Mar 2008 22:38:11 -0000	1.28
+++ libgdiplus.spec	5 Aug 2008 21:59:45 -0000	1.29
@@ -1,12 +1,12 @@
 Name:           libgdiplus
 Version:        1.9
-Release:        4%{?dist}
-Summary:        libgdiplus: An Open Source implementation of the GDI+ API
+Release:        5%{?dist}
+Summary:        An Open Source implementation of the GDI+ API
 
 Group:          System Environment/Libraries
-License:        MIT X11
+License:        MIT
 URL:            http://www.mono-project.com/
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        http://ftp.novell.com/pub/mono/sources/libgdiplus/%{name}-%{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:  zlib-devel
 
 %description
-An Open Source implementation of the GDI+
-API, it is part of the Mono Project
+An Open Source implementation of the GDI+ API, it is part of the Mono Project.
 
 %package devel
 Summary: Development files for libgdiplus
@@ -24,11 +23,11 @@
 Requires: %{name} = %{version}-%{release} pkgconfig
 
 %description devel
-Development files for libgdiplus
+Development files for libgdiplus.
 
 %prep
 %setup -q
-perl -pi -e "s,-Werror,,g" src/Makefile
+# perl -pi -e "s,-Werror,,g" src/Makefile
 
 %build
 %configure --disable-static 
@@ -48,7 +47,7 @@
 %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 +58,9 @@
 %{_libdir}/lib*.so
 
 %changelog
+* Tue Aug  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.9-5
+- fix license tag
+
 * Thu Mar 06 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-4
 - bump to preview 4
 




More information about the fedora-extras-commits mailing list