packages (DEVEL): yelp/yelp.spec - updated to 2.91.91 - added -libs, -devel...
megabajt
megabajt at pld-linux.org
Sun Mar 13 16:09:09 CET 2011
Author: megabajt Date: Sun Mar 13 15:09:09 2011 GMT
Module: packages Tag: DEVEL
---- Log message:
- updated to 2.91.91
- added -libs, -devel and -apidocs subpackages
---- Files affected:
packages/yelp:
yelp.spec (1.170 -> 1.170.2.1)
---- Diffs:
================================================================
Index: packages/yelp/yelp.spec
diff -u packages/yelp/yelp.spec:1.170 packages/yelp/yelp.spec:1.170.2.1
--- packages/yelp/yelp.spec:1.170 Fri Mar 4 14:26:46 2011
+++ packages/yelp/yelp.spec Sun Mar 13 16:09:03 2011
@@ -2,68 +2,96 @@
Summary: A system documentation reader from the GNOME project
Summary(pl.UTF-8): Czytnik dokumentacji z projektu GNOME
Name: yelp
-Version: 2.30.2
-Release: 7
+Version: 2.91.91
+Release: 1
License: GPL v2
Group: X11/Applications
-Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp/2.30/%{name}-%{version}.tar.bz2
-# Source0-md5: d745dafd0c134e726511894621d9b050
-Patch0: %{name}-libxul.patch
-URL: http://live.gnome.org/Yelp
-BuildRequires: GConf2-devel >= 2.26.0
-BuildRequires: autoconf
-BuildRequires: automake >= 1:1.9
+Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp/2.91/%{name}-%{version}.tar.bz2
+# Source0-md5: 0b6b407c1bac709adadc6b98a21cd1e4
+URL: http://projects.gnome.org/yelp/
+BuildRequires: autoconf >= 2.63
+BuildRequires: automake >= 1:1.11
BuildRequires: bzip2-devel
-BuildRequires: dbus-glib-devel >= 0.74
BuildRequires: gettext-devel
+BuildRequires: glib2-devel >= 1:2.28.0
BuildRequires: gnome-common >= 2.24.0
BuildRequires: gnome-doc-utils >= 0.20.0
-BuildRequires: gtk+2-devel >= 2:2.18.0
-BuildRequires: intltool >= 0.37.0
-BuildRequires: libbeagle-devel >= 0.3.0
-BuildRequires: libtool
+BuildRequires: gtk+3-devel >= 3.0.0
+BuildRequires: gtk-doc >= 1.13
+BuildRequires: gtk-webkit3-devel >= 1.3.2
+BuildRequires: intltool >= 0.41.0
+BuildRequires: libtool >= 2:2.2.6
BuildRequires: libxml2-devel >= 1:2.6.31
BuildRequires: libxslt-devel >= 1.1.22
+BuildRequires: lzma-devel
BuildRequires: pkgconfig >= 1:0.15.0
-BuildRequires: rarian-devel >= 0.7.0
-BuildRequires: rpmbuild(macros) >= 1.311
-BuildRequires: startup-notification-devel >= 0.8
-BuildRequires: xorg-lib-libSM-devel
-BuildRequires: xulrunner-devel >= 1.9-5
-BuildRequires: zlib-devel
+BuildRequires: rpmbuild(macros) >= 1.601
+BuildRequires: sqlite3-devel
+BuildRequires: yelp-xsl >= 2.91.91
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): glib2 >= 1:2.26.0
Requires(post,postun): gtk-update-icon-cache
-Requires(post,postun): hicolor-icon-theme
-Requires(post,preun): GConf2
+Requires: %{name}-libs = %{version}-%{release}
Requires: docbook-style-xsl >= 1.55.0
Requires: gnome-doc-utils >= 0.20.0
-Requires: scrollkeeper
-%requires_eq_to xulrunner xulrunner-devel
+Requires: hicolor-icon-theme
+Requires: yelp-xsl >= 2.91.91
# sr at Latn vs. sr at latin
Conflicts: glibc-misc < 6:2.7
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-# can be provided by mozilla or mozilla-embedded
-%define _noautoreqdep libgtkembedmoz.so libgtksuperwin.so libxpcom.so
-# we have strict deps for it
-%define _noautoreq libxpcom.so
-
%description
-Yelp is the GNOME help/documentation browser. It is designed to help
-you browse all the documentation on your system in one central tool.
+Yelp is the default help browser for the GNOME desktop. Yelp provides
+a simple graphical interface for viewing DocBook, HTML, man, and info
+formatted documentation.
%description -l pl.UTF-8
-Yelp jest przeglądarką pomocy i dokumentacji GNOME. Umożliwia
-przeglądanie całej dokumentacji systemu za pomocą jednego, centralnego
-narzędzia.
+Yelp jest domyślną przeglądarką pomocy dla biurka GNOME. Dostarcza
+prosty graficzny interfejs do oglądania dokumentacji w formatach
+DocBook, HTML, man i info.
+
+%package libs
+Summary: yelp library
+Summary(pl.UTF-8): Biblioteka yelp
+Group: Libraries
+
+%description libs
+yelp library.
+
+%description libs -l pl.UTF-8
+Biblioteka yelp.
+
+%package devel
+Summary: Header files for yelp library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki yelp
+Group: Development/Libraries
+Requires: %{name}-libs = %{version}-%{release}
+Requires: glib2-devel >= 1:2.28.0
+Requires: gtk+3-devel >= 3.0.0
+Requires: gtk-webkit3-devel >= 1.3.2
+Requires: libxml2-devel >= 1:2.6.31
+Requires: libxslt-devel >= 1.1.22
+
+%description devel
+Header files for yelp library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki yelp.
+
+%package apidocs
+Summary: yelp library API documentation
+Summary(pl.UTF-8): Dokumentacja API biblioteki yelp
+Group: Documentation
+Requires: gtk-doc-common
+
+%description apidocs
+yelp library API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki yelp.
%prep
%setup -q
-%patch0 -p1
-
-# fix locale names
-# drop en at shaw locale
-sed -i -e s#en at shaw## po/LINGUAS
-rm -f po/en at shaw.po
%build
%{__intltoolize}
@@ -72,9 +100,13 @@
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure
-%{__make} -j1 \
- CFLAGS="%{rpmcflags} -DI_KNOW_RARIAN_0_8_IS_UNSTABLE"
+%configure \
+ --disable-silent-rules \
+ --disable-schemas-compile \
+ --disable-static \
+ --enable-gtk-doc \
+ --with-html-dir=%{_gtkdocdir}
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -82,30 +114,49 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%post
-%gconf_schema_install yelp.schemas
%update_icon_cache hicolor
-
-%preun
-%gconf_schema_uninstall yelp.schemas
+%update_desktop_database_post
+%glib_compile_schemas
%postun
%update_icon_cache hicolor
+%update_desktop_database_postun
+%glib_compile_schemas
+
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc README ChangeLog NEWS TODO AUTHORS
%attr(755,root,root) %{_bindir}/gnome-help
%attr(755,root,root) %{_bindir}/yelp
+%{_datadir}/glib-2.0/schemas/org.gnome.yelp.gschema.xml
%{_datadir}/yelp
%{_desktopdir}/yelp.desktop
%{_iconsdir}/hicolor/*/*/yelp-icon-big.png
-%{_sysconfdir}/gconf/schemas/yelp.schemas
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libyelp.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libyelp.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libyelp.so
+%{_includedir}/libyelp
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/libyelp
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -113,6 +164,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.170.2.1 2011/03/13 15:09:03 megabajt
+- updated to 2.91.91
+- added -libs, -devel and -apidocs subpackages
+
Revision 1.170 2011/03/04 13:26:46 lisu
- rel 7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yelp/yelp.spec?r1=1.170&r2=1.170.2.1&f=u
More information about the pld-cvs-commit
mailing list