|
|
Author: karsten
Update of /cvs/dist/rpms/beagle/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20922
Modified Files:
beagle.spec
Log Message:
mock errors:
checking for UIGLUE... configure: error: Package requirements (gtk+-2.0 >=
2.6.0 librsvg-2.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
added BuildRequires
fix minor typo
Index: beagle.spec
===================================================================
RCS file: /cvs/dist/rpms/beagle/devel/beagle.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- beagle.spec 15 Feb 2006 09:51:39 -0000 1.29
+++ beagle.spec 17 Feb 2006 18:48:35 -0000 1.30
@@ -1,6 +1,6 @@
Name: beagle
Version: 0.2.1
-Release: 6
+Release: 7
Summary: The Beagle Search Infrastructure
Group: User Interface/Desktops
@@ -18,6 +18,8 @@
BuildRequires: libXScrnSaver-devel
BuildRequires: gnome-vfs2-devel
BuildRequires: libgnome-devel
+BuildRequires: gtk2-devel >= 2.6.0
+BuildRequires: librsvg2-devel >= 2.0
Requires: sqlite >= 3.3.1
Requires: zip mono-core poppler-utils
Patch0: beagle-0.2.0-security-fix.patch
@@ -158,8 +160,11 @@
%{_prefix}/lib/python*/site-packages/beagle.so
%changelog
+* Fri Feb 17 2006 Karsten Hopp <karsten@xxxxxxxxx> 0.2.1-7
+- add BuildRequires
+
* Wed Feb 15 2006 Alexander Larsson <alexl@xxxxxxxxxx> 0.2.1-6
-- Make all dlls exectuable to correctly pick up dependencies
+- Make all dlls executable to correctly pick up dependencies
* Mon Feb 13 2006 Ray Strode <rstrode@xxxxxxxxxx> - 0.2.1-4
- remove preferences from accessories menu
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|