2004-11-08 04:48:28 +00:00
|
|
|
Name: libuninameslist
|
2020-03-25 09:39:06 +00:00
|
|
|
Version: 20200313
|
|
|
|
Release: 1%{?dist}
|
2005-04-06 22:12:23 +00:00
|
|
|
|
2009-01-15 22:46:06 +00:00
|
|
|
Summary: A library providing Unicode character names and annotations
|
2004-11-08 04:48:28 +00:00
|
|
|
|
|
|
|
License: BSD
|
2015-11-08 17:52:17 +00:00
|
|
|
URL: https://github.com/fontforge/libuninameslist
|
2017-06-10 06:08:32 +00:00
|
|
|
Source0: https://github.com/fontforge/libuninameslist/archive/%{version}.tar.gz
|
2013-12-04 00:50:31 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
2004-11-08 04:48:28 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
libuninameslist provides applications with access to Unicode name and
|
2009-01-15 22:46:06 +00:00
|
|
|
annotation data from the official Unicode Character Database.
|
2004-11-08 04:48:28 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Header files and static libraries for %{name}
|
2005-03-03 22:41:32 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-11-08 04:48:28 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains header files and static libraries for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2017-06-10 06:08:32 +00:00
|
|
|
%autosetup
|
2004-11-08 04:48:28 +00:00
|
|
|
|
|
|
|
%build
|
2013-12-04 00:50:31 +00:00
|
|
|
autoreconf -i
|
|
|
|
automake --foreign -Wall
|
2010-01-16 19:08:20 +00:00
|
|
|
%configure --disable-static
|
2017-06-10 06:08:32 +00:00
|
|
|
make V=1 %{?_smp_mflags}
|
2004-11-08 04:48:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2017-06-10 06:08:32 +00:00
|
|
|
%make_install incdir=$RPM_BUILD_ROOT%{_includedir}
|
2004-11-08 04:48:28 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|
|
|
|
|
|
|
%files
|
2017-06-10 06:08:32 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc ChangeLog README.md
|
2004-11-08 04:48:28 +00:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files devel
|
2018-07-03 13:06:16 +00:00
|
|
|
%{_mandir}/man3/libuninameslist.3.gz
|
2004-11-08 04:48:28 +00:00
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_includedir}/*
|
2015-11-08 17:52:17 +00:00
|
|
|
%{_libdir}/pkgconfig/libuninameslist.pc
|
2004-11-08 04:48:28 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-03-25 09:39:06 +00:00
|
|
|
* Wed Mar 25 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200313-1
|
|
|
|
- Update to 20200313 version (#1813493)
|
|
|
|
|
2020-01-29 10:38:41 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190701-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 14:36:54 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190701-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-05 21:03:20 +00:00
|
|
|
* Fri Jul 05 2019 Kevin Fenzi <kevin@scrye.com> - 20190701-1
|
|
|
|
- Update to 20190701. Fixes bug #1725748
|
|
|
|
|
2019-03-10 21:05:12 +00:00
|
|
|
* Sun Mar 10 2019 Kevin Fenzi <kevin@scrye.com> - 20190305-1
|
|
|
|
- Update to 20190305. Fixes bug #1685821
|
|
|
|
|
2019-02-01 08:26:23 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20180701-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 08:58:40 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180701-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-03 12:54:11 +00:00
|
|
|
* Tue Jul 03 2018 Parag Nemade <pnemade AT redhat DOT com> - 20180701-1
|
|
|
|
- Update to 20180701 version (#1564872)
|
|
|
|
|
2018-06-22 05:04:48 +00:00
|
|
|
* Fri Jun 22 2018 Parag Nemade <pnemade AT redhat DOT com> - 20180408-1
|
|
|
|
- Update to 20180408 version (#1564872)
|
|
|
|
|
2018-02-07 23:35:01 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20170701-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 02:26:16 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170701-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:53:52 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170701-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-02 01:51:34 +00:00
|
|
|
* Sun Jul 02 2017 Parag Nemade <pnemade AT redhat DOT com> - 20170701-1
|
|
|
|
- Update to 20170701 version
|
|
|
|
|
2017-06-10 06:08:32 +00:00
|
|
|
* Sat Jun 10 2017 Parag Nemade <pnemade AT redhat DOT com> - 20170319-1
|
|
|
|
- Update to 20170319 version
|
|
|
|
|
2017-02-10 19:37:08 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20160701-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-07-05 23:38:37 +00:00
|
|
|
* Tue Jul 05 2016 Kevin Fenzi <kevin@scrye.com> - 20160701-1
|
|
|
|
- Update to 20160701. Fixes bug #1352498
|
|
|
|
|
2016-02-04 04:04:25 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20150701-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-08 17:52:17 +00:00
|
|
|
* Sun Nov 08 2015 Kevin Fenzi <kevin@scrye.com> - 20150701-1
|
|
|
|
- Update to 0.5 / 20150701. Fixes bug #1278628
|
|
|
|
|
2015-06-17 17:29:37 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130501-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-17 06:30:22 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130501-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 05:49:03 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130501-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-12-04 00:50:31 +00:00
|
|
|
* Tue Dec 03 2013 Kevin Fenzi <kevin@scrye.com> 20130501-1
|
|
|
|
- Update to 20130501
|
|
|
|
|
2013-08-03 07:19:56 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-23 19:07:47 +00:00
|
|
|
* Sat Mar 23 2013 Kevin Fenzi <kevin@scrye.com> 20091231-6
|
|
|
|
- Add patch to support aarch64. Fixes bug #925910
|
|
|
|
|
2013-02-14 05:24:32 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 21:28:31 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 08:34:45 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-08 12:30:52 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-01-16 19:08:20 +00:00
|
|
|
* Sat Jan 16 2010 Kevin Fenzi <kevin@tummy.com> - 20091231-1
|
|
|
|
- Update to 20091231
|
|
|
|
- Do not ship static libs - bug #556078
|
|
|
|
|
2009-07-25 08:48:52 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080409-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 19:36:57 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080409-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-15 22:46:06 +00:00
|
|
|
* Thu Jan 15 2009 Roozbeh Pournader <roozbeh@gmail.com> - 20080409-1
|
|
|
|
- Update to upstream 20080409: Unicode 5.1 support
|
|
|
|
- Change package versioning scheme
|
|
|
|
- Update summary and description
|
|
|
|
- Add DistTag
|
|
|
|
- Remove copy of GPL from RPM: the only file it applies to is not shipped
|
|
|
|
|
2008-02-10 18:21:21 +00:00
|
|
|
* Sun Feb 10 2008 Kevin Fenzi <kevin@tummy.com> - 0.0-8.20060907
|
|
|
|
- Rebuild for gcc43
|
|
|
|
|
2007-08-27 03:26:40 +00:00
|
|
|
* Sun Aug 26 2007 Kevin Fenzi <kevin@tummy.com> - 0.0-7.20060907
|
|
|
|
- Rebuild for BuildID
|
|
|
|
|
2006-10-04 23:19:23 +00:00
|
|
|
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.0-6.20060907
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
2006-09-21 04:57:35 +00:00
|
|
|
* Wed Sep 20 2006 Kevin Fenzi <kevin@tummy.com> - 0.0-5.20060907
|
|
|
|
- Take over maintainership.
|
|
|
|
- Update to 20060907
|
|
|
|
|
2005-05-22 23:54:13 +00:00
|
|
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.0-4.040707
|
|
|
|
- rebuild on all arches
|
|
|
|
|
2015-11-08 17:52:17 +00:00
|
|
|
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
2005-04-06 22:12:23 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2004-11-08 04:48:28 +00:00
|
|
|
* Sat Jul 17 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.2.040707
|
|
|
|
- Updated to 040707.
|
|
|
|
|
|
|
|
* Fri Jul 2 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.2.040701
|
|
|
|
- Updated to 040701.
|
|
|
|
|
|
|
|
* Mon Oct 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.0-0.fdr.2.030713
|
|
|
|
- Enable static libs, add -devel subpackage.
|
|
|
|
|
|
|
|
* Mon Oct 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.1.030713
|
|
|
|
- Initial RPM release.
|