Update to 20130930 version

This commit is contained in:
Kevin Fenzi 2013-12-03 16:40:32 -07:00
parent 4437e773e9
commit feac27162e
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libspiro_src-20071029.tar.bz2
/v0.2.tar.gz

View File

@ -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@scrye.com> 20130930-1
- Update to 20130930 version
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
ab6aaa50bbd8fa55e78f8b8b0112f6cd libspiro_src-20071029.tar.bz2
937ac006a4ee1b966fb8935072cfb150 v0.2.tar.gz