SPECS (DEVEL): yelp.spec - updated to 2.21.90 - added -beagle.patc...
megabajt
megabajt at pld-linux.org
Fri Feb 15 12:19:06 CET 2008
Author: megabajt Date: Fri Feb 15 11:19:06 2008 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- updated to 2.21.90
- added -beagle.patch (fixes build with recent beagle)
- more verbose files
---- Files affected:
SPECS:
yelp.spec (1.121 -> 1.121.2.1)
---- Diffs:
================================================================
Index: SPECS/yelp.spec
diff -u SPECS/yelp.spec:1.121 SPECS/yelp.spec:1.121.2.1
--- SPECS/yelp.spec:1.121 Wed Feb 13 07:32:03 2008
+++ SPECS/yelp.spec Fri Feb 15 12:19:01 2008
@@ -2,42 +2,46 @@
Summary: A system documentation reader from the GNOME project
Summary(pl.UTF-8): Czytnik dokumentacji z projektu GNOME
Name: yelp
-Version: 2.20.0
-Release: 9
-License: GPL
+Version: 2.21.90
+Release: 1
+License: GPL v2
Group: X11/Applications
-Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp/2.20/%{name}-%{version}.tar.bz2
-# Source0-md5: 8902618c343093b1c64ee6d647ec41ed
+Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp/2.21/%{name}-%{version}.tar.bz2
+# Source0-md5: d6f95ed528994cde4834b52d483da66b
Patch0: %{name}-desktop.patch
Patch1: %{name}-bs.patch
-URL: http://www.gnome.org/
-BuildRequires: GConf2-devel >= 2.20.0
-BuildRequires: ORBit2-devel >= 1:2.14.9
+Patch2: %{name}-beagle.patch
+URL: http://live.gnome.org/Yelp
+BuildRequires: GConf2-devel >= 2.21.90
BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: automake >= 1:1.9
BuildRequires: bzip2-devel
-BuildRequires: dbus-glib-devel >= 0.73
+BuildRequires: dbus-glib-devel >= 0.74
+BuildRequires: gettext-devel
BuildRequires: gnome-common >= 2.20.0
-BuildRequires: gnome-doc-utils >= 0.12.0
-BuildRequires: gnome-vfs2-devel >= 2.20.0
+BuildRequires: gnome-doc-utils >= 0.12.1
+BuildRequires: gnome-vfs2-devel >= 2.21.90
+BuildRequires: gtk+2-devel >= 2:2.12.8
+BuildRequires: intltool >= 0.37.0
BuildRequires: libbeagle-devel >= 0.3.0
BuildRequires: libglade2-devel >= 1:2.6.2
-BuildRequires: libgnomeui-devel >= 2.20.0
+BuildRequires: libgnomeui-devel >= 2.21.91
BuildRequires: libtool
-BuildRequires: libxml2-devel >= 1:2.6.30
+BuildRequires: libxml2-devel >= 1:2.6.31
BuildRequires: libxslt-devel >= 1.1.22
BuildRequires: pkgconfig >= 1:0.15.0
-BuildRequires: rarian-devel
+BuildRequires: rarian-devel >= 0.7.0
BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: startup-notification-devel >= 0.8
BuildRequires: xulrunner-devel >= 1.8.0.4
BuildRequires: zlib-devel
-Requires(post,preun): GConf2
Requires(post,postun): gtk+2
Requires(post,postun): hicolor-icon-theme
+Requires(post,preun): GConf2
Requires: docbook-style-xsl >= 1.55.0
-Requires: gnome-doc-utils >= 0.12.0
-Requires: gnome-vfs2 >= 2.20.0
-Requires: libgnomeui >= 2.20.0
+Requires: gnome-doc-utils >= 0.12.1
+Requires: gnome-vfs2 >= 2.21.90
+Requires: libgnomeui >= 2.21.91
Requires: scrollkeeper
%requires_eq_to xulrunner xulrunner-devel
# sr at Latn vs. sr at latin
@@ -62,17 +66,20 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
# fix locale names
-sed -i -e s#nds\@NFE#nds# po/LINGUAS
-sed -i -e s#sr\@Latn#sr\@latin# po/LINGUAS
-mv po/nds{\@NFE,}.po
-mv po/sr\@{Latn,latin}.po
+sed -i -e s#nds at NFE#nds# po/LINGUAS
+sed -i -e s#sr at Latn#sr at latin# po/LINGUAS
+mv po/nds{@NFE,}.po
+mv po/sr@{Latn,latin}.po
%build
+%{__intltoolize}
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure
%{__make} -j1 \
@@ -84,7 +91,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-%find_lang %{name} --with-gnome
+%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -102,9 +109,10 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc README ChangeLog NEWS TODO AUTHORS
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
-%{_desktopdir}/*.desktop
+%attr(755,root,root) %{_bindir}/gnome-help
+%attr(755,root,root) %{_bindir}/yelp
+%{_datadir}/yelp
+%{_desktopdir}/yelp.desktop
%{_iconsdir}/hicolor/*/*/yelp-icon-big.png
%{_sysconfdir}/gconf/schemas/yelp.schemas
@@ -114,6 +122,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.121.2.1 2008-02-15 11:19:01 megabajt
+- updated to 2.21.90
+- added -beagle.patch (fixes build with recent beagle)
+- more verbose files
+
Revision 1.121 2008-02-13 06:32:03 qboosh
- sorted BRs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/yelp.spec?r1=1.121&r2=1.121.2.1&f=u
More information about the pld-cvs-commit
mailing list