]> git.pld-linux.org Git - packages/gnome-voice.git/blame - gnome-voice.spec
- updated to 0.0.4
[packages/gnome-voice.git] / gnome-voice.spec
CommitLineData
437760cc 1Summary: GNOME Voice - public voice mapping application for GNOME
f32979b6 2Summary(pl.UTF-8): GNOME Voice - aplikacja GNOME z mapą publicznych rozgłośni radiowych
437760cc 3Name: gnome-voice
12aa7b22 4Version: 0.0.4
437760cc
JB
5Release: 1
6License: GPL v3+
7Group: X11/Applications/Sound
8Source0: https://download.gnome.org/sources/gnome-voice/0.0/%{name}-%{version}.tar.xz
12aa7b22 9# Source0-md5: 45c1349f15d953e66ab001922b53e8af
437760cc
JB
10URL: https://www.gnome.org/
11BuildRequires: gettext-tools
12BuildRequires: gstreamer-devel >= 1.0
13BuildRequires: gstreamer-plugins-base-devel >= 1.0
14BuildRequires: gstreamer-plugins-bad-devel >= 1.0
15BuildRequires: gtk+3-devel >= 3.22.30
16BuildRequires: intltool >= 0.50.1
17BuildRequires: libchamplain-devel >= 0.12.10
18BuildRequires: pkgconfig
19BuildRequires: tar >= 1:1.22
20BuildRequires: xz
21Requires: gtk+3 >= 3.22.30
22Requires: libchamplain >= 0.12.10
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26GNOME Voice is a Free Software program that allows you easily
27participate on Free Public Voice broadcasts under GNOME.
28
29%description -l pl.UTF-8
30GNOME Voice to wolnodostępny program pozwalający łatwo dołączyć do
31darmowych, publicznych rozgłośni radiowych w środowisku GNOME.
32
33%prep
34%setup -q
35
36%build
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%find_lang %{name}
47
48%clean
49rm -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.146846 seconds and 4 git commands to generate.