]> git.pld-linux.org Git - packages/recipes.git/blame - recipes.spec
- updated to 0.8.0
[packages/recipes.git] / recipes.spec
CommitLineData
822f3701
MB
1Summary: A GNOME cookbook
2Summary(pl.UTF-8): Książka kucharska GNOME
3Name: recipes
a76eba53 4Version: 0.8.0
822f3701 5Release: 1
a76eba53 6License: GPL v3+
822f3701 7Group: X11/Applications
a76eba53
JB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/recipes/0.8/%{name}-%{version}.tar.xz
9# Source0-md5: 6fe8a660ff0c490dfb5a26c8ff342d10
822f3701
MB
10URL: https://wiki.gnome.org/Apps/Recipes
11BuildRequires: appstream-glib
12BuildRequires: autoconf >= 2.69
13BuildRequires: automake >= 1:1.11
a76eba53
JB
14# C11 (-std=gnu11)
15BuildRequires: gcc >= 6:4.7
822f3701
MB
16BuildRequires: gettext-tools >= 0.19.7
17BuildRequires: glib2-devel >= 1:2.42.0
18BuildRequires: gnome-autoar-devel
19BuildRequires: gobject-introspection-devel >= 1.42.0
20BuildRequires: gspell-devel
21BuildRequires: gtk+3-devel >= 3.20.0
22BuildRequires: json-glib-devel
23BuildRequires: libtool >= 2:2.2
24BuildRequires: pkgconfig >= 1:0.22
a76eba53 25BuildRequires: tar >= 1:1.22
822f3701
MB
26BuildRequires: xz
27Requires(post,postun): gtk-update-icon-cache
28Requires: hicolor-icon-theme
29Requires: glib2 >= 1:2.42.0
30Requires: gtk+3 >= 3.20.0
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34GNOME Recipes is an easy-to-use application that will help you to
35discover what to cook today, tomorrow, rest of the week and for your
36special occasions.
37
38Recipes comes with a collection of recipes that have been collected by
39GNOME contributors from all over the world. It also lets you store
40your own recipes, and share them with your friends.
41
42%description -l pl.UTF-8
43Przepisy GNOME to łatwy w obsłudze program pomagający odkrywać
44przepisy na dzisiaj, jutro i resztę tygodnia, a także na specjalne
45okazje.
46
47Program zawiera kolekcję przepisów zebranych przez współtwórców GNOME
48z całego świata. Umożliwia także dodawanie własnych przepisów
49i udostępnianie ich znajomym.
50
822f3701
MB
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
65rm -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
75rm -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
a76eba53
JB
94%{_iconsdir}/hicolor/*x*/apps/org.gnome.Recipes*.png
95%{_iconsdir}/hicolor/symbolic/apps/org.gnome.Recipes-symbolic.svg
This page took 0.077742 seconds and 5 git commands to generate.