public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/artikulate] epel10: import
@ 2026-08-04 17:33 Rex Dieter
  0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-08-04 17:33 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-04 17:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 17:33 [rpms/artikulate] epel10: import Rex Dieter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox