]> git.pld-linux.org Git - packages/gedit-latex.git/blob - gedit-latex.spec
- updated to 3.20.0
[packages/gedit-latex.git] / gedit-latex.spec
1 Summary:        GEdit plugin providing features to ease the edition of LaTeX documents
2 Summary(pl.UTF-8):      Wtyczka GEdita udostępniająca funkcje ułatwiające edycję dokumentów w LaTeXu
3 Name:           gedit-latex
4 Version:        3.20.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Editors
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gedit-latex/3.20/%{name}-%{version}.tar.xz
9 # Source0-md5:  901b636ff9c986e96ff3c5c2a31b0417
10 URL:            https://git.gnome.org/browse/gedit-latex/
11 BuildRequires:  autoconf >= 2.63
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  gettext-tools >= 0.17
14 BuildRequires:  glib2-devel >= 1:2.26.0
15 BuildRequires:  gtk+3-devel >= 3.0.0
16 BuildRequires:  intltool >= 0.40.0
17 BuildRequires:  libtool >= 2:2.2
18 BuildRequires:  pkgconfig
19 BuildRequires:  python3 >= 1:3.2
20 BuildRequires:  rpm-pythonprov
21 BuildRequires:  tar >= 1:1.22
22 BuildRequires:  xz
23 Requires:       gedit >= 3.8
24 Requires:       glib2 >= 1:2.26.0
25 Requires:       python3-dbus
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 GEdit plugin providing features to ease the edition of LaTeX
30 documents.
31
32 %description -l pl.UTF-8
33 Wtyczka GEdita udostępniająca funkcje ułatwiające edycję dokumentów w
34 LaTeXu.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure \
41         PYTHON=%{__python3} \
42         --disable-silent-rules
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %find_lang gedit-latex
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f gedit-latex.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS NEWS README
59 %{_libdir}/gedit/plugins/latex.plugin
60 %attr(755,root,root) %{_libdir}/gedit/plugins/latex
61 %{_datadir}/gedit/plugins/latex
62 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.latex.gschema.xml
This page took 0.066393 seconds and 3 git commands to generate.