]> git.pld-linux.org Git - packages/gnome-recipes.git/blob - recipes.spec
24de890b92a9c688792f3d0a640c1a4ec37f01d4
[packages/gnome-recipes.git] / recipes.spec
1 Summary:        A GNOME cookbook
2 Summary(pl.UTF-8):      Książka kucharska GNOME
3 Name:           recipes
4 Version:        0.10.0
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/recipes/0.10/%{name}-%{version}.tar.xz
9 # Source0-md5:  4dfc5fe85d4a3d8d8df560878b2d0284
10 URL:            https://wiki.gnome.org/Apps/Recipes
11 BuildRequires:  appstream-glib
12 BuildRequires:  autoconf >= 2.69
13 BuildRequires:  automake >= 1:1.11
14 # C11 (-std=gnu11)
15 BuildRequires:  gcc >= 6:4.7
16 BuildRequires:  gettext-tools >= 0.19.7
17 BuildRequires:  glib2-devel >= 1:2.42.0
18 BuildRequires:  gnome-autoar-devel
19 BuildRequires:  gobject-introspection-devel >= 1.42.0
20 BuildRequires:  gspell-devel
21 BuildRequires:  gtk+3-devel >= 3.20.0
22 BuildRequires:  json-glib-devel
23 BuildRequires:  libtool >= 2:2.2
24 BuildRequires:  pkgconfig >= 1:0.22
25 BuildRequires:  tar >= 1:1.22
26 BuildRequires:  xz
27 Requires(post,postun): gtk-update-icon-cache
28 Requires:       hicolor-icon-theme
29 Requires:       glib2 >= 1:2.42.0
30 Requires:       gtk+3 >= 3.20.0
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 GNOME Recipes is an easy-to-use application that will help you to
35 discover what to cook today, tomorrow, rest of the week and for your
36 special occasions.
37
38 Recipes comes with a collection of recipes that have been collected by
39 GNOME contributors from all over the world. It also lets you store
40 your own recipes, and share them with your friends.
41
42 %description -l pl.UTF-8
43 Przepisy GNOME to łatwy w obsłudze program pomagający odkrywać
44 przepisy na dzisiaj, jutro i resztę tygodnia, a także na specjalne
45 okazje.
46
47 Program zawiera kolekcję przepisów zebranych przez współtwórców GNOME
48 z całego świata. Umożliwia także dodawanie własnych przepisów
49 i udostępnianie ich znajomym.
50
51 %prep
52 %setup -q
53
54 %build
55 %{__libtoolize}
56 %{__aclocal} -I m4 -I libgd
57 %{__autoheader}
58 %{__autoconf}
59 %{__automake}
60 %configure \
61         --disable-silent-rules
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 %{__rm} $RPM_BUILD_ROOT%{_libdir}/recipes/*.{a,la}
71
72 %find_lang %{name}
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post
78 %update_icon_cache hicolor
79
80 %postun
81 %update_icon_cache hicolor
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %doc AUTHORS ChangeLog NEWS
86 %attr(755,root,root) %{_bindir}/recipes
87 %dir %{_libdir}/recipes
88 %attr(755,root,root) %{_libdir}/recipes/libgd.so
89 %{_datadir}/appdata/org.gnome.Recipes.appdata.xml
90 %{_datadir}/dbus-1/services/org.gnome.Recipes.service
91 %{_datadir}/gnome-shell/search-providers/org.gnome.Recipes-search-provider.ini
92 %{_datadir}/recipes
93 %{_desktopdir}/org.gnome.Recipes.desktop
94 %{_iconsdir}/hicolor/*x*/apps/org.gnome.Recipes*.png
95 %{_iconsdir}/hicolor/symbolic/apps/org.gnome.Recipes-symbolic.svg
This page took 0.08532 seconds and 2 git commands to generate.