]> git.pld-linux.org Git - packages/gingerblue.git/blob - gingerblue.spec
9f30c6ff5f61a49d4b0b6b505ad5cde439930ee0
[packages/gingerblue.git] / gingerblue.spec
1 Summary:        Free Music Software for GNOME
2 Summary(pl.UTF-8):      Wolnodostępne oprogramowanie muzyczne dla GNOME
3 Name:           gingerblue
4 Version:        1.7.0
5 Release:        1
6 License:        GPL v3
7 Group:          X11/Applications
8 Source0:        https://download.gnome.org/sources/gingerblue/1.7/%{name}-%{version}.tar.xz
9 # Source0-md5:  b209641c455f2c0ca6101e88d0e408ff
10 URL:            https://wiki.gnome.org/Apps/Gingerblue
11 BuildRequires:  autoconf >= 2.69
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  geocode-glib-devel >= 3.20
14 BuildRequires:  geoclue2-devel >= 2.5.7
15 BuildRequires:  gettext-tools
16 BuildRequires:  glib2-devel >= 1:2.38.0
17 BuildRequires:  gstreamer-devel >= 1.0
18 BuildRequires:  gstreamer-plugins-bad-devel >= 1.0
19 BuildRequires:  gstreamer-plugins-base-devel >= 1.0
20 BuildRequires:  gtk+3-devel >= 3.24.29
21 BuildRequires:  intltool >= 0.50.1
22 BuildRequires:  libchamplain-devel >= 0.12.10
23 BuildRequires:  libshout-devel >= 2.4.3
24 BuildRequires:  libxml2-devel >= 2.0
25 BuildRequires:  pango-devel >= 1:0.28
26 BuildRequires:  pkgconfig
27 BuildRequires:  rpmbuild(macros) >= 1.596
28 BuildRequires:  tar >= 1:1.22
29 BuildRequires:  xz
30 Requires(post,postun):  desktop-file-utils
31 Requires(post,postun):  gtk-update-icon-cache
32 Requires:       geoclue2 >= 2.5.7
33 Requires:       geocode-glib >= 3.20
34 Requires:       glib2 >= 1:2.38.0
35 Requires:       gstreamer-plugins-bad >= 1.0
36 Requires:       gstreamer-plugins-base >= 1.0
37 Requires:       gstreamer-plugins-good >= 1.0
38 Requires:       gtk+3 >= 3.24.29
39 Requires:       hicolor-icon-theme
40 Requires:       libchamplain >= 0.12.10
41 Requires:       libshout >= 2.4.3
42 Requires:       pango >= 1:0.28
43 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45 %description
46 Gingerblue is Free Software in development for musicians who want to
47 compose, record and share original music to the Internet from the
48 GNOME Desktop.
49
50 %description -l pl.UTF-8
51 Gingerblue to wolnodostępne oprogramowanie na wczesnym etapie rozwoju,
52 przeznaczone dla muzyków chcących komponować, nagrywać i udostępniać
53 oryginalną muzykę w Internecie z poziomu środowiska GNOME.
54
55 %prep
56 %setup -q
57
58 %build
59 %{__intltoolize}
60 %{__aclocal}
61 %{__autoconf}
62 %{__autoheader}
63 %{__automake}
64 %configure
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %{__make} install \
71         DESTDIR=$RPM_BUILD_ROOT
72
73 # useless now
74 %{__rm} -r $RPM_BUILD_ROOT%{_includedir}/gingerblue
75
76 %find_lang %{name}
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post
82 %update_desktop_database
83 %update_icon_cache hicolor
84
85 %postun
86 %update_desktop_database
87 %update_icon_cache hicolor
88
89 %files -f %{name}.lang
90 %defattr(644,root,root,755)
91 %doc AUTHORS ChangeLog NEWS README TODO
92 %attr(755,root,root) %{_bindir}/gingerblue
93 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/icecast-server.xml
94 %{_datadir}/metainfo/gingerblue.appdata.xml
95 %{_desktopdir}/gingerblue.desktop
96 %{_iconsdir}/hicolor/*x*/apps/gingerblue.png
This page took 0.048557 seconds and 2 git commands to generate.