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