]> git.pld-linux.org Git - packages/gingerblue.git/blob - gingerblue.spec
e91ff977e77689d79d8f58a0f7b9a98b247b4838
[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.1.1
5 Release:        1
6 License:        GPL v3
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gingerblue/0.1/%{name}-%{version}.tar.xz
9 # Source0-md5:  0dbd1205c82a4c60cbcf84b5f4ad539a
10 Patch0:         %{name}-pc.patch
11 URL:            https://wiki.gnome.org/Apps/Gingerblue
12 BuildRequires:  autoconf >= 2.69
13 BuildRequires:  automake >= 1:1.11
14 BuildRequires:  geocode-glib-devel >= 3.20
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.22.30
21 BuildRequires:  intltool >= 0.50.1
22 BuildRequires:  libchamplain-devel >= 0.12.10
23 BuildRequires:  libxml2-devel >= 2.0
24 BuildRequires:  pango-devel >= 1:0.28
25 BuildRequires:  pkgconfig
26 BuildRequires:  rpmbuild(macros) >= 1.596
27 BuildRequires:  tar >= 1:1.22
28 BuildRequires:  xz
29 Requires:       geocode-glib >= 3.20
30 Requires:       glib2 >= 1:2.38.0
31 Requires:       gstreamer-plugins-bad >= 1.0
32 Requires:       gstreamer-plugins-base >= 1.0
33 Requires:       gstreamer-plugins-good >= 1.0
34 Requires:       gtk+3 >= 3.22.30
35 Requires:       libchamplain >= 0.12.10
36 Requires:       pango >= 1:0.28
37 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39 %description
40 Gingerblue is Free Software in development for musicians who want to
41 compose, record and share original music to the Internet from the
42 GNOME Desktop.
43
44 %description -l pl.UTF-8
45 Gingerblue to wolnodostępne oprogramowanie na wczesnym etapie rozwoju,
46 przeznaczone dla muzyków chcących komponować, nagrywać i udostępniać
47 oryginalną muzykę w Internecie z poziomu środowiska GNOME.
48
49 %prep
50 %setup -q
51 %patch0 -p1
52
53 %build
54 %{__intltoolize}
55 %{__aclocal}
56 %{__autoconf}
57 %{__autoheader}
58 %{__automake}
59 %configure
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 # useless now
69 %{__rm} -r $RPM_BUILD_ROOT%{_includedir}/gingerblue
70
71 # nothing yet
72 #find_lang %{name}.lang
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files
78 # -f %{name}.lang
79 %defattr(644,root,root,755)
80 %doc AUTHORS ChangeLog NEWS README TODO
81 %attr(755,root,root) %{_bindir}/gingerblue
This page took 0.082043 seconds and 2 git commands to generate.