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