Update to 20130930 version
This commit is contained in:
parent
4437e773e9
commit
feac27162e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libspiro_src-20071029.tar.bz2
|
||||
/v0.2.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user