Compare commits

..

No commits in common. "rawhide" and "f41" have entirely different histories.

3 changed files with 16 additions and 16 deletions

2
.gitignore vendored
View file

@ -7,5 +7,3 @@ xfce4-genmon-plugin-3.2.tar.bz2
/xfce4-genmon-plugin-4.1.0.tar.bz2
/xfce4-genmon-plugin-4.1.1.tar.bz2
/xfce4-genmon-plugin-4.2.0.tar.bz2
/xfce4-genmon-plugin-4.2.1.tar.bz2
/xfce4-genmon-plugin-4.3.0.tar.xz

View file

@ -1 +1 @@
SHA512 (xfce4-genmon-plugin-4.3.0.tar.xz) = fb6f542e809db60b4dcfd3174cd2a2942cded9e27e98a1ef886af5a26598e0abba9ef587c7026e3371d225785e35d52b8be3f92baa6f76cbacda90abf7a690e2
SHA512 (xfce4-genmon-plugin-4.2.0.tar.bz2) = e0166e879244d039097f46526782f2232bea6a94eb260f2558a6daf62e82a5aaa68a44749eb95d3d7c212155e36887fca8b41fb558427a1812c614569b4c11b3

View file

@ -1,25 +1,25 @@
# Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173544
%global _hardened_build 1
%global minor_version 4.3
%global xfceversion 4.20
%global minor_version 4.2
%global xfceversion 4.16
Name: xfce4-genmon-plugin
Version: 4.3.0
Version: 4.2.0
Release: %autorelease
Summary: Generic monitor plugin for the Xfce panel
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
License: LicenseRef-Callaway-LGPLv2+
License: LGPLv2+
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
#VCS: git:git://git.xfce.org/panel-plugins/xfce4-genmon-plugin
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.xz
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
BuildRequires: make
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: meson
BuildRequires: intltool
BuildRequires: gettext
Requires: xfce4-panel >= %{xfceversion}
%description
@ -32,13 +32,15 @@ captures its output and displays it as a string into the panel.
%build
%meson
%meson_build
%configure --disable-static
%make_build
%install
%meson_install
%make_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
@ -48,11 +50,11 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%files -f %{name}.lang
%license COPYING
%doc AUTHORS README
%doc AUTHORS ChangeLog
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/icons/hicolor/*/apps/org.xfce.genmon.*g
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/xfce4/genmon/scripts/*
%changelog
%autochangelog