]> git.pld-linux.org Git - packages/zapping.git/blob - zapping.spec
- release 3: rebuild against gnome-libs linked with db3.
[packages/zapping.git] / zapping.spec
1 Summary:        a TV viewer for Gnome
2 Name:           zapping
3 Version:        0.5.4
4 Release:        3
5 License:        GPL
6 Group:          X11/Applications/Multimedia
7 Group(de):      X11/Applikationen/Multimedia
8 Group(pl):      X11/Aplikacje/Multimedia
9 Source0:        ftp://download.sourceforge.net/pub/sourceforge/zapping/%{name}-%{version}.tar.bz2
10 URL:            http://zapping.sourceforge.net
11 BuildRequires:  gettext-devel
12 BuildRequires:  gnome-libs-devel >= 1.0.40
13 BuildRequires:  gtk+-devel >= 1.2.6
14 BuildRequires:  libjpeg-devel
15 BuildRequires:  libxml-devel >= 1.4.0
16 BuildRequires:  libglade-devel >= 0.9
17 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _prefix         /usr/X11R6
20
21 %description
22 GNOME (GNU Network Object Model Environment) is a user-friendly set of
23 applications and desktop tools to be used in conjunction with a window
24 manager for the X Window System. GNOME is similar in purpose and scope
25 to CDE and KDE, but GNOME is based completely on free software.
26
27 This is a TV viewer for the GNOME desktop. It has all the needed
28 features, plus extensibility through a plugin system.
29
30 %prep
31 %setup -q
32
33 %build
34 gettextize --copy --force
35 autoconf
36 %configure \
37         --without-included-gettext
38 %{__make} plugindir=%{_libdir}/zapping
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         INSTALL_PROGRAM="install" \
45         DESTDIR=$RPM_BUILD_ROOT \
46         plugindir=%{_libdir}/zapping \
47         Multimediadir=%{_applnkdir}/Multimedia
48
49 gzip -9nf AUTHORS THANKS ChangeLog README README.plugins TODO BUGS
50
51 %find_lang %{name} --with-gnome
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc *.gz
59 %attr(0755,root,root) %{_bindir}/zapping
60 %attr(4755,root,root) %{_bindir}/zapping_setup_fb
61 %attr(0755,root,root) %{_libdir}/zapping/lib*so*
62
63 %{_datadir}/zapping/*.glade
64 %{_datadir}/pixmaps/zapping
65 %{_applnkdir}/Multimedia/zapping.desktop
This page took 0.071541 seconds and 3 git commands to generate.