[libuninameslist] Update to 20130501

Kevin Fenzi kevin at fedoraproject.org
Wed Dec 4 00:50:39 UTC 2013


commit ebd51a8c3e5af80dfdbbbc056456b911808b818a
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Dec 3 17:50:31 2013 -0700

    Update to 20130501

 .gitignore           |    1 +
 libuninameslist.spec |   18 ++++++++++++------
 sources              |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eeff343..38db5c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libuninameslist-20091231.tar.bz2
+/Version_0.3.20130501.zip
diff --git a/libuninameslist.spec b/libuninameslist.spec
index 9220cdd..1555d52 100644
--- a/libuninameslist.spec
+++ b/libuninameslist.spec
@@ -1,15 +1,17 @@
 Name:           libuninameslist
-Version:        20091231
-Release:        7%{?dist}
+Version:        20130501
+Release:        1%{?dist}
 
 Summary:        A library providing Unicode character names and annotations
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://libuninameslist.sourceforge.net
-Source0:        http://downloads.sourceforge.net/libuninameslist/libuninameslist-%{version}.tar.bz2
+Source0:        https://github.com/fontforge/libuninameslist/archive/Version_0.3.20130501.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch1:         http://ausil.fedorapeople.org/aarch64/libuninameslist/libuninameslist-aarch64.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 
 %description
 libuninameslist provides applications with access to Unicode name and
@@ -25,10 +27,11 @@ This package contains header files and static libraries for %{name}.
 
 
 %prep
-%setup -q -n libuninameslist
-%patch1 -p1
+%setup -q -n libuninameslist-Version_0.3.20130501
 
 %build
+autoreconf -i
+automake --foreign -Wall
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -60,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec 03 2013 Kevin Fenzi <kevin at scrye.com> 20130501-1
+- Update to 20130501
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20091231-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 0cf9771..4edd1e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14f47d50fb0e05c5029298847437feab  libuninameslist-20091231.tar.bz2
+c9c7b022cadc6aca2a32ea450e95112c  Version_0.3.20130501.zip


More information about the scm-commits mailing list