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