diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index c9cbe3c..56d6f59 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,3 @@ libuninameslist-20091231.tar.bz2 /20221022.tar.gz /20230523.tar.gz /20230916.tar.gz -/20240910.tar.gz -/20250714.tar.gz -/20250909.tar.gz -/20260107.tar.gz diff --git a/README.packit b/README.packit deleted file mode 100644 index 9bb65f0..0000000 --- a/README.packit +++ /dev/null @@ -1,3 +0,0 @@ -This repository is maintained by packit. -https://packit.dev/ -The file was generated using packit 1.13.0.post1.dev2+g84134016c. diff --git a/libuninameslist.spec b/libuninameslist.spec index 27361f1..d839ee7 100644 --- a/libuninameslist.spec +++ b/libuninameslist.spec @@ -1,6 +1,6 @@ Name: libuninameslist -Version: 20260107 -Release: 1%{?dist} +Version: 20230916 +Release: 4%{?dist} Summary: A library providing Unicode character names and annotations @@ -50,26 +50,6 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %{_libdir}/pkgconfig/libuninameslist.pc %changelog -* Thu Jan 08 2026 Packit - 20260107-1 -- Update to version 20260107 -- Resolves: rhbz#2427846 - -* Wed Sep 10 2025 Packit - 20250909-1 -- Update to version 20250909 -- Resolves: rhbz#2394361 - -* Thu Jul 24 2025 Fedora Release Engineering - 20250714-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Wed Jul 16 2025 Parag Nemade - 20250714-1 -- Update to 20250714 version (#2380203) - -* Fri Jan 17 2025 Fedora Release Engineering - 20240910-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Mon Sep 16 2024 Parag Nemade - 20240910-1 -- Update to 20240910 version (#2312324) - * Thu Jul 18 2024 Fedora Release Engineering - 20230916-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/packit.yaml b/packit.yaml deleted file mode 100644 index f193895..0000000 --- a/packit.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# See the documentation for more information: -# https://packit.dev/docs/configuration/ -upstream_project_url: https://github.com/fontforge/libuninameslist -copy_upstream_release_description: false - -jobs: -- job: pull_from_upstream - trigger: release - dist_git_branches: - - rawhide - -- job: koji_build - trigger: commit - allowed_committers: ['packit'] - dist_git_branches: - - rawhide diff --git a/plans/libuninameslist.fmf b/plans/libuninameslist.fmf deleted file mode 100644 index c1627f9..0000000 --- a/plans/libuninameslist.fmf +++ /dev/null @@ -1,5 +0,0 @@ -summary: Basic smoke test -discover: - how: fmf -execute: - how: tmt diff --git a/sources b/sources index 392610d..078c402 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (20260107.tar.gz) = a6b33aba8623eeab4af9935ce81990a3bb09672a25cdb5288ffc9745c8a4b7722cacd13c4ebdbec5855c0b3c776151878a47bc36e2b233ab25c589952e66f6cd +SHA512 (20230916.tar.gz) = e57fc481d852c5132f89b7ea4d61e469f31933c54a59b5ce57efd0107a5a83f429289c6c5fc0ce7fdd00368e51d1dd9700b387738828d708ca54fd581462a560 diff --git a/tests/main.fmf b/tests/main.fmf deleted file mode 100644 index 6d8821f..0000000 --- a/tests/main.fmf +++ /dev/null @@ -1,13 +0,0 @@ -test: ./runtests.sh -duration: 10m -framework: beakerlib -require: - - libuninameslist - - autoconf - - automake - - libtool - - gcc - - m4 - - sed - - make - - rpm-build diff --git a/tests/runtests.sh b/tests/runtests.sh deleted file mode 100755 index 43cd851..0000000 --- a/tests/runtests.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/bash -. /usr/share/beakerlib/beakerlib.sh || exit 1 - -NAME=libuninameslist - -rlJournalStart - rlPhaseStartSetup - rlAssertRpm ${NAME} - rlShowPackageVersion ${NAME} - rlRun -t -l "VERSION=$(rpm -q ${NAME} --queryformat='%{version}')" 0 "Get VERSION" - rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory" - rlRun "pushd $tmp" - rlFetchSrcForInstalled "${NAME}" - rlRun "rpm --define '_topdir $tmp' -i *src.rpm" - rlRun -t -l "mkdir BUILD" 0 "Creating BUILD directory" - rlRun -t -l "rpmbuild --noclean --nodeps --define '_topdir $tmp' -bp $tmp/SPECS/*spec" - if [ -d BUILD/${NAME}-${VERSION}-build ]; then - rlRun -t -l "pushd BUILD/${NAME}-${VERSION}-build/${NAME}-${VERSION}" - else - rlRun -t -l "pushd BUILD/${NAME}-${VERSION}" - fi - rlPhaseEnd - - rlPhaseStartTest - rlRun "set -o pipefail" - rlRun "autoreconf -i" - rlRun "automake --foreign -Wall" - rlRun "./configure && make check" - rlRun "retval=$?" - rlRun "echo $retval" - rlRun "popd" 0 - rlPhaseEnd - - rlPhaseStartCleanup - rlRun "popd" - rlRun "rm -r $tmp" 0 "Remove tmp directory" - rlPhaseEnd -rlJournalEnd - diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh new file mode 100644 index 0000000..66e5d9d --- /dev/null +++ b/tests/smoke/runtest.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd ../source +autoreconf -i +automake --foreign -Wall +./configure && make check diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..1fb904a --- /dev/null +++ b/tests/tests.yml @@ -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