No longer any need to rebuild configure script

This commit is contained in:
Greg Bailey 2018-03-28 10:54:21 -07:00
parent 25cbaf987d
commit bd8a736681
1 changed files with 4 additions and 9 deletions

View File

@ -2,7 +2,7 @@
Name: yapet Name: yapet
Version: 1.1 Version: 1.1
Release: 1%{?pre}%{?dist} Release: 2%{?pre}%{?dist}
Summary: Yet Another Password Encryption Tool Summary: Yet Another Password Encryption Tool
License: GPLv3+ with exceptions License: GPLv3+ with exceptions
URL: http://yapet.guengel.ch/ URL: http://yapet.guengel.ch/
@ -12,9 +12,6 @@ BuildRequires: gettext
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: automake
BuildRequires: autoconf
%description %description
YAPET is a text based password manager using the Blowfish encryption algorithm. YAPET is a text based password manager using the Blowfish encryption algorithm.
Because of its small footprint and very few library dependencies, it is suited Because of its small footprint and very few library dependencies, it is suited
@ -31,11 +28,6 @@ do
done done
%build %build
# Rebuild configure script in case any supplied patches only modify configure.ac
aclocal -I m4
autoconf
%configure --disable-install-doc \ %configure --disable-install-doc \
--disable-source-doc \ --disable-source-doc \
--disable-install-doci \ --disable-install-doci \
@ -66,6 +58,9 @@ rm -frv %{buildroot}%{_docdir}
%{_mandir}/man*/*yapet* %{_mandir}/man*/*yapet*
%changelog %changelog
* Wed Mar 28 2018 Greg Bailey <gbailey@lxpro.com> - 1.1-2
- No longer any need to rebuild configure script
* Wed Mar 28 2018 Greg Bailey <gbailey@lxpro.com> - 1.1-1 * Wed Mar 28 2018 Greg Bailey <gbailey@lxpro.com> - 1.1-1
- Update to 1.1 - Update to 1.1
- Update URL - Update URL