From dc93bca0e8ea1f7976985cc36551f455e25d87f4 Mon Sep 17 00:00:00 2001 From: Ralf Corsépius corsepiu@fedoraproject.org Date: Feb 16 2016 03:17:11 +0000 Subject: Add BR: /usr/bin/pod2man (F24FTBFS, RHBZ#1307845).
- Add perl run-time deps to BRs. - Add %license. - Modernize spec.
---
diff --git a/pakiti.spec b/pakiti.spec index 17475d7..02f0819 100644 --- a/pakiti.spec +++ b/pakiti.spec @@ -7,14 +7,22 @@ Summary: Patching status monitoring tool Name: pakiti Version: 3.0.1 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://github.com/CESNET/pakiti3 License: ASL 2.0 and BSD Group: Applications/Internet Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl +BuildRequires: /usr/bin/pod2man + +BuildRequires: perl(File::Temp) +BuildRequires: perl(FindBin) +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(Pod::Usage) +BuildRequires: perl(constant) +BuildRequires: perl(strict) +BuildRequires: perl(warnings)
%description Runs rpm -qa or dpkg -l on the hosts and sends results to a central server. @@ -36,23 +44,25 @@ central Pakiti server using openssl s_client or curl.
%build mkdir man -pod2man --section=1 bin/pakiti-client > man/pakiti-client.1 +/usr/bin/pod2man --section=1 bin/pakiti-client > man/pakiti-client.1
%install -rm -rf %{buildroot} install -D -m755 bin/pakiti-client %{buildroot}%{_bindir}/pakiti-client install -D -m644 man/pakiti-client.1 %{buildroot}%{_mandir}/man1/pakiti-client.1
-%clean -rm -rf %{buildroot} - %files client -%defattr(-,root,root,-) +%license LICENSE %{_bindir}/* %{_mandir}/man?/*
%changelog +* Sun Feb 14 2016 Ralf Corsépius corsepiu@fedoraproject.org - 3.0.1-4 +- Add BR: /usr/bin/pod2man (F24FTBFS, RHBZ#1307845). +- Add perl run-time deps to BRs. +- Add %%license. +- Modernize spec. + * Thu Feb 04 2016 Fedora Release Engineering releng@fedoraproject.org - 3.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
https://src.fedoraproject.org/rpms/pakiti/c/dc93bca0e8ea1f7976985cc36551f455...
scm-commits@lists.fedoraproject.org