|
|
@ -1,11 +1,10 @@
|
|
|
|
Name: perl-Set-Object
|
|
|
|
Name: perl-Set-Object
|
|
|
|
Version: 1.38
|
|
|
|
Version: 1.39
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: Artistic 2.0
|
|
|
|
License: Artistic 2.0
|
|
|
|
Summary: Set of objects and strings
|
|
|
|
Summary: Set of objects and strings
|
|
|
|
URL: http://search.cpan.org/dist/Set-Object/
|
|
|
|
URL: http://search.cpan.org/dist/Set-Object/
|
|
|
|
Source0: http://www.cpan.org/modules/by-module/Set/Set-Object-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/modules/by-module/Set/Set-Object-%{version}.tar.gz
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
BuildRequires: perl-devel
|
|
|
@ -58,7 +57,7 @@ make %{?_smp_mflags}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
# clean up buildroot
|
|
|
|
# clean up buildroot
|
|
|
|
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
|
|
|
|
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
@ -72,6 +71,9 @@ make test
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 31 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.39-1
|
|
|
|
|
|
|
|
- 1.39 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 21 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-1
|
|
|
|
* Tue Nov 21 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-1
|
|
|
|
- 1.38 bump; Modernize spec file
|
|
|
|
- 1.38 bump; Modernize spec file
|
|
|
|
|
|
|
|
|
|
|
|