From 766c86c686e94d2415b47ed18acec40cb759de39 Mon Sep 17 00:00:00 2001 From: Ralf Corsépius Date: Feb 16 2017 14:04:07 +0000 Subject: Add BR: %{__perl} (Fix F26FTBFS). Modernize spec. --- diff --git a/bcrypt.spec b/bcrypt.spec index f535b3b..a21effa 100644 --- a/bcrypt.spec +++ b/bcrypt.spec @@ -1,6 +1,6 @@ Name: bcrypt Version: 1.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: File encryption utility Group: Applications/File @@ -8,9 +8,10 @@ License: BSD URL: http://%{name}.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: bcrypt-fencepost.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel +BuildRequires: %{__perl} +BuildRequires: %{__make} %description Bcrypt is a cross platform file encryption utility. Encrypted files are @@ -39,21 +40,20 @@ Bruce Schneier in 1993. %install -rm -rf $RPM_BUILD_ROOT %{__make} install PREFIX="%{buildroot}%{_prefix}" -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-, root, root, -) -%doc LICENSE README +%doc README +%license LICENSE %doc %{_mandir}/man1/bcrypt.1* %{_bindir}/bcrypt %changelog +* Thu Feb 16 2017 Ralf Corsépius - 1.1-16 +- Add BR: %%{__perl} (Fix F26FTBFS). +- Modernize spec. + * Fri Feb 10 2017 Fedora Release Engineering - 1.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild