This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit 2946d4a991408d8a2a397f6fbd3c9349b7aac581
Author: politebot <[email protected]>
AuthorDate: Mon Oct 13 07:23:09 2025 -0500
Add spec file
---
eradio.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/eradio.spec b/eradio.spec
new file mode 100644
index 0000000..f79c205
--- /dev/null
+++ b/eradio.spec
@@ -0,0 +1,48 @@
+Name: eradio
+Version: 0.0.11
+Release: 1%{?dist}
+Summary: A simple EFL internet radio player
+License: MIT
+URL: https://github.com/1wErt3r/eradio
+Source0: https://github.com/1wErt3r/eradio/releases/download/v%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: pkgconfig(ecore-evas)
+BuildRequires: pkgconfig(eina)
+BuildRequires: pkgconfig(evas)
+BuildRequires: pkgconfig(elementary)
+BuildRequires: pkgconfig(edje)
+BuildRequires: pkgconfig(libxml-2.0)
+BuildRequires: desktop-file-utils
+
+Requires: elementary
+Requires: libxml2
+
+%description
+eradio is a simple internet radio player built with the Enlightenment Foundation Libraries (EFL).
+
+%prep
+%autosetup
+
+%build
+%configure
+%make_build
+
+%install
+%make_install
+
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+%files
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+%license LICENSE
+%doc README.md
+
+%changelog
+* Sun Oct 12 2025 1wErt3r <[email protected]> - 0.0.8
+- Initial package release
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.