Compare commits

..

9 Commits
master ... el6

Author SHA1 Message Date
Greg Bailey f0195db72b Merge branch 'master' into el6 2018-03-28 11:05:34 -07:00
Christopher Meng f00779222e Merge branch 'master' into el6
Conflicts:
	.gitignore
	sources
	yapet.spec
2014-03-25 12:24:28 +08:00
Simon Wesp 326c0acf8b New Upstream Release 2011-08-05 20:52:18 +02:00
Fedora Release Engineering eb17d07a43 dist-git conversion 2010-07-29 16:19:17 +00:00
cassmodiah e96680e440 initial import 2010-07-09 18:43:40 +00:00
cassmodiah 97d9162096 customized for EL-6 2010-06-30 16:20:14 +00:00
Dennis Gilmore 5fb60b6c5b Initialize branch EL-6 for yapet 2010-05-08 02:29:50 +00:00
Bill Nottingham 1cc0fb507e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:16 +00:00
cassmodiah a708ac7aa9 initial release 2009-10-13 17:24:01 +00:00
3 changed files with 15 additions and 61 deletions

3
.gitignore vendored
View File

@ -1,6 +1,5 @@
yapet-0.6.tar.gz
/yapet-0.6.tar.gz
/yapet-0.7.tar.bz2
/yapet-0.8pre2.tar.bz2
/yapet-1.0.tar.bz2
/yapet-1.1.tar.xz
/yapet-2.3.tar.xz

View File

@ -1 +1 @@
SHA512 (yapet-2.3.tar.xz) = 94fefabc5d90e2da1b614ec55f26d3f36d5cb423ca18fb10a895924a5fe3bd18d91636caf44cf72a63d4b212973fbd08d74848938df206f7eebf8ae591e82ffb
SHA512 (yapet-1.1.tar.xz) = 371d76beff7665f305f738d5f9498b9edf6fff251c620115fb5fe89da0743e2fbf920712db210076a0123d0972c15ea69227acb1d37e2aae70ffca6bab27d13a

View File

@ -1,8 +1,8 @@
#global pre pre2
Name: yapet
Version: 2.3
Release: 3%{?pre}%{?dist}
Version: 1.1
Release: 2%{?pre}%{?dist}
Summary: Yet Another Password Encryption Tool
License: GPLv3+ with exceptions
URL: http://yapet.guengel.ch/
@ -11,31 +11,23 @@ BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: cppunit-devel
BuildRequires: libargon2-devel
%if 0%{?rhel} == 7
BuildRequires: devtoolset-7-gcc-c++
%endif
%description
YAPET is a text based password manager using the AES-256 encryption
algorithm to store passwords and associated information encrypted on
disk. Its primary aim is to provide a safe way to store passwords in a
file on disk while having a small footprint, and compiling and running
under today's most popular Unix Systems.
The password records are protected by a master password which is used
to encrypt and decrypt the password records.
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
for installing on desktop and server systems alike.
%prep
%setup -qn %{name}-%{version}%{?pre}
%build
%if 0%{?rhel} == 7
source /opt/rh/devtoolset-7/enable
%endif
for f in ./DESIGN ./README
do
iconv -f iso-8859-1 -t utf-8 $f |sed 's|\r||g' > $f.utf8
touch -c -r $f $f.utf8
mv $f.utf8 $f
done
%build
%configure --disable-install-doc \
--disable-source-doc \
--disable-install-doci \
@ -60,28 +52,12 @@ rm -frv %{buildroot}%{_docdir}
#make check
%files -f %{name}.lang -f libyacurs.lang
%doc AUTHORS BUGS NEWS README
%doc AUTHORS DESIGN NEWS README THANKS TODO
%license COPYING LICENSE
%{_bindir}/*yapet*
%{_mandir}/man*/*yapet*
%changelog
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Mar 18 2019 Remi Collet <remi@fedoraproject.org> - 2.3-2
- rebuild for libargon2 new soname
* Sun Mar 3 2019 Greg Bailey <gbailey@lxpro.com> - 2.3-1
- Update to 2.3 (#1678913)
- Use devtoolset for EPEL 7 builds (needs C++14 language features)
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Mar 28 2018 Greg Bailey <gbailey@lxpro.com> - 1.1-2
- No longer any need to rebuild configure script
@ -126,27 +102,6 @@ rm -frv %{buildroot}%{_docdir}
* Thu Feb 27 2014 Christopher Meng <rpm@cicku.me> - 1.0-1
- Update to 1.0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.6.pre2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.5.pre2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.4.pre2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.3.pre2
- Rebuilt for c++ ABI breakage
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.2.pre2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Mar 15 2011 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.8-0.1.pre2
- Update
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sun Nov 14 2010 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.7-1
- New upstream release