rpms/syck/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 syck.spec, 1.14, 1.15

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Tue Aug 21 16:19:31 UTC 2007


Author: oliver

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

Modified Files:
	.cvsignore sources syck.spec 
Log Message:

* Tue Aug 21 2007 Oliver Falk <oliver at linux-kernel.at>        - 0.61-1
- Update
- Clean up spec a bit
- Rebuild to make Jesse happy



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/syck/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 Aug 2005 08:15:11 -0000	1.2
+++ .cvsignore	21 Aug 2007 16:18:59 -0000	1.3
@@ -1 +1 @@
-syck-0.55.tar.gz
+syck-0.61+svn231+patches.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/syck/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Aug 2005 08:15:11 -0000	1.2
+++ sources	21 Aug 2007 16:18:59 -0000	1.3
@@ -1 +1 @@
-a57b7c46d81170b9318e2f384f77910c  syck-0.55.tar.gz
+66513c7b458bdadf12c97899eb33be67  syck-0.61+svn231+patches.tar.gz


Index: syck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/syck/devel/syck.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- syck.spec	19 Jul 2007 19:34:27 -0000	1.14
+++ syck.spec	21 Aug 2007 16:18:59 -0000	1.15
@@ -1,23 +1,21 @@
-# $Id$
-
 %define			php_extdir %(php-config --extension-dir || echo %{_libdir}/php)
 %{!?php_version:%define php_version %(php-config --version || echo bad)}
 
-Name:			syck
-Summary:		YAML for C, Python, and PHP
+Name:		syck
+Summary:	YAML for C, Python, and PHP
 
-Version:		0.55
-Release:		17%{?dist}
+Version:	0.61
+Release:	1%{?dist}
 
-License:		BSD
-Group:			System Environment/Libraries
-URL:			http://whytheluckystiff.net/syck/
+License:	BSD
+Group:		System Environment/Libraries
+URL:		http://whytheluckystiff.net/syck/
 
-Source0:		http://rubyforge.org/frs/download.php/4492/%{name}-%{version}.tar.gz
+Source0:	http://pyyaml.org/download/pysyck/syck-%{version}+svn231+patches.tar.gz
 
-Patch0:			syck-0.55-libtool.patch
+Patch0:		syck-0.55-libtool.patch
 
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	gawk bison flex libtool
 BuildRequires:	php-devel
 BuildRequires:	python-devel
@@ -36,10 +34,10 @@
 serialization, configuration settings, log files, Internet messaging and
 filtering. 
 
-%package		php
-Summary:		YAML module for php
-Group:			Development/Languages
-Requires:		php = %{php_version}
+%package	php
+Summary:	YAML module for php
+Group:		Development/Languages
+Requires:	php = %{php_version}
 
 %description	php
 Syck is an extension for reading and writing YAML swiftly in popular scripting
@@ -57,11 +55,9 @@
 
 The %{name}-php package contains the syck php extension.
 
-%package		python
-Summary:		YAML module for python
-Group:			Development/Languages
-#Requires:		python
-#Requires:		python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
+%package	python
+Summary:	YAML module for python
+Group:		Development/Languages
 
 %description	python
 Syck is an extension for reading and writing YAML swiftly in popular scripting
@@ -79,11 +75,11 @@
 
 The %{name}-python package contains the syck php extension.
 
-%package devel
+%package	devel
 Summary:	Static libraries and headers for developing with Syck
 Group:		Development/Libraries
 Requires:	syck = %{version}-%{release}
-%description devel
+%description	devel
 Syck is an extension for reading and writing YAML swiftly in popular scripting
 languages. As Syck loads the YAML, it stores the data directly in your
 language's symbol table. This means speed. This means power. This means Do not
@@ -101,7 +97,7 @@
 Syck.
 
 %prep
-%setup -q
+%setup -q -n syck-0.61+svn231+patches
 %patch0 -p1
 
 %build
@@ -185,6 +181,11 @@
 %{php_extdir}/*.so
 
 %changelog
+* Tue Aug 21 2007 Oliver Falk <oliver at linux-kernel.at>	- 0.61-1
+- Update
+- Clean up spec a bit
+- Rebuild to make Jesse happy
+
 * Thu Jul 19 2007 Jesse Keating <jkeating at redhat.com> - 0.55-17
 - Rebuild against new PHP, again.
 




More information about the fedora-extras-commits mailing list