From 77462a717a7cc13ab4b99cef5012da2d29850fc3 Mon Sep 17 00:00:00 2001 From: Jef Spaleta Date: Jun 15 2012 19:34:05 +0000 Subject: prepping new upstream release --- diff --git a/.gitignore b/.gitignore index 5091ccc..074fe02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ revelation-0.4.11.tar.bz2 +/revelation-0.4.13.tar.bz2 diff --git a/revelation.spec b/revelation.spec index 7da9e2c..9ae79fd 100644 --- a/revelation.spec +++ b/revelation.spec @@ -3,15 +3,15 @@ Summary: Password manager for GNOME 2 Name: revelation -Version: 0.4.11 -Release: 18%{?dist} +Version: 0.4.13 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity -Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.11.tar.bz2 -Patch0: revelation_ui.patch -Patch1: revelation-0.4.11-no_applet.patch -Patch2: revelation-0.4.11-gcc.patch -URL: http://oss.codepoet.no/revelation/ +Source0: https://bitbucket.org/erikg/revelation/downloads/revelation-0.4.13.tar.bz2 +#Patch0: revelation_ui.patch +#Patch1: revelation-0.4.11-no_applet.patch +#Patch2: revelation-0.4.11-gcc.patch +URL: http://revelation.olasagasti.info/index.php Requires: python-crypto >= 2.0 Requires: pygtk2 >= 2.4 Requires: gnome-python2-gconf >= 2.0 @@ -46,9 +46,9 @@ a tree structure, and stores them as AES-encrypted XML files. %prep %setup -q -%patch0 -p0 -%patch1 -p1 -b .noapplet -%patch2 -p1 -b .gcc +#%patch0 -p0 +#%patch1 -p1 -b .noapplet +#%patch2 -p1 -b .gcc %build autoreconf -i @@ -60,8 +60,6 @@ make %{?_smp_mflags} CC="%{__cc} $RPM_OPT_FLAGS" %{__rm} -rf %{buildroot} export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT -# we use cracklib dicts, so we can remove these -rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/pwdict* %find_lang %{name} @@ -107,11 +105,14 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || : %{_datadir}/applications/*.desktop %{_datadir}/revelation/ %{_datadir}/icons/hicolor/??x??/mimetypes/gnome-mime-application-x-revelation.png -%{_datadir}/icons/hicolor/*/apps/%{name}*.png +%{_datadir}/icons/hicolor/*/apps/%{name}*.* %{python_sitearch}/revelation/ %{_datadir}/mime/packages/* %changelog +* Fri Jun 15 2012 Jef Spaleta - 0.4.13-1 +- New upstream development location and new release + * Sat Jan 14 2012 Fedora Release Engineering - 0.4.11-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 26b0013..fab5df6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2db4a2f00f59b18798d4453c778129f revelation-0.4.11.tar.bz2 +4490bd0d080307f3338b9dcf84b50535 revelation-0.4.13.tar.bz2