]> git.pld-linux.org Git - packages/ggv.git/blob - ggv.spec
fb234f7400943235995df32698c0619c4c74f4b6
[packages/ggv.git] / ggv.spec
1 Summary:        GNOME Ghostscript Viewer
2 Summary(pl):    Przegl±darka Ghostscriptu dla GNOME
3 Name:           ggv
4 Version:        2.3.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
9 # Source0-md5:  087bbe0e84a7ef414cf1f7c36e8cc132
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 1.2.1-10
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  autoconf
15 BuildRequires:  docbook-style-dsssl
16 BuildRequires:  gettext-devel
17 BuildRequires:  gtk+2-devel >= 2.2.0
18 BuildRequires:  libbonobo-devel >= 2.3.1
19 BuildRequires:  libtool
20 BuildRequires:  openjade
21 BuildRequires:  rpm-build >= 4.1-8.2
22 BuildRequires:  scrollkeeper
23 Requires(post): GConf2
24 Requires(post): scrollkeeper
25 Requires:       ghostscript
26 Requires:       libbonobo >= 2.3.1
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 GNOME Ghostscript viewer - a GUI frontend to the Ghostscript
31 postscript interpretter. Use this program to preview postscript
32 documents on your screen.
33
34 %description -l pl
35 Przegl±darka Ghostscriptu dla GNOME - graficzny frontend dla
36 interpretera postscriptu o nazwie Ghostscript. U¿ywaj tego programu do
37 przegl±dania postscriptowych dokumentów na Twoim ekranie.
38
39 %prep
40 %setup -q
41
42 %build
43 %configure --enable-platform-gnome-2 \
44            --disable--schemas-install
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
55
56 %find_lang %{name} --with-gnome
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post
62 /usr/bin/scrollkeeper-update
63 %gconf_schema_install
64
65 %postun -p /usr/bin/scrollkeeper-update
66
67 %files -f %{name}.lang
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog NEWS README
70 %attr(755,root,root) %{_bindir}/*
71 %attr(755,root,root) %{_libdir}/ggv*
72 %{_datadir}/gnome-2.0/ui/ggv*
73 %{_datadir}/idl/*
74 %{_libdir}/bonobo/servers/*
75 %{_omf_dest_dir}/%{name}
76 %{_desktopdir}/ggv.desktop
77 %{_pixmapsdir}/*
78 %{_sysconfdir}/gconf/schemas/*
This page took 0.04271 seconds and 3 git commands to generate.