[libspiro] Update to 20130930 version

Kevin Fenzi kevin at fedoraproject.org
Tue Dec 3 23:40:39 UTC 2013


commit feac27162ec86aa582f9bd40ef6ea5a23d82bb3d
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Dec 3 16:40:32 2013 -0700

    Update to 20130930 version

 .gitignore    |    1 +
 libspiro.spec |   20 +++++++++++---------
 sources       |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f093cfe..721d8cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libspiro_src-20071029.tar.bz2
+/v0.2.tar.gz
diff --git a/libspiro.spec b/libspiro.spec
index 0825f9a..70f0cb2 100644
--- a/libspiro.spec
+++ b/libspiro.spec
@@ -1,14 +1,13 @@
 Name:           libspiro
-Version:        20071029
-Release:        11%{?dist}
+Version:        20130930
+Release:        1%{?dist}
 Summary:        Library to simplify the drawing of beautiful curves
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://libspiro.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}_src-%{version}.tar.bz2
-# Patch to add aarch64 support
-Patch0:         http://ausil.fedorapeople.org/aarch64/libspiro/libspiro-aarch64.patch
+Source0:        https://github.com/fontforge/libspiro/archive/v0.2.tar.gz
+BuildRequires: automake autoconf libtool
 
 %description
 This library will take an array of spiro control points and 
@@ -25,11 +24,11 @@ The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
-%setup -q -n libspiro-20071029
-
-%patch0 -p1
+%setup -q -n libspiro-0.2
 
 %build
+autoreconf -i
+automake --foreign -Wall
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -43,7 +42,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %files
-%doc README gpl.txt README-RaphLevien
+%doc COPYING README* ChangeLog AUTHORS
 %{_libdir}/*.so.*
 
 %files devel
@@ -51,6 +50,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/*.so
 
 %changelog
+* Wed Oct 02 2013 Kevin Fenzi <kevin at scrye.com> 20130930-1
+- Update to 20130930 version
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20071029-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b5b13df..e18e071 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab6aaa50bbd8fa55e78f8b8b0112f6cd  libspiro_src-20071029.tar.bz2
+937ac006a4ee1b966fb8935072cfb150  v0.2.tar.gz


More information about the scm-commits mailing list