|
@@ -1,6 +1,6 @@
|
|
|
Name: perl-GTop
|
|
|
Version: 0.17
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 3%{?_dist_release}
|
|
|
Summary: Perl interface to libgtop
|
|
|
License: GPL+ or Artistic
|
|
|
Group: Development/Libraries
|
|
@@ -13,6 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
BuildRequires: perl(Test::More)
|
|
|
# non-perl
|
|
|
BuildRequires: libgtop2-devel
|
|
|
+BuildRequires: libxcrypt-devel
|
|
|
|
|
|
%?perl_default_filter
|
|
|
|
|
@@ -61,6 +62,10 @@ rm -rf %{buildroot}
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
|
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.17-3
|
|
|
+- rebuilt with gtop2-2.40.0.
|
|
|
+- added BR:libxcrypt-devel.
|
|
|
+
|
|
|
* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.17-2
|
|
|
- build with Perl 5.16
|
|
|
|