Compare commits

..

10 commits

Author SHA1 Message Date
Fedora Release Engineering
dd015feabe Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:13:50 +00:00
Fedora Release Engineering
3e115a254d Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:40:47 +00:00
Fedora Release Engineering
a8b99e4425 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:50:48 +00:00
Mukundan Ragavan
785c6bb910 Update to v0.4.0; switch to meson 2025-06-01 18:19:07 -05:00
Fedora Release Engineering
323ee5b4cc Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:50:54 +00:00
Mukundan Ragavan
6383967f20 Update to v0.3.2 2024-12-26 16:41:59 -06:00
Miroslav Suchý
aa04a24f15 convert GPLv2+ license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-07-26 03:56:01 +02:00
Fedora Release Engineering
2bf4084536 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 10:04:57 +00:00
Fedora Release Engineering
0b92b537e4 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 09:43:01 +00:00
Fedora Release Engineering
17e98dbcda Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 18:52:09 +00:00
3 changed files with 15 additions and 12 deletions

2
.gitignore vendored
View file

@ -3,3 +3,5 @@ xfmpc-0.2.0.tar.bz2
/xfmpc-0.2.3.tar.bz2
/xfmpc-0.3.0.tar.bz2
/xfmpc-0.3.1.tar.bz2
/xfmpc-0.3.2.tar.bz2
/xfmpc-0.4.0.tar.xz

View file

@ -1 +1 @@
SHA512 (xfmpc-0.3.1.tar.bz2) = 771835828cd89298d79c31cec2716b308889e6b835a2b16d0ef25eab6ed1667b055158f845ebf897df8f3f9f45a07fb6ad2994a9981695e74be2d56408e4abe0
SHA512 (xfmpc-0.4.0.tar.xz) = 158ee83fc3eaefaa800eedcaa70cdd84051259f5287c5eca70f69af7a9ad5872abc96672a051f8c275e163f17ea338360f75cd9f38dac3b455d7e9b236ef9d7f

View file

@ -1,21 +1,22 @@
%global majorver 0.3
%global majorver 0.4
Name: xfmpc
Version: 0.3.1
Version: 0.4.0
Release: %autorelease
Summary: A MPD client for the Xfce desktop environment
License: GPLv2+
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
URL: http://goodies.xfce.org/projects/applications/%{name}
Source0: http://archive.xfce.org/src/apps/%{name}/%{majorver}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/apps/%{name}/%{majorver}/%{name}-%{version}.tar.xz
BuildRequires: make
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= 4.8.0
BuildRequires: libmpd-devel >= 0.15.0
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: meson
BuildRequires: desktop-file-utils
BuildRequires: vala
%description
Xfmpc is a a graphical GTK+ MPD client for the Xfce desktop environment.
@ -27,11 +28,11 @@ It is focusing on low footprint and easy usage.
%build
%configure --disable-static --enable-funky-colors
%make_build
%meson
%meson_build
%install
%make_install
%meson_install
%find_lang %{name}
@ -43,7 +44,7 @@ desktop-file-install \
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog IDEAS NEWS THANKS
%doc AUTHORS IDEAS NEWS THANKS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.gz