]> git.pld-linux.org Git - packages/gnome-voice.git/blob - gnome-voice.spec
731fb41d4ffdbde4480792da91d41b1d1e5b8ae9
[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.3.0
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Applications/Sound
8 Source0:        https://download.gnome.org/sources/gnome-voice/0.3/%{name}-%{version}.tar.xz
9 # Source0-md5:  75a4b66d95958765bf66b2e99dcc7bfc
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:  libxml2-devel >= 1:2.9.14
21 BuildRequires:  pkgconfig
22 BuildRequires:  tar >= 1:1.22
23 BuildRequires:  xz
24 Requires:       clutter-gtk >= 1.8.4
25 Requires:       geoclue2 >= 2.5.7
26 Requires:       gtk+3 >= 3.22.30
27 Requires:       libchamplain >= 0.12.10
28 Requires:       libxml2 >= 1:2.9.14
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 GNOME Voice is a Free Software program that allows you easily
33 participate on Free Public Voice broadcasts under GNOME.
34
35 %description -l pl.UTF-8
36 GNOME Voice to wolnodostępny program pozwalający łatwo dołączyć do
37 darmowych, publicznych rozgłośni radiowych w środowisku GNOME.
38
39 %prep
40 %setup -q
41
42 %build
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 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README
60 %attr(755,root,root) %{_bindir}/gnome-voice
61 %{_datadir}/gnome-voice
62 %{_datadir}/metainfo/gnome-voice.appdata.xml
63 %{_desktopdir}/gnome-voice.desktop
64 %{_iconsdir}/hicolor/scalable/apps/gnome-voice.svg
This page took 0.093561 seconds and 2 git commands to generate.