]> git.pld-linux.org Git - packages/gedit-latex.git/blob - gedit-latex.spec
- initial
[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.8.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.8/%{name}-%{version}.tar.xz
9 # Source0-md5:  828cb83bb36f12b9aaade82fdca94e09
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:       python3-dbus
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 GEdit plugin providing features to ease the edition of LaTeX
29 documents.
30
31 %description -l pl.UTF-8
32 Wtyczka GEdita udostępniająca funkcje ułatwiające edycję dokumentów w
33 LaTeXu.
34
35 %prep
36 %setup -q
37
38 %build
39 %configure \
40         PYTHON=%{__python3} \
41         --disable-silent-rules
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %find_lang gedit-latex
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f gedit-latex.lang
56 %defattr(644,root,root,755)
57 %doc AUTHORS NEWS README
58 %{_libdir}/gedit/plugins/latex.plugin
59 %attr(755,root,root) %{_libdir}/gedit/plugins/latex
60 %{_datadir}/gedit/plugins/latex
61 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.latex.gschema.xml
This page took 0.079653 seconds and 3 git commands to generate.