Update to 1.0

This commit is contained in:
Christopher Meng 2014-02-27 17:22:35 +08:00
parent 1c7497ee80
commit d7257dc507
3 changed files with 20 additions and 16 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
yapet-0.6.tar.gz
/yapet-0.7.tar.bz2
/yapet-0.8pre2.tar.bz2
/yapet-1.0.tar.bz2

View File

@ -1 +1 @@
e7f06fa1d556d051a3548729f0cb7e9d yapet-0.8pre2.tar.bz2
a3cf3c274abefdbee15acd74dbdbb1ee yapet-1.0.tar.bz2

View File

@ -1,15 +1,15 @@
%global pre pre2
#global pre pre2
Name: yapet
Version: 0.8
Release: 0.6.%{pre}%{?dist}
Summary: Curses based password encryption tool
License: GPLv3+ with exceptions
URL: http://www.guengel.ch/myapps/%{name}/
Source0: http://www.guengel.ch/myapps/%{name}/downloads/%{name}-%{version}%{pre}.tar.bz2
BuildRequires: openssl-devel
BuildRequires: ncurses-devel
BuildRequires: gettext
Name: yapet
Version: 1.0
Release: 1%{?pre}%{?dist}
Summary: Curses based password encryption tool
License: GPLv3+ with exceptions
URL: http://www.guengel.ch/myapps/%{name}/
Source0: http://www.guengel.ch/myapps/%{name}/downloads/%{name}-%{version}%{pre}.tar.bz2
BuildRequires: openssl-devel
BuildRequires: ncurses-devel
BuildRequires: gettext
%description
YAPET is a text based password manager using the Blowfish encryption algorithm.
@ -17,7 +17,7 @@ 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}
%setup -qn %{name}-%{version}%{?pre}
for f in ./DESIGN ./README
do
@ -39,7 +39,7 @@ make CXXFLAGS+="%{optflags}" CFLAGS+="%{optflags}" %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
# Console running is Ok.
rm -rf %{buildroot}%{_datadir}/applications/
rm -frv %{buildroot}%{_datadir}/applications/
%find_lang %{name}
@ -50,6 +50,9 @@ rm -rf %{buildroot}%{_datadir}/applications/
%{_mandir}/man*/*%{name}*
%changelog
* 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
@ -74,9 +77,9 @@ rm -rf %{buildroot}%{_datadir}/applications/
* Sun Nov 14 2010 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.7-1
- New upstream release
* Sun Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-2
* Mon Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-2
- Correct License and patch integration
- Add LICENSE to DOC
* Sun Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-1
* Mon Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-1
- Initial Package build