]> git.pld-linux.org Git - packages/ggv.git/blob - ggv.spec
- dropped pre-cvs changelog
[packages/ggv.git] / ggv.spec
1 Summary:        GNOME Ghostscript Viewer
2 Summary(pl.UTF-8):      Przeglądarka ghostscript dla GNOME
3 Name:           ggv
4 Version:        2.8.5
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/ggv/2.8/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e8b338c1427e170ffbb33c62d0aaf191
10 Patch0:         %{name}-desktop.patch
11 URL:            http://www.gnome.org/
12 BuildRequires:  GConf2-devel >= 2.8.1
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  docbook-style-dsssl
16 BuildRequires:  gettext-devel
17 BuildRequires:  ghostscript
18 BuildRequires:  gnome-common >= 2.8.0
19 BuildRequires:  gtk+2-devel >= 2:2.4.4
20 BuildRequires:  intltool >= 0.30
21 BuildRequires:  libbonobo-devel >= 2.6.2
22 BuildRequires:  libgnomeui-devel >= 2.10.0-2
23 BuildRequires:  libtool
24 BuildRequires:  openjade
25 BuildRequires:  pkgconfig
26 BuildRequires:  popt-devel
27 BuildRequires:  rpm-build >= 4.1-8.2
28 BuildRequires:  rpmbuild(macros) >= 1.197
29 BuildRequires:  scrollkeeper
30 Requires(post,preun):   GConf2
31 Requires(post,postun):  desktop-file-utils
32 Requires(post,postun):  scrollkeeper
33 Requires:       ghostscript
34 Requires:       libbonobo >= 2.6.2
35 # sr@Latn vs. sr@latin
36 Conflicts:      glibc-misc < 6:2.7
37 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39 %description
40 GNOME Ghostscript viewer - a GUI frontend to the Ghostscript
41 postscript interpretter. Use this program to preview postscript
42 documents on your screen.
43
44 %description -l pl.UTF-8
45 Przeglądarka ghostscriptu dla GNOME - graficzny frontend dla
46 interpretera postscriptu o nazwie ghostscript. Program ten sluży do
47 przeglądania postscriptowych dokumentów na ekranie.
48
49 %prep
50 %setup -q
51 %patch0 -p1
52
53 %build
54 rm -f missing acinclude.m4
55 %{__libtoolize}
56 %{__glib_gettextize}
57 %{__intltoolize}
58 %{__aclocal}
59 %{__autoconf}
60 %{__automake}
61 %configure \
62         --enable-platform-gnome-2 \
63         --disable-schemas-install
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT \
71         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
72
73 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
74 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
75         mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
76 %find_lang %{name} --with-gnome
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post
82 %gconf_schema_install ggv.schemas
83 %scrollkeeper_update_post
84 %update_desktop_database_post
85
86 %preun
87 %gconf_schema_uninstall ggv.schemas
88
89 %postun
90 %scrollkeeper_update_postun
91 %update_desktop_database_postun
92
93 %files -f %{name}.lang
94 %defattr(644,root,root,755)
95 %doc AUTHORS ChangeLog NEWS README
96 %attr(755,root,root) %{_bindir}/*
97 %attr(755,root,root) %{_libdir}/ggv*
98 %{_datadir}/gnome-2.0/ui/ggv*
99 %{_datadir}/idl/*
100 %{_libdir}/bonobo/servers/*
101 %{_omf_dest_dir}/%{name}
102 %{_desktopdir}/ggv.desktop
103 %{_pixmapsdir}/*
104 %{_sysconfdir}/gconf/schemas/*
This page took 0.076664 seconds and 3 git commands to generate.