rpms/synfigstudio/EL-6 synfigstudio.spec,1.3,1.4

Lubomir Rintel lkundrak at fedoraproject.org
Thu Jul 8 20:45:10 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/synfigstudio/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12600/EL-6

Modified Files:
	synfigstudio.spec 
Log Message:
Pull from devel


Index: synfigstudio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/synfigstudio/EL-6/synfigstudio.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- synfigstudio.spec	20 Dec 2009 12:40:12 -0000	1.3
+++ synfigstudio.spec	8 Jul 2010 20:45:09 -0000	1.4
@@ -1,20 +1,20 @@
 Name:           synfigstudio
 Version:        0.62.00
-Release:        1%{?dist}.1
+Release:        2%{?dist}
 Summary:        Vector-based 2D animation studio
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://synfig.org/
 Source0:        http://download.sourceforge.net/synfig/%{name}-%{version}.tar.gz
+Patch0:         synfigstudio-0.62.00-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  synfig-devel
-BuildRequires:  ETL-devel
+BuildRequires:  ETL-devel >= 0.04.13
 BuildRequires:  gtkmm24-devel
-# FIXME: Lack of this causes synfig to segfault
-BuildRequires:  urw-fonts
+BuildRequires:  autoconf
 
 %description
 Synfig Animation Studio is a powerful, industrial-strength vector-based
@@ -41,10 +41,11 @@ developing applications that use %{name}
 
 %prep
 %setup -q
+%patch0 -p1 -b .cflags
 
 
 %build
-sed 's/0.04.13/0.04.12/g' -i configure
+autoconf
 %configure
 make %{?_smp_mflags}
 
@@ -98,12 +99,11 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
-* Mon Dec 7 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.62.00-1.1
-- Build against older ETL
-- Work around fonts synfig bug
+* Thu Dec 24 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.62.00-2
+- Fix optflags use (Ville Skyttä, #549420)
 
 * Tue Nov 17 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.62.00-1
-- Initial packaging attempt
+- Bump version
 
 * Fri Jan 09 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.61.09-1
 - Initial packaging attempt



More information about the scm-commits mailing list