]> git.pld-linux.org Git - SPECS.git/blob - gtvg.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gtvg.spec
1 #
2 Summary:        gTVG - TV Guide news
3 Summary(pl.UTF-8):      gTVG - program telewizyjny
4 Name:           gtvg
5 Version:        0.3
6 Release:        0.1
7 License:        GPL v2
8 Group:          Applications
9 Source0:        http://dl.sourceforge.net/gtvg/%{name}-%{version}.tar.gz
10 # Source0-md5:  6e3dd67f7f98a3217e4a960fb2eb5466
11 URL:            http://gtvg.sourceforge.net/
12 BuildRequires:  GConf2-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  dbus-glib-devel
16 BuildRequires:  gtk+2-devel >= 2.8
17 BuildRequires:  intltool
18 BuildRequires:  libglade2-devel >= 2.6.0
19 BuildRequires:  libgnome-devel >= 2.0.0
20 BuildRequires:  libgnomecanvas-devel
21 BuildRequires:  libnotify-devel
22 BuildRequires:  libtool
23 BuildRequires:  libxml2-devel
24 Suggests:       xmltv-grabbers
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 The gTVG TV Guide is a simple TV program schedule viewer, which allows
29 you to quickly see what is on TV at the moment or later, and be
30 reminded of when your favourite shows start.
31
32 %prep
33 %setup -q
34
35 %build
36 #%%{__intltoolize}
37 #%%{__gettextize}
38 #%%{__libtoolize}
39 #%%{__aclocal}
40 #%%{__autoconf}
41 #%%{__autoheader}
42 #%%{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post
58 %gconf_schema_install gtvg.schemas
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog
63 %attr(755,root,root) %{_bindir}/*
64 /etc/gconf/schemas/*.schemas
65 %{_datadir}/%{name}
66 %{_desktopdir}/*.desktop
67 %{_iconsdir}/hicolor/*/*/*
This page took 0.178742 seconds and 3 git commands to generate.