RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libuninameslist#9d23dbac15f3cc842e5e63ec301005ca65cad92b
This commit is contained in:
parent
5a85c4a0d2
commit
88c3aee033
12
.gitignore
vendored
12
.gitignore
vendored
@ -0,0 +1,12 @@
|
||||
libuninameslist-20091231.tar.bz2
|
||||
/Version_0.3.20130501.zip
|
||||
/0.5.20150701.tar.gz
|
||||
/20160701.tar.gz
|
||||
/20170319.tar.gz
|
||||
/20170701.tar.gz
|
||||
/20180408.tar.gz
|
||||
/20180701.tar.gz
|
||||
/20190305.tar.gz
|
||||
/20190701.tar.gz
|
||||
/20200313.tar.gz
|
||||
/20200413.tar.gz
|
1629
libuninameslist-aarch64.patch
Normal file
1629
libuninameslist-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
188
libuninameslist.spec
Normal file
188
libuninameslist.spec
Normal file
@ -0,0 +1,188 @@
|
||||
Name: libuninameslist
|
||||
Version: 20200413
|
||||
Release: 2%{?dist}
|
||||
|
||||
Summary: A library providing Unicode character names and annotations
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/fontforge/libuninameslist
|
||||
Source0: https://github.com/fontforge/libuninameslist/archive/%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
|
||||
%description
|
||||
libuninameslist provides applications with access to Unicode name and
|
||||
annotation data from the official Unicode Character Database.
|
||||
|
||||
%package devel
|
||||
Summary: Header files and static libraries for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains header files and static libraries for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
automake --foreign -Wall
|
||||
%configure --disable-static
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
%make_install incdir=$RPM_BUILD_ROOT%{_includedir}
|
||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc ChangeLog README.md
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%{_mandir}/man3/libuninameslist.3.gz
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/libuninameslist.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200413-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Apr 15 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200413-1
|
||||
- Update to 20200413 version (#1823434)
|
||||
|
||||
* Wed Mar 25 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200313-1
|
||||
- Update to 20200313 version (#1813493)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190701-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190701-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Jul 05 2019 Kevin Fenzi <kevin@scrye.com> - 20190701-1
|
||||
- Update to 20190701. Fixes bug #1725748
|
||||
|
||||
* Sun Mar 10 2019 Kevin Fenzi <kevin@scrye.com> - 20190305-1
|
||||
- Update to 20190305. Fixes bug #1685821
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20180701-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180701-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jul 03 2018 Parag Nemade <pnemade AT redhat DOT com> - 20180701-1
|
||||
- Update to 20180701 version (#1564872)
|
||||
|
||||
* Fri Jun 22 2018 Parag Nemade <pnemade AT redhat DOT com> - 20180408-1
|
||||
- Update to 20180408 version (#1564872)
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20170701-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170701-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170701-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Jul 02 2017 Parag Nemade <pnemade AT redhat DOT com> - 20170701-1
|
||||
- Update to 20170701 version
|
||||
|
||||
* Sat Jun 10 2017 Parag Nemade <pnemade AT redhat DOT com> - 20170319-1
|
||||
- Update to 20170319 version
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20160701-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Tue Jul 05 2016 Kevin Fenzi <kevin@scrye.com> - 20160701-1
|
||||
- Update to 20160701. Fixes bug #1352498
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20150701-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sun Nov 08 2015 Kevin Fenzi <kevin@scrye.com> - 20150701-1
|
||||
- Update to 0.5 / 20150701. Fixes bug #1278628
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130501-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130501-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue Dec 03 2013 Kevin Fenzi <kevin@scrye.com> 20130501-1
|
||||
- Update to 20130501
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat Mar 23 2013 Kevin Fenzi <kevin@scrye.com> 20091231-6
|
||||
- Add patch to support aarch64. Fixes bug #925910
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sat Jan 16 2010 Kevin Fenzi <kevin@tummy.com> - 20091231-1
|
||||
- Update to 20091231
|
||||
- Do not ship static libs - bug #556078
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080409-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080409-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Sun Feb 10 2008 Kevin Fenzi <kevin@tummy.com> - 0.0-8.20060907
|
||||
- Rebuild for gcc43
|
||||
|
||||
* Sun Aug 26 2007 Kevin Fenzi <kevin@tummy.com> - 0.0-7.20060907
|
||||
- Rebuild for BuildID
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Sep 20 2006 Kevin Fenzi <kevin@tummy.com> - 0.0-5.20060907
|
||||
- Take over maintainership.
|
||||
- Update to 20060907
|
||||
|
||||
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.0-4.040707
|
||||
- rebuild on all arches
|
||||
|
||||
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||
- rebuilt
|
||||
|
||||
* 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.
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (20200413.tar.gz) = c07f5733df80e6be204beb019fff99991f0c80f78014c42f583399801b814f4df4f8f6ef9f247a24ddfe68cba2620664cb8236d7eabf72a5bf42b3e2386b6a71
|
5
tests/smoke/runtest.sh
Normal file
5
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd ../source
|
||||
autoreconf -i
|
||||
automake --foreign -Wall
|
||||
./configure && make check
|
22
tests/tests.yml
Normal file
22
tests/tests.yml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tests:
|
||||
- smoke
|
||||
required_packages:
|
||||
- autoconf
|
||||
- automake
|
||||
- libtool
|
||||
- m4
|
||||
- gcc
|
||||
- sed
|
||||
- make
|
Loading…
Reference in New Issue
Block a user