[devhelp/f14/master] fix spec

Matthias Clasen mclasen at fedoraproject.org
Sat Aug 7 04:28:36 UTC 2010


commit 4b58c4070147934496f60f8a9c8d2f70a18cec1b
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Sat Aug 7 00:27:21 2010 -0400

    fix spec

 devhelp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/devhelp.spec b/devhelp.spec
index 7d8da7c..204630c 100644
--- a/devhelp.spec
+++ b/devhelp.spec
@@ -7,6 +7,7 @@
 Name: devhelp
 Version: 2.90.5
 Release: 2%{?dist}
+Epoch: 1
 License: GPLv2+
 Group: Development/Tools
 Summary: API documention browser
@@ -41,7 +42,7 @@ It works natively with API documentation generated by gtk-doc.
 %package devel
 Summary: Library to embed Devhelp in other applications
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
 Requires: gtk3-devel >= %{gtk_version}
 Requires: webkitgtk3-devel
 
@@ -140,6 +141,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Sat Aug  7 2010 Matthias Clasen <mclasen at redhat.com> - 1:2.90.5-2
+- Add epoch to stay ahead of F14
+
 * Wed Jul 14 2010 Matthias Clasen <mclasen at redhat.com> - 2.90.5-2
 - Fix platform check to work with GTK3
 


More information about the scm-commits mailing list