]> git.pld-linux.org Git - packages/yelp.git/commitdiff
- updated server file location, release 2
authoraflinta <aflinta@pld-linux.org>
Wed, 27 Nov 2002 11:38:52 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    yelp.spec -> 1.26

yelp.spec

index 1fe27fd4c45ff8cef40966be4e74005077e30856..e5bd7e758e48502f97bf779f4da871fd420fa2bb 100644 (file)
--- a/yelp.spec
+++ b/yelp.spec
@@ -6,7 +6,7 @@ Summary:        A system documentation reader from the Gnome project
 Summary(pl):   Czytnik dokumentacji z projektu GNOME
 Name:          yelp
 Version:       2.1.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
@@ -33,6 +33,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
 %define                _sysconfdir     /etc/X11/GNOME2
+%define                _serverdir      /usr/lib/bonobo/servers
 
 %description
 Yelp is the Gnome 2 help/documentation browser. It is designed to help
@@ -59,7 +60,9 @@ narz
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+           DESTDIR=$RPM_BUILD_ROOT \
+           serverdir=%{_serverdir}
 
 %find_lang %{name} --with-gnome --all-name
 
@@ -76,6 +79,6 @@ GCONF_CONFIG_SOURCE="`%{_bindir}/gconftool-2 --get-default-source`" %{_bindir}/g
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/%{name}
 %{_datadir}/applications/*
-%{_libdir}/bonobo/servers/*
+%{_serverdir}/*
 %attr(755,root,root) %{_libdir}/%{name}-db2html
 %{_datadir}/sgml/docbook/%{name}
This page took 0.77292 seconds and 4 git commands to generate.