]> git.pld-linux.org Git - packages/ggv.git/commitdiff
- reease 2, ggv-0_61-2
authorkloczek <kloczek@pld-linux.org>
Sun, 3 Oct 1999 01:46:32 +0000 (01:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix BR#91 - added bonobo ggv componet.

Changed files:
    ggv.spec -> 1.15

ggv.spec

index 37f66aad1854b4f60b136f10771ba3ab8d7c26b2..2a9bb1839e3dc07f8386ffb73cfddd98cc5d2f17 100644 (file)
--- a/ggv.spec
+++ b/ggv.spec
@@ -2,7 +2,7 @@ Summary:        GNOME Ghostscript Viewer
 Summary(pl):   PrzeglĀ±darka Ghostscriptu dla GNOME
 Name:          ggv
 Version:       0.61
-Release:       1
+Release:       2
 Copyright:     GPL
 Group:         X11/Applications
 Source:                ftp://ftp.gnome.org/pub/GNOME/sources/ggv/%{name}-%{version}.tar.gz
@@ -11,6 +11,7 @@ URL:          http://www.gnome.org/
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: gnome-libs-devel
+BuildRequires: bonobo-devel
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %define                _prefix         /usr/X11R6
@@ -35,7 +36,8 @@ postscriptowych dokument
 gettextize --copy --force
 automake
 LDFLAGS="-s"; export LDFLAGS
-%configure
+%configure \
+       --enable-bonobo
 
 make
 
@@ -54,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc *.gz
-%attr(755,root,root) %{_bindir}/ggv
+%attr(755,root,root) %{_bindir}/*
 %{_sysconfdir}/CORBA/servers/*
 %{_applnkdir}/Graphics/ggv.desktop
 %{_datadir}/pixmaps/*
This page took 0.066621 seconds and 4 git commands to generate.