Compare commits
11 Commits
ce851d80f3
...
a9902a175b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9902a175b | ||
|
|
b23fa4dbd3 | ||
|
|
6f788ad0ff | ||
|
|
ff18d470f5 | ||
|
|
f7dd94e089 | ||
|
|
c12e065607 | ||
|
|
5267ba4cd1 | ||
|
|
427dcdd4fe | ||
|
|
99d2a4a890 | ||
|
|
aa85531ffa | ||
|
|
b934d8f4dd |
BIN
xfce4-fsguard-plugin-1.1.1.tar.bz2
Normal file
BIN
xfce4-fsguard-plugin-1.1.1.tar.bz2
Normal file
Binary file not shown.
52
xfce4-fsguard-plugin.spec
Normal file
52
xfce4-fsguard-plugin.spec
Normal file
@ -0,0 +1,52 @@
|
||||
%global xfceversion 4.14
|
||||
%global _hardened_build 1
|
||||
Name: xfce4-fsguard-plugin
|
||||
Version: 1.1.1
|
||||
Release: 1
|
||||
Summary: Filesystem monitor plugin for the Xfce panel
|
||||
License: BSD
|
||||
#Group: Development/Libraries
|
||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.1/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
#BuildArch: noarch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
Requires: xfce4-panel >= %{xfceversion}
|
||||
|
||||
%description
|
||||
The fsguard plugin checks free space on a chosen mount point frequently and
|
||||
displays an alarm if free space is less than given alarm limit.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
%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
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING
|
||||
%{_libdir}/xfce4/panel/plugins/*.so
|
||||
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 1.1.1-1
|
||||
- Init package
|
||||
4
xfce4-fsguard-plugin.yaml
Normal file
4
xfce4-fsguard-plugin.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://gitlab.xfce.org/panel-plugins/xfce4-fsguard-plugin.git
|
||||
tag_prefix: "xfce4-fsguard-plugin-"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user