rpms/drivel/F-7 drivel.spec,1.9,1.10

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Sun Dec 2 19:18:52 UTC 2007


Author: pfrields

Update of /cvs/pkgs/rpms/drivel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26023

Modified Files:
	drivel.spec 
Log Message:
Update spec for new drivel package


Index: drivel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/drivel/F-7/drivel.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- drivel.spec	19 Aug 2007 21:32:35 -0000	1.9
+++ drivel.spec	2 Dec 2007 19:18:17 -0000	1.10
@@ -1,20 +1,20 @@
 # Use this tag in interim until >2.0.2 release
-%define cvsdate 20060527
+%define cvsdate 20071130
 
 Summary: A journal or "blog" client
 Name: drivel
-Version: 2.1.0
-Release: 0.5.%{cvsdate}cvs%{?dist}
+Version: 2.1.1
+Release: 0.1.%{cvsdate}svn%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Url: http://www.dropline.net/drivel
 # This package differs from the upstream drivel tarball in that
 # the Aladdin-licensed MD5 implementation has been removed by
 # running drivel-nukemd5.sh in the unpacked source directory.
-Source0: %{name}-%{?cvsdate:cvs%{cvsdate}}%{!?cvsdate:%{version}}-nomd5.tar.bz2
+Source0: %{name}-%{?cvsdate:svn%{cvsdate}}%{!?cvsdate:%{version}}-nomd5.tar.bz2
 Source1: drivel-nukemd5.sh
-Patch0:	drivel-2.0.2-desktop.patch
-Patch1: drivel-2.1.0-beecrypt.patch
+Patch0: drivel-2.1.1-openssl.patch
+Patch1: drivel-2.1.1-proxyuri.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: scrollkeeper
 BuildRequires: gtkspell-devel 
@@ -33,7 +33,7 @@
 BuildRequires: intltool
 BuildRequires: desktop-file-utils
 %{?cvsdate:BuildRequires: gnome-common}
-BuildRequires: beecrypt-devel
+BuildRequires: openssl-devel
 Requires: glib2 >= 2.4.0
 Requires: gtk2 >= 2.4.0
 Requires(pre): GConf2
@@ -112,7 +112,6 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING COPYING-DOCS ChangeLog NEWS README TODO
 %{_bindir}/drivel
-%{_libdir}/drivel
 %{_datadir}/applications/gnome-drivel.desktop
 %{_datadir}/application-registry/drivel.applications
 %{_datadir}/drivel/
@@ -127,6 +126,11 @@
 %config %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Fri Nov 30 2007 Paul W. Frields <stickster at gmail.com> - 2.1.1-0.1.20071130svn
+- Update to latest SVN
+- Use OpenSSL library instead of beecrypt for MD5
+- Patch proxy URI behavior
+
 * Sun Aug 19 2007 Paul W. Frields <stickster at gmail.com> - 2.1.0-0.5.20060527cvs
 - Fix license tag
 - Remove verboten Aladdin Free Software Licensed files md5.{c,h}




More information about the fedora-extras-commits mailing list