]> git.pld-linux.org Git - packages/ggv.git/blobdiff - ggv.spec
- added using %%{__make} macro.
[packages/ggv.git] / ggv.spec
index 3e8fcd6617ada934470e72017bd4a83cdefa8783..0876a8faea5620480ea6c81a338f48030c0cb370 100644 (file)
--- a/ggv.spec
+++ b/ggv.spec
@@ -1,40 +1,37 @@
 Summary:       GNOME Ghostscript Viewer
 Summary(pl):   Przegl±darka Ghostscriptu dla GNOME
 Name:          ggv
-Version:       0.82
-Release:       2
+Version:       0.95
+Release:       1
 License:       GPL
 Group:         X11/Applications/Graphics
 Group(pl):     X11/Aplikacje/Grafika
-Source:                ftp://ftp.gnome.org/pub/GNOME/stable/sources/ggv/%{name}-%{version}.tar.gz
-Patch:         ggv-applnk.patch
-URL:           http://www.gnome.org/
+Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/ggv/%{name}-%{version}.tar.gz
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: gnome-libs-devel
 BuildRequires: bonobo-devel
+URL:           http://www.gnome.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
 %define                _sysconfdir     /etc/X11/GNOME
 
 %description
-GNOME Ghostscript viewer - a GUI frontend to the Ghostscript postscript
-interpretter. Use this program to preview postscript documents on your
-screen.
+GNOME Ghostscript viewer - a GUI frontend to the Ghostscript
+postscript interpretter. Use this program to preview postscript
+documents on your screen.
 
 %description -l pl
-Przegl±darka Ghostscriptu dla GNOME - graficzny frontend dla interpretera
-postscriptu o nazwie Ghostscript. U¿ywaj tego programu do przegl±dania
-postscriptowych dokumentów na Twoim ekranie.
+Przegl±darka Ghostscriptu dla GNOME - graficzny frontend dla
+interpretera postscriptu o nazwie Ghostscript. U¿ywaj tego programu do
+przegl±dania postscriptowych dokumentów na Twoim ekranie.
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 gettextize --copy --force
-automake
 LDFLAGS="-s"; export LDFLAGS
 %configure \
        --enable-bonobo
@@ -44,7 +41,9 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Graphicsdir=%{_applnkdir}/Graphics
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
This page took 0.07517 seconds and 4 git commands to generate.