Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e72f3f400a | ||
|
|
c927196dc5 | ||
|
|
54a30846f3 | ||
|
|
c775505886 | ||
|
|
f648264cf2 | ||
|
|
1cfa9fb232 | ||
|
|
e663d02f87 | ||
|
|
99d18b7eb9 |
3 changed files with 14 additions and 15 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,3 +6,5 @@ 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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfce4-fsguard-plugin-1.1.3.tar.bz2) = 4115a86a6ba38f8283752bb45527dac03b66ba3fb9d708391d9d98d9ecc97169ecbdfc515a01ad2ee2915144037e07ea1f9c8e9b831d47deba6e7c86d0f8563b
|
||||
SHA512 (xfce4-fsguard-plugin-1.2.0.tar.xz) = 34bbe50b35ae4a812e7d3da3b6050acc3880ce2b4eb604129dc73a652c3a4b2be5297dadb2109f0f040f697b24aca90b4aafefd484563d1a6a732624a071dc61
|
||||
|
|
|
|||
|
|
@ -1,25 +1,25 @@
|
|||
# review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173661
|
||||
|
||||
%global _hardened_build 1
|
||||
%global minorversion 1.1
|
||||
%global xfceversion 4.16
|
||||
%global minorversion 1.2
|
||||
%global xfceversion 4.20
|
||||
|
||||
Name: xfce4-fsguard-plugin
|
||||
Version: 1.1.3
|
||||
Version: 1.2.0
|
||||
Release: %autorelease
|
||||
Summary: Filesystem-Guard plugin for the Xfce panel
|
||||
|
||||
License: BSD
|
||||
# Automatically converted from old format: BSD - review is highly recommended.
|
||||
License: LicenseRef-Callaway-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.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
|
||||
|
|
@ -34,15 +34,12 @@ left-click on its icon, it opens the mountpoint directory in the file manager.
|
|||
|
||||
|
||||
%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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue