public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@math.unl.edu>
To: git-commits@fedoraproject.org
Subject: [rpms/artikulate] epel10: import
Date: Tue, 04 Aug 2026 17:33:50 GMT [thread overview]
Message-ID: <178586483050.1.7637456487630797315.rpms-artikulate-156196149866@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/artikulate
Branch : epel10
Commit : 15619614986663ae1e835a221a376eafd19b3901
Author : Rex Dieter <rdieter@math.unl.edu>
Date : 2015-06-18T20:53:35-05:00
Stats : +112/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/artikulate/c/15619614986663ae1e835a221a376eafd19b3901?branch=epel10
Log:
import
---
diff --git a/.gitignore b/.gitignore
index e69de29..6d2a32d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/artikulate-15.04.1.tar.xz
diff --git a/artikulate.spec b/artikulate.spec
new file mode 100644
index 0000000..ba23308
--- /dev/null
+++ b/artikulate.spec
@@ -0,0 +1,110 @@
+Name: artikulate
+Summary: Improve your pronunciation by listening to native speakers
+Version: 15.04.1
+Release: 1%{?dist}
+
+# artwork: LGPL3
+# code: KDE e.V. may determine that future GPL versions are accepted
+# handbook doc: GFDL
+License: (GPLv2 or GPLv3) and LGPLv3 and GFDL
+URL: https://projects.kde.org/projects/kde/kdeedu/%{name}
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+
+Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
+
+BuildRequires: desktop-file-utils
+BuildRequires: kdelibs4-devel >= 4.14
+BuildRequires: libappstream-glib
+BuildRequires: pkgconfig(QtGStreamer-1.0) >= 1.2.0
+
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: kqtquickcharts%{_isa} >= %{version}
+%{?kde_runtime_requires}
+
+%description
+%{summary}.
+
+%package libs
+Summary: Runtime files for %{name}
+Requires: %{name} = %{version}-%{release}
+%description libs
+%{summary}.
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%find_lang %{name} --with-kde --without-mo
+
+## unpackaged files
+rm -v %{buildroot}%{_kde4_libdir}/libartikulate*.so
+
+
+%check
+appstream-util validate-relax --nonet %{buildroot}%{_kde4_datadir}/appdata/%{name}.appdata.xml
+desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/%{name}.desktop
+
+
+%post
+touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
+
+%posttrans
+gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
+gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
+fi
+
+%files -f %{name}.lang
+%doc AUTHORS
+%license COPYING COPYING-ARTWORK COPYING.DOC
+%{_kde4_appsdir}/artikulate/
+# this is probably in the wrong place, consult upstream -- rex
+%{_kde4_appsdir}/artikulateui.rc
+%{_kde4_bindir}/artikulate
+%{_kde4_iconsdir}/hicolor/*/*/*
+%{_kde4_datadir}/applications/kde4/artikulate.desktop
+%{_kde4_datadir}/appdata/artikulate.appdata.xml
+%{_kde4_datadir}/config.kcfg/artikulate.kcfg
+%{_kde4_datadir}/config/artikulate.knsrc
+
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
+%files libs
+%{_kde4_libdir}/libartikulatecore.so.4*
+%{_kde4_libdir}/libartikulatelearnerprofile.so.4*
+%{_kde4_libdir}/libartikulatesound.so.4*
+
+
+%changelog
+* Mon Jun 15 2015 Rex Dieter <rdieter@fedoraproject.org> 15.04.1-1
+- 15.04.1, clarify License, use %%license
+
+* Tue Jan 20 2015 Rex Dieter <rdieter@fedoraproject.org> 14.12.1-1
+- 14.12.1
+- License: GPLv2 or GPLv3 (KDE e.V. may determine future versions...)
+
+* Fri Aug 01 2014 Rex Dieter <rdieter@fedoraproject.org> 4.13.3-1
+- 4.13.3 (first try)
+
diff --git a/sources b/sources
index e69de29..a8cb15e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6e121519cae7a11406101bee843d5f49 artikulate-15.04.1.tar.xz
reply other threads:[~2026-08-04 17:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178586483050.1.7637456487630797315.rpms-artikulate-156196149866@fedoraproject.org \
--to=rdieter@math.unl.edu \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox