]> git.pld-linux.org Git - packages/gnome-voice.git/blob - gnome-voice.spec
- updated to 1.2.0
[packages/gnome-voice.git] / gnome-voice.spec
1 Summary:        GNOME Voice - public voice mapping application for GNOME
2 Summary(pl.UTF-8):      GNOME Voice - aplikacja GNOME z mapą publicznych rozgłośni radiowych
3 Name:           gnome-voice
4 Version:        1.2.0
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Applications/Sound
8 Source0:        https://download.gnome.org/sources/gnome-voice/1.2/%{name}-%{version}.tar.xz
9 # Source0-md5:  e994f0b145aed81b696521f5c44146b0
10 URL:            https://www.gnome.org/
11 BuildRequires:  clutter-gtk-devel >= 1.8.4
12 BuildRequires:  geoclue2-devel >= 2.6.0
13 BuildRequires:  gettext-tools
14 BuildRequires:  gstreamer-devel >= 1.0
15 BuildRequires:  gstreamer-plugins-base-devel >= 1.0
16 BuildRequires:  gstreamer-plugins-bad-devel >= 1.0
17 BuildRequires:  gtk+3-devel >= 3.22.30
18 BuildRequires:  intltool >= 0.50.1
19 BuildRequires:  libchamplain-devel >= 0.12.10
20 BuildRequires:  libsoup-devel >= 2.74.3
21 BuildRequires:  libxml2-devel >= 1:2.9.14
22 BuildRequires:  pkgconfig
23 BuildRequires:  tar >= 1:1.22
24 BuildRequires:  xz
25 Requires:       clutter-gtk >= 1.8.4
26 Requires:       geoclue2 >= 2.6.0
27 Requires:       gtk+3 >= 3.22.30
28 Requires:       libchamplain >= 0.12.10
29 Requires:       libsoup >= 2.74.3
30 Requires:       libxml2 >= 1:2.9.14
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 GNOME Voice is a Free Software program that allows you easily
35 participate on Free Public Voice broadcasts under GNOME.
36
37 %description -l pl.UTF-8
38 GNOME Voice to wolnodostępny program pozwalający łatwo dołączyć do
39 darmowych, publicznych rozgłośni radiowych w środowisku GNOME.
40
41 %prep
42 %setup -q
43
44 %build
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README
62 %attr(755,root,root) %{_bindir}/gnome-voice
63 %{_datadir}/gnome-voice
64 %{_datadir}/metainfo/gnome-voice.appdata.xml
65 %{_desktopdir}/gnome-voice.desktop
66 %{_iconsdir}/hicolor/scalable/apps/gnome-voice.svg
This page took 0.04607 seconds and 3 git commands to generate.