Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Fedora Release Engineering
47f0e5c4d7 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:10:19 +00:00
Fedora Release Engineering
e32fb78e2d Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:37:13 +00:00
Fedora Release Engineering
a097a84f4f Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:47:12 +00:00
Mukundan Ragavan
aa34a38ab0 Update to v1.2.0; switch to meson 2025-06-01 18:52:27 -05:00
Fedora Release Engineering
cafcfb1929 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:44:01 +00:00
Mukundan Ragavan
a1bc874a27 Update to v1.1.7 2024-12-25 09:54:00 -06:00
Mukundan Ragavan
71f9203306 rebuild for xfce-4.20 2024-12-22 16:18:37 -06:00
Miroslav Suchý
66dd312c76 convert GPLv2+ license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-07-26 03:51:06 +02:00
Fedora Release Engineering
bb9496aab1 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:58:56 +00:00
3 changed files with 15 additions and 15 deletions

2
.gitignore vendored
View file

@ -9,3 +9,5 @@ xfce4-mount-plugin-0.5.5.tar.bz2
/xfce4-mount-plugin-1.1.4.tar.bz2
/xfce4-mount-plugin-1.1.5.tar.bz2
/xfce4-mount-plugin-1.1.6.tar.bz2
/xfce4-mount-plugin-1.1.7.tar.bz2
/xfce4-mount-plugin-1.2.0.tar.xz

View file

@ -1 +1 @@
SHA512 (xfce4-mount-plugin-1.1.6.tar.bz2) = 5f0d8c2ebf6528560c42b5dc1408a40bce8dfc4528f2a2ea1955774a8e5fab0cda9c81b052927c7dbd8675a5bbd104a208c657f473dc5258e049fa0b34af16a3
SHA512 (xfce4-mount-plugin-1.2.0.tar.xz) = c67ce79daa6cdaf7b397d563952af3c013212888c60622c8609245e5da7ba2a9846fba63f2886a16acfb509b6b65b82b4bfc146e6933d843d8f0df68ed3f55b6

View file

@ -1,25 +1,25 @@
# Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173549
%global _hardened_build 1
%global minorversion 1.1
%global xfceversion 4.16
%global minorversion 1.2
%global xfceversion 4.20
Name: xfce4-mount-plugin
Version: 1.1.6
Version: 1.2.0
Release: %autorelease
Summary: Mount/unmount utility for the Xfce panel
License: GPLv2+
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
#VCS: git:git://git.xfce.org/panel-plugins/xfce4-diskperf-plugin
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.xz
BuildRequires: make
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: meson
Requires: xfce4-panel >= %{xfceversion}
%description
@ -29,14 +29,12 @@ Mount and unmount filesystems from the Xfce panel.
%autosetup
%build
%configure --disable-static
%make_build
%meson
%meson_build
%install
%make_install
%meson_install
# remove la file
find %{buildroot} -name '*.la' -exec rm -f {} ';'
# make sure debuginfo is generated properly
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
@ -45,7 +43,7 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%files -f %{name}.lang
%doc AUTHORS ChangeLog
%doc AUTHORS README
%license COPYING
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop