Compare commits

..

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

3 changed files with 15 additions and 14 deletions

2
.gitignore vendored
View file

@ -6,5 +6,3 @@ xfce4-fsguard-plugin-0.4.2.tar.bz2
/xfce4-fsguard-plugin-1.1.1.tar.bz2
/xfce4-fsguard-plugin-1.1.2.tar.bz2
/xfce4-fsguard-plugin-1.1.3.tar.bz2
/xfce4-fsguard-plugin-1.1.4.tar.bz2
/xfce4-fsguard-plugin-1.2.0.tar.xz

View file

@ -1 +1 @@
SHA512 (xfce4-fsguard-plugin-1.2.0.tar.xz) = 34bbe50b35ae4a812e7d3da3b6050acc3880ce2b4eb604129dc73a652c3a4b2be5297dadb2109f0f040f697b24aca90b4aafefd484563d1a6a732624a071dc61
SHA512 (xfce4-fsguard-plugin-1.1.3.tar.bz2) = 4115a86a6ba38f8283752bb45527dac03b66ba3fb9d708391d9d98d9ecc97169ecbdfc515a01ad2ee2915144037e07ea1f9c8e9b831d47deba6e7c86d0f8563b

View file

@ -1,25 +1,25 @@
# review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173661
%global _hardened_build 1
%global minorversion 1.2
%global xfceversion 4.20
%global minorversion 1.1
%global xfceversion 4.16
Name: xfce4-fsguard-plugin
Version: 1.2.0
Version: 1.1.3
Release: %autorelease
Summary: Filesystem-Guard plugin for the Xfce panel
# Automatically converted from old format: BSD - review is highly recommended.
License: LicenseRef-Callaway-BSD
License: BSD
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
#VCS: git:git://git.xfce.org/panel-plugins/xfce4-fsguard-plugin
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.xz
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
BuildRequires: make
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: meson
BuildRequires: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
@ -34,12 +34,15 @@ left-click on its icon, it opens the mountpoint directory in the file manager.
%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