]> git.pld-linux.org Git - packages/gnome-voice.git/blob - gnome-voice.spec
- new
[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ści radiowych
3 Name:           gnome-voice
4 Version:        0.0.1
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:  5b0b7ae8717970fc8585c850c3d7ab76
10 URL:            https://www.gnome.org/
11 BuildRequires:  gettext-tools
12 BuildRequires:  gstreamer-devel >= 1.0
13 BuildRequires:  gstreamer-plugins-base-devel >= 1.0
14 BuildRequires:  gstreamer-plugins-bad-devel >= 1.0
15 BuildRequires:  gtk+3-devel >= 3.22.30
16 BuildRequires:  intltool >= 0.50.1
17 BuildRequires:  libchamplain-devel >= 0.12.10
18 BuildRequires:  pkgconfig
19 BuildRequires:  tar >= 1:1.22
20 BuildRequires:  xz
21 Requires:       gtk+3 >= 3.22.30
22 Requires:       libchamplain >= 0.12.10
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 GNOME Voice is a Free Software program that allows you easily
27 participate on Free Public Voice broadcasts under GNOME.
28
29 %description -l pl.UTF-8
30 GNOME Voice to wolnodostępny program pozwalający łatwo dołączyć do
31 darmowych, publicznych rozgłośni radiowych w środowisku GNOME.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog NEWS README
54 %attr(755,root,root) %{_bindir}/gnome-voice
55 %{_datadir}/metainfo/gnome-voice.appdata.xml
56 %{_desktopdir}/gnome-voice.desktop
57 %{_iconsdir}/hicolor/scalable/apps/gnome-voice.svg
This page took 0.04892 seconds and 3 git commands to generate.