rpms/drivel/devel drivel.spec,1.4,1.5

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Sun Jun 18 23:55:15 UTC 2006


Author: pfrields

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

Modified Files:
	drivel.spec 
Log Message:
Update spec to use 2006-05-27 CVS prerelease, fixes #186168


Index: drivel.spec
===================================================================
RCS file: /cvs/extras/rpms/drivel/devel/drivel.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- drivel.spec	18 Feb 2006 02:13:13 -0000	1.4
+++ drivel.spec	18 Jun 2006 23:55:15 -0000	1.5
@@ -1,11 +1,14 @@
+# Use this tag in interim until >2.0.2 release
+%define cvsdate 20060527
+
 Summary: A journal or "blog" client
 Name: drivel
-Version: 2.0.2
-Release: 2%{?dist}
+Version: 2.1.0
+Release: 0.1.%{cvsdate}cvs%{?dist}
 License: GPL
 Group: Applications/Internet
 Url: http://www.dropline.net/drivel
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{?cvsdate:cvs%{cvsdate}}%{!?cvsdate:%{version}}.tar.bz2
 Patch0:	drivel-2.0.2-desktop.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: scrollkeeper
@@ -22,6 +25,7 @@
 BuildRequires: curl-devel
 BuildRequires: gettext
 BuildRequires: desktop-file-utils
+%{?cvsdate:BuildRequires: gnome-common}
 Requires: glib2 >= 2.4.0
 Requires: gtk2 >= 2.4.0
 Requires(pre): GConf2
@@ -35,11 +39,12 @@
 and Advogato.
 
 %prep
-%setup -q
+%setup -q %{?cvsdate:-n %{name}}
 %patch0 -p1
 
 %build
-%configure --disable-schemas-install --disable-mime-update --disable-desktop-update --with-curl-libraries=%{_libdir}
+%{?cvsdate:./autogen.sh}
+%configure --disable-schemas-install --disable-mime-update --disable-desktop-update --with-curl-libraries=%{_libdir} --disable-static
 make
 
 %install
@@ -98,6 +103,7 @@
 %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/
@@ -112,6 +118,9 @@
 %config %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Sat May 27 2006 Paul W. Frields <stickster at gmail.com> - 2.1.0-0.1.20060527cvs
+- Update to CVS HEAD; fixes missing spinner problem and x86_64 segfault (#186168)
+
 * Fri Feb 17 2006 Paul W. Frields <stickster at gmail.com> - 2.0.2-2
 - FESCo mandated rebuild
 




More information about the fedora-extras-commits mailing list