Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80c6470263 | ||
|
|
e3a96d0a9f | ||
|
|
01efa6c96b | ||
|
|
806a9fc494 | ||
|
|
5d6e2aa03b | ||
|
|
04edee121a | ||
|
|
34b8015120 | ||
|
|
0a4f1add46 | ||
|
|
7d7dbc4521 |
3 changed files with 16 additions and 16 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -7,3 +7,5 @@ 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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfce4-genmon-plugin-4.2.0.tar.bz2) = e0166e879244d039097f46526782f2232bea6a94eb260f2558a6daf62e82a5aaa68a44749eb95d3d7c212155e36887fca8b41fb558427a1812c614569b4c11b3
|
||||
SHA512 (xfce4-genmon-plugin-4.3.0.tar.xz) = fb6f542e809db60b4dcfd3174cd2a2942cded9e27e98a1ef886af5a26598e0abba9ef587c7026e3371d225785e35d52b8be3f92baa6f76cbacda90abf7a690e2
|
||||
|
|
|
|||
|
|
@ -1,25 +1,25 @@
|
|||
# Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173544
|
||||
|
||||
%global _hardened_build 1
|
||||
%global minor_version 4.2
|
||||
%global xfceversion 4.16
|
||||
%global minor_version 4.3
|
||||
%global xfceversion 4.20
|
||||
|
||||
Name: xfce4-genmon-plugin
|
||||
Version: 4.2.0
|
||||
Version: 4.3.0
|
||||
Release: %autorelease
|
||||
Summary: Generic monitor plugin for the Xfce panel
|
||||
|
||||
License: LGPLv2+
|
||||
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
|
||||
License: LicenseRef-Callaway-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.bz2
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
Requires: xfce4-panel >= %{xfceversion}
|
||||
|
||||
%description
|
||||
|
|
@ -32,15 +32,13 @@ captures its output and displays it as a string into the panel.
|
|||
|
||||
|
||||
%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
|
||||
|
|
@ -50,11 +48,11 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
|||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog
|
||||
%doc AUTHORS README
|
||||
%{_libdir}/xfce4/panel/plugins/*.so
|
||||
%{_datadir}/icons/hicolor/*/apps/org.xfce.genmon.*g
|
||||
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||
|
||||
%{_datadir}/xfce4/genmon/scripts/*
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue