rpms/revelation/devel revelation.spec,1.13,1.14

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Fri Oct 14 16:12:52 UTC 2005


Author: thl

Update of /cvs/extras/rpms/revelation/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16020

Modified Files:
	revelation.spec 
Log Message:
0.4.5-3 - use cracklib-dicts correctly, don't ship revelation dicts


Index: revelation.spec
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- revelation.spec	29 Aug 2005 15:00:19 -0000	1.13
+++ revelation.spec	14 Oct 2005 16:12:50 -0000	1.14
@@ -4,7 +4,7 @@
 Summary:	Password manager for GNOME 2
 Name:		revelation
 Version:	0.4.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL
 Group:		Applications/Productivity
 Source0:	ftp://oss.codepoet.no/revelation/revelation-0.4.5.tar.bz2
@@ -17,7 +17,7 @@
 Requires:	gnome-python2-gconf >= 2.0
 Requires:	gnome-python2-gnomevfs >= 2.6
 Requires:	gnome-python2-applet
-Requires:	words >= 3.0
+Requires:	cracklib-dicts
 BuildRequires:	python >= 2.2
 BuildRequires:	python-devel >= 2.3
 BuildRequires:	pygtk2-devel >= 2.4
@@ -27,7 +27,7 @@
 BuildRequires:	desktop-file-utils
 BuildRequires:	python-crypto >= 2.0
 BuildRequires:	cracklib
-BuildRequires:	words
+BuildRequires:	cracklib-dicts
 BuildRequires:	gnome-panel-devel gnome-python2-extras
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n)
 Requires(post):         GConf2 shared-mime-info desktop-file-utils
@@ -43,7 +43,7 @@
 %patch0 -p0 -b .patch0
 
 %build
-%configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/dict/
+%configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/cracklib/pw_dict
 make %{?_smp_mflags}
 
 
@@ -51,6 +51,8 @@
 %{__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*
 
 desktop-file-install \
   --vendor fedora \
@@ -107,6 +109,10 @@
 %{_libexecdir}/revelation-applet
 
 %changelog
+* Fri Oct 14 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.5-3
+- use cracklib-dicts correctly (#170742)
+- don't ship revelation dicts
+
 * Mon Aug 27 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.5-2
 - Require gnome-python2-applet (#166987)
 




More information about the fedora-extras-commits mailing list