rpms/libgdiplus/devel libgdiplus.spec,1.49,1.50

chkr chkr at fedoraproject.org
Sun Jun 20 19:50:17 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/libgdiplus/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv744

Modified Files:
	libgdiplus.spec 
Log Message:
* Sun Jun 20 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.4-2
- Cleanup spec file
- Remove removal of -Werror - not applicable anymore



Index: libgdiplus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdiplus/devel/libgdiplus.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- libgdiplus.spec	27 Apr 2010 18:22:07 -0000	1.49
+++ libgdiplus.spec	20 Jun 2010 19:50:17 -0000	1.50
@@ -1,13 +1,11 @@
-#%define svnver	137314
-#%define date	072209
 Name:           libgdiplus
 Version:        2.6.4
-Release:        1%{?dist}
-Summary:        libgdiplus: An Open Source implementation of the GDI+ API
+Release:        2%{?dist}
+Summary:        An Open Source implementation of the GDI+ API
 
 Group:          System Environment/Libraries
 License:        MIT
-URL:		http://www.mono-project.com/Main_Page
+URL:            http://www.mono-project.com/Main_Page
 Source0:        http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -30,7 +28,6 @@ Development files for libgdiplus
 
 %prep
 %setup -q 
-perl -pi -e "s,-Werror,,g" src/Makefile
 
 %build
 %configure --disable-static 
@@ -50,17 +47,21 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
-%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
 %defattr(-,root,root,-)
+%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
 %{_libdir}/lib*.so.*
 
 %files devel
-%doc ChangeLog
 %defattr(-,root,root,-)
+%doc ChangeLog
 %{_libdir}/pkgconfig/*
 %{_libdir}/lib*.so
 
 %changelog
+* Sun Jun 20 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.4-2
+- Cleanup spec file
+- Remove removal of -Werror - not applicable anymore
+
 * Tue Apr 27 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6.4-1
 - Update to the 2.6.4 release
 - URL and source locations fixed in spec file



More information about the scm-commits mailing list