]> git.pld-linux.org Git - packages/gnome-voice.git/blob - gnome-voice.spec
- updated to 0.0.9
[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:        0.0.9
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Applications/Sound
8 Source0:        https://download.gnome.org/sources/gnome-voice/0.0/%{name}-%{version}.tar.xz
9 # Source0-md5:  9af2db0b76df4f19280ff4905b1a868a
10 URL:            https://www.gnome.org/
11 BuildRequires:  clutter-gtk-devel >= 1.8.4
12 BuildRequires:  geoclue2-devel >= 2.5.7
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:  pkgconfig
21 BuildRequires:  tar >= 1:1.22
22 BuildRequires:  xz
23 Requires:       clutter-gtk >= 1.8.4
24 Requires:       geoclue2 >= 2.5.7
25 Requires:       gtk+3 >= 3.22.30
26 Requires:       libchamplain >= 0.12.10
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 GNOME Voice is a Free Software program that allows you easily
31 participate on Free Public Voice broadcasts under GNOME.
32
33 %description -l pl.UTF-8
34 GNOME Voice to wolnodostępny program pozwalający łatwo dołączyć do
35 darmowych, publicznych rozgłośni radiowych w środowisku GNOME.
36
37 %prep
38 %setup -q
39
40 %build
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README
58 %attr(755,root,root) %{_bindir}/gnome-voice
59 %{_datadir}/metainfo/gnome-voice.appdata.xml
60 %{_desktopdir}/gnome-voice.desktop
61 %{_iconsdir}/hicolor/scalable/apps/gnome-voice.svg
This page took 0.085151 seconds and 3 git commands to generate.