diff --git a/.gitignore b/.gitignore index 5c5b8c6..cccf53c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ yapet-0.6.tar.gz /yapet-0.7.tar.bz2 /yapet-0.8pre2.tar.bz2 +/yapet-1.0.tar.bz2 diff --git a/sources b/sources index b66135d..aea5ca3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7f06fa1d556d051a3548729f0cb7e9d yapet-0.8pre2.tar.bz2 +a3cf3c274abefdbee15acd74dbdbb1ee yapet-1.0.tar.bz2 diff --git a/yapet.spec b/yapet.spec index 0802d7a..d5a6fd0 100644 --- a/yapet.spec +++ b/yapet.spec @@ -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 - 1.0-1 +- Update to 1.0 + * Sun Aug 04 2013 Fedora Release Engineering - 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 - 0.7-1 - New upstream release -* Sun Oct 12 2009 Simon Wesp - 0.6-2 +* Mon Oct 12 2009 Simon Wesp - 0.6-2 - Correct License and patch integration - Add LICENSE to DOC -* Sun Oct 12 2009 Simon Wesp - 0.6-1 +* Mon Oct 12 2009 Simon Wesp - 0.6-1 - Initial Package build