]> git.pld-linux.org Git - packages/yelp.git/commitdiff
- partialy rewrited and switch to bzipped2 tar ball.
authorkloczek <kloczek@pld-linux.org>
Fri, 1 Feb 2002 19:51:20 +0000 (19:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    yelp.spec -> 1.2

yelp.spec

index 38d86ffb5ad36f42e2dd193189f8826857a10bd1..316c244facc1c77edbfa616c75e989c78260b9cb 100644 (file)
--- a/yelp.spec
+++ b/yelp.spec
@@ -4,41 +4,50 @@
 %define libgnomeui_version 1.110.0
 %define libbonobo_version 1.110.0
 
-Summary: A system documentation reader from the Gnome project. 
-Name: yelp
-Version: 0.2
-Release: 2
-Source0: yelp-0.2.tar.bz2
-License: GPL
-Group: Applications/System
-BuildRoot: %{_tmppath}/%{name}-root
-Requires: scrollkeeper
-Requires: gtk2 >= %{gtk2_version}
-Requires: gnome-vfs2 >= %{gnome_vfs2_version}
-Requires: gtkhtml2 >= %{gtkhtml2_version}
-Requires: libgnomeui >= %{libgnomeui_version}
-Requires: libbonobo >= %{libbonobo_version}
-BuildRequires: gtk2-devel >= %{gtk2_version}
-BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
-BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version}
-BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
-BuildRequires: libbonobo-devel >= %{libbonobo_version}
+Summary:       A system documentation reader from the Gnome project
+Name:          yelp
+Version:       0.2
+Release:       2
+License:       GPL
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(es):     X11/Aplicaciones
+Group(pl):     X11/Aplikacje
+Group(pt_BR):  X11/Aplicações
+Group(pt):     X11/Aplicações
+Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/yelp/%{name}-%{version}.tar.bz2
+Requires:      scrollkeeper
+Requires:      gtk2 >= %{gtk2_version}
+Requires:      gnome-vfs2 >= %{gnome_vfs2_version}
+Requires:      gtkhtml2 >= %{gtkhtml2_version}
+Requires:      libgnomeui >= %{libgnomeui_version}
+Requires:      libbonobo >= %{libbonobo_version}
+BuildRequires: gtk2-devel >= %{gtk2_version}
+BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
+BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version}
+BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
+BuildRequires: libbonobo-devel >= %{libbonobo_version}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
 
 %description
-Yelp is the Gnome 2 help/documentation browser. It is designed
-to help you browse all the documentation on your system in
-one central tool.
+Yelp is the Gnome 2 help/documentation browser. It is designed to help
+you browse all the documentation on your system in one central tool.
 
 %prep
 %setup -q
 
 %build
 %configure
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
@@ -46,15 +55,8 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
-%defattr(-,root,root)
-%{_bindir}/yelp
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/yelp
 %{_libdir}/bonobo/servers/GNOME_Yelp.server
 %{_datadir}/applications/yelp.desktop
 %{_datadir}/yelp
-
-%changelog
-* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
-- Rebuild for new gnome2 libraries
-
-* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
-- Initial build.
This page took 0.11611 seconds and 4 git commands to generate.