rpms/revelation/devel .cvsignore, 1.9, 1.10 revelation.spec, 1.21, 1.22 sources, 1.9, 1.10

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sun Dec 31 13:54:35 UTC 2006


Author: thl

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

Modified Files:
	.cvsignore revelation.spec sources 
Log Message:
0.4.8-1:
- update to 0.4.8
- ships locals now; use find_lang, BR gettext, perl(XML::Parser)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	6 Feb 2006 19:34:22 -0000	1.9
+++ .cvsignore	31 Dec 2006 13:54:04 -0000	1.10
@@ -1 +1 @@
-revelation-0.4.7.tar.bz2
+revelation-0.4.8.tar.bz2


Index: revelation.spec
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- revelation.spec	9 Dec 2006 07:54:20 -0000	1.21
+++ revelation.spec	31 Dec 2006 13:54:05 -0000	1.22
@@ -3,11 +3,11 @@
 
 Summary:	Password manager for GNOME 2
 Name:		revelation
-Version:	0.4.7
-Release:	7%{?dist}
+Version:	0.4.8
+Release:	1%{?dist}
 License:	GPL
 Group:		Applications/Productivity
-Source0:	ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2
+Source0:	ftp://oss.codepoet.no/revelation/revelation-0.4.8.tar.bz2
 URL:		http://oss.codepoet.no/revelation/
 Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires:	python-crypto >= 2.0
@@ -27,6 +27,8 @@
 BuildRequires:	python-crypto >= 2.0
 BuildRequires:	cracklib-devel
 BuildRequires:	cracklib-dicts
+BuildRequires:	gettext
+BuildRequires:	perl(XML::Parser) 
 BuildRequires:	gnome-panel-devel gnome-python2-extras gnome-python2-desktop
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n)
 Requires(post):         GConf2 shared-mime-info desktop-file-utils
@@ -39,6 +41,9 @@
 
 %prep
 %setup -q
+# workaround for http://oss.codepoet.no/bugzilla/show_bug.cgi?id=200
+sed -i 's!/usr/local/share/!/usr/share/!g' src/lib/config.py
+sed -i 's!/usr/local/etc/gconf/!/etc/gconf/!g' src/lib/config.py
 
 %build
 %configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/cracklib/pw_dict
@@ -52,6 +57,8 @@
 # we use cracklib dicts, so we can remove these
 rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/pwdict*
 
+%find_lang %{name}
+
 desktop-file-install \
   --vendor fedora \
   --mode 644 \
@@ -82,7 +89,7 @@
 %{__rm} -rf %{buildroot}
 
 
-%files
+%files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog README TODO
 %config %{_sysconfdir}/gconf/schemas/*.schemas
@@ -91,18 +98,16 @@
 %{_datadir}/revelation/
 %{_datadir}/icons/hicolor/??x??/mimetypes/gnome-mime-application-x-revelation.png
 %{_datadir}/icons/hicolor/*/apps/%{name}*.png
-%{_datadir}/icons/hicolor/scalable/filesystems/%{name}*
-%{python_sitearch}/revelation/gnomemisc.so
-%{python_sitearch}/revelation/crack.so
-%dir %{python_sitearch}/revelation/
-%dir %{python_sitearch}/revelation/datahandler/
+%{python_sitearch}/revelation/
 %{_datadir}/mime/packages/*
-%{python_sitearch}/revelation/*.py*
-%{python_sitearch}/revelation/datahandler/*.py*
 %{_libdir}/bonobo/servers/GNOME_RevelationApplet.server
 %{_libexecdir}/revelation-applet
 
 %changelog
+* Sun Dec 31 2006 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.8-1
+- update to 0.4.8
+- ships locals now; use find_lang, BR gettext, perl(XML::Parser)
+
 * Sat Dec 09 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.4.7-7
 - Rebuild for python 2.5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	6 Feb 2006 19:34:22 -0000	1.9
+++ sources	31 Dec 2006 13:54:05 -0000	1.10
@@ -1 +1 @@
-d0a100914b0ffc0a09b1d4067f4307eb  revelation-0.4.7.tar.bz2
+03efb36f36c23d6548f22db18e511be0  revelation-0.4.8.tar.bz2




More information about the fedora-extras-commits mailing list