]> git.pld-linux.org Git - packages/almanah.git/blob - almanah.spec
- release 6 (by relup.sh)
[packages/almanah.git] / almanah.spec
1 Summary:        Almanah Diary - keep a personal diary
2 Summary(pl.UTF-8):      Almanah Diary - osobisty pamiętnik
3 Name:           almanah
4 Version:        0.11.1
5 Release:        6
6 License:        GPL v3+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/almanah/0.11/%{name}-%{version}.tar.xz
9 # Source0-md5:  6107d7becf94548170365f45f8d9dc69
10 URL:            https://wiki.gnome.org/Apps/Almanah_Diary
11 BuildRequires:  appstream-glib-devel
12 BuildRequires:  atk-devel
13 BuildRequires:  autoconf >= 2.63
14 BuildRequires:  automake >= 1:1.9
15 BuildRequires:  cairo-devel
16 BuildRequires:  evolution-data-server-devel >= 3.6
17 BuildRequires:  gettext-tools
18 BuildRequires:  glib2-devel >= 1:2.28.0
19 BuildRequires:  gpgme-devel >= 1.0.0
20 BuildRequires:  gtk+3-devel >= 3.5.6
21 BuildRequires:  gtkspell3-devel >= 3.0
22 BuildRequires:  intltool >= 0.35.0
23 BuildRequires:  libcryptui-devel
24 BuildRequires:  libtool >= 2:2
25 BuildRequires:  pkgconfig
26 BuildRequires:  sqlite3-devel >= 3
27 BuildRequires:  tar >= 1:1.22
28 BuildRequires:  xz
29 Requires(post,postun):  gtk-update-icon-cache
30 Requires(post,postun):  glib2 >= 1:2.28.0
31 Requires:       evolution-data-server >= 3.6
32 Requires:       glib2 >= 1:2.28.0
33 Requires:       gpgme >= 1.0.0
34 Requires:       gtk+3 >= 3.5.6
35 Requires:       hicolor-icon-theme
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Almanah is a small GTK+ application to allow you to keep a diary of
40 your life.
41
42 %description -l pl.UTF-8
43 Almanah to mała aplikacja GTK+ pozwalająca prowadzić własny
44 pamiętnik.
45
46 %prep
47 %setup -q
48
49 %build
50 %{__intltoolize}
51 %{__libtoolize}
52 %{__aclocal}
53 %{__autoconf}
54 %{__autoheader}
55 %{__automake}
56 %configure \
57         --disable-silent-rules
58
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %find_lang %{name}
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post
73 %glib_compile_schemas
74 %update_icon_cache hicolor
75
76 %postun
77 %glib_compile_schemas
78 %update_icon_cache hicolor
79
80 %files -f %{name}.lang
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog* MAINTAINERS NEWS README
83 %attr(755,root,root) %{_bindir}/almanah
84 %{_datadir}/GConf/gsettings/almanah.convert
85 %{_datadir}/almanah
86 %{_datadir}/metainfo/almanah.appdata.xml
87 %{_datadir}/glib-2.0/schemas/org.gnome.almanah.gschema.xml
88 %{_desktopdir}/almanah.desktop
89 %{_iconsdir}/hicolor/*x*/apps/almanah.png
90 %{_iconsdir}/hicolor/scalable/actions/almanah-tags-symbolic.svg
This page took 0.079042 seconds and 4 git commands to generate.