]> git.pld-linux.org Git - packages/latexila.git/blob - latexila.spec
d58e5d03896162c36757f12e6a55e0cab8a66d34
[packages/latexila.git] / latexila.spec
1 Summary:        Integrated LaTeX Environment for the GNOME desktop
2 Summary(pl.UTF-8):      Zintegrowane środowisko LaTeXowe dla GNOME
3 Name:           latexila
4 Version:        3.18.1
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/latexila/3.18/%{name}-%{version}.tar.xz
9 # Source0-md5:  951f2f2f14ad9ce18b8470ffef998de3
10 URL:            https://wiki.gnome.org/Apps/LaTeXila
11 BuildRequires:  autoconf >= 2.64
12 BuildRequires:  automake >= 1:1.12.5
13 BuildRequires:  gettext-tools
14 BuildRequires:  glib2-devel >= 1:2.40
15 BuildRequires:  gnome-common
16 BuildRequires:  gobject-introspection-devel >= 1.30.0
17 BuildRequires:  gsettings-desktop-schemas-devel
18 BuildRequires:  gspell-devel >= 0.1
19 BuildRequires:  gspell-devel < 0.2 
20 BuildRequires:  gtk+3-devel >= 3.14
21 BuildRequires:  gtk-doc >= 1.14
22 BuildRequires:  gtksourceview3-devel >= 3.18
23 BuildRequires:  intltool >= 0.50.1
24 BuildRequires:  libgee-devel >= 0.10
25 BuildRequires:  libtool >= 2:2.2
26 BuildRequires:  pkgconfig
27 BuildRequires:  rpmbuild(macros) >= 1.581
28 BuildRequires:  tar >= 1:1.22
29 BuildRequires:  vala >= 2:0.26
30 BuildRequires:  xz
31 BuildRequires:  yelp-tools
32 Requires(post,postun):  desktop-file-utils
33 Requires(post,postun):  glib2 >= 1:2.40
34 Requires(post,postun):  gtk-update-icon-cache
35 Requires:       glib2 >= 1:2.40
36 Requires:       gsettings-desktop-schemas
37 Requires:       gspell >= 0.1
38 Requires:       gtk+3 >= 3.14
39 Requires:       gtksourceview3 >= 3.18
40 Requires:       hicolor-icon-theme
41 Requires:       libgee >= 0.10
42 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44 %description
45 LaTeXila is an Integrated LaTeX Environment for GNOME.
46
47 %description -l pl.UTF-8
48 LaTeXila to zintegrowane środowisko LaTeXowe dla GNOME.
49
50 %prep
51 %setup -q
52
53 %build
54 %{__libtoolize}
55 %{__intltoolize}
56 %{__aclocal} -I m4
57 %{__autoconf}
58 %{__autoheader}
59 %{__automake}
60 %configure \
61         --disable-silent-rules \
62         --with-html-dir=%{_gtkdocdir}
63
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 %find_lang %{name} --with-gnome
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post
78 %update_icon_cache hicolor
79 %update_desktop_database_post
80 %glib_compile_schemas
81
82 %postun
83 %update_icon_cache hicolor
84 %update_desktop_database_postun
85 %glib_compile_schemas
86
87 %files -f %{name}.lang
88 %defattr(644,root,root,755)
89 %doc AUTHORS MAINTAINERS NEWS README
90 %attr(755,root,root) %{_bindir}/latexila
91 %{_datadir}/appdata/latexila.appdata.xml
92 %{_datadir}/glib-2.0/schemas/org.gnome.latexila.gschema.xml
93 %{_datadir}/latexila
94 %{_desktopdir}/latexila.desktop
95 %{_iconsdir}/hicolor/*x*/apps/latexila.png
96 %{_iconsdir}/hicolor/scalable/apps/latexila.svg
97 %{_mandir}/man1/latexila.1*
98 %{_gtkdocdir}/latexila
This page took 0.06198 seconds and 2 git commands to generate.