]> git.pld-linux.org Git - packages/gtksourceview5.git/blame - gtksourceview4.spec
- updated to 4.4.0
[packages/gtksourceview5.git] / gtksourceview4.spec
CommitLineData
896eb13d
MB
1#
2# Conditional build:
349c23b4
JB
3%bcond_without apidocs # API documentation
4%bcond_with glade # install glade catalog
5%bcond_without static_libs # static library
6%bcond_without vala # do not build Vala API
4564cf84 7
44df7ec3
AF
8Summary: Text widget that extends the standard GTK+ 3.x
9Summary(pl.UTF-8): Widget tekstowy rozszerzający standardowy z GTK+ 3.x
c91f81a0 10Name: gtksourceview4
349c23b4 11Version: 4.4.0
b2467359 12Release: 1
2a83e144 13License: LGPL v2+ (library), GPL v2+ (some language specs files)
44df7ec3 14Group: X11/Libraries
349c23b4
JB
15Source0: http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/4.4/gtksourceview-%{version}.tar.xz
16# Source0-md5: 5c47e314517692f2622a0b724c65e628
71b49bd9 17URL: https://wiki.gnome.org/Projects/GtkSourceView
44df7ec3 18BuildRequires: docbook-dtd412-xml
349c23b4 19BuildRequires: fribidi-devel >= 0.19.7
ede2878d 20BuildRequires: gettext-tools >= 0.19.4
0b911454 21BuildRequires: glib2-devel >= 1:2.48.0
ad61f4ae 22BuildRequires: gobject-introspection-devel >= 1.42.0
349c23b4
JB
23BuildRequires: gtk+3-devel >= 3.22
24%{?with_apidocs:BuildRequires: gtk-doc >= 1.25}
0b911454 25BuildRequires: itstool
44df7ec3 26%if %{with glade}
a4f31e42 27BuildRequires: libgladeui-devel >= 3.9.0
44df7ec3 28%endif
44df7ec3 29BuildRequires: libxml2-devel >= 1:2.6.31
349c23b4
JB
30BuildRequires: meson >= 0.49.0
31BuildRequires: ninja >= 1.5
44df7ec3
AF
32BuildRequires: pkgconfig
33BuildRequires: rpm-pythonprov
349c23b4 34BuildRequires: sed >= 4.0
67ae3529 35BuildRequires: tar >= 1:1.22
f5853990 36BuildRequires: vala
67ae3529 37BuildRequires: xz
349c23b4 38Requires: fribidi >= 0.19.7
ede2878d 39Requires: glib2 >= 1:2.48.0
349c23b4 40Requires: gtk+3 >= 3.22
6a1741b2 41Requires: libxml2 >= 1:2.6.31
44df7ec3
AF
42# sr@Latn vs. sr@latin
43Conflicts: glibc-misc < 6:2.7
44BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
46%description
47GtkSourceView is a text widget that extends the standard GTK+ 3.x text
48widget GtkTextView. It improves GtkTextView by implementing syntax
49highlighting and other features typical of a source editor.
50
51%description -l pl.UTF-8
52GtkSourceView to widget tekstowy rozszerzający standardowy widget
53tekstowy GtkTextView z GTK+ 3.x. Ulepsza GtkTextView poprzez
54zaimplementowanie podświetlania składni i innych możliwości typowych
55dla edytora źródeł.
56
44df7ec3
AF
57%package devel
58Summary: Header files for GtkSourceView
59Summary(pl.UTF-8): Pliki nagłówkowe dla GtkSourceView
60Group: X11/Development/Libraries
61Requires: %{name} = %{version}-%{release}
349c23b4 62Requires: fribidi-devel >= 0.19.7
ede2878d 63Requires: glib2-devel >= 1:2.48.0
349c23b4 64Requires: gtk+3-devel >= 3.22
44df7ec3
AF
65Requires: libxml2-devel >= 1:2.6.31
66
67%description devel
68Header files for GtkSourceView.
69
70%description devel -l pl.UTF-8
71Pliki nagłówkowe dla GtkSourceView.
72
73%package static
74Summary: Static GtkSourceView library
75Summary(pl.UTF-8): Statyczna biblioteka GtkSourceView
76Group: X11/Development/Libraries
77Requires: %{name}-devel = %{version}-%{release}
78
79%description static
80Static GtkSourceView library.
81
82%description static -l pl.UTF-8
83Statyczna biblioteka GtkSourceView.
84
349c23b4
JB
85%package apidocs
86Summary: GtkSourceView API documentation
87Summary(pl.UTF-8): Dokumentacja API GtkSourceView
88Group: Documentation
89Requires: gtk-doc-common
90%if "%{_rpmversion}" >= "5"
91BuildArch: noarch
92%endif
93
94%description apidocs
95GtkSourceView API documentation.
96
97%description apidocs -l pl.UTF-8
98Dokumentacja API GtkSourceView.
99
44df7ec3
AF
100%package -n glade3-gtksourceview
101Summary: Glade3 catalog entry for GtkSourceView library
2a83e144 102Summary(pl.UTF-8): Wpis katalogu Glade3 dla biblioteki GtkSourceView
44df7ec3
AF
103Group: X11/Development/Libraries
104Requires: %{name}-devel = %{version}-%{release}
2a83e144 105Requires: libgladeui >= 3.9.0
44df7ec3
AF
106
107%description -n glade3-gtksourceview
108Glade3 catalog entry for GtkSourceView library.
109
2a83e144
JB
110%description -n glade3-gtksourceview -l pl.UTF-8
111Wpis katalogu Glade3 dla biblioteki GtkSourceView.
112
c91f81a0 113%package -n vala-gtksourceview4
f5853990
MB
114Summary: GtkSourceView API for Vala language
115Summary(pl.UTF-8): API GtkSourceView dla języka Vala
116Group: Development/Libraries
117Requires: %{name}-devel = %{version}-%{release}
118Requires: vala
4564cf84
ER
119%if "%{_rpmversion}" >= "5"
120BuildArch: noarch
121%endif
f5853990 122
c91f81a0 123%description -n vala-gtksourceview4
f5853990
MB
124GtkSourceView API for Vala language.
125
c91f81a0 126%description -n vala-gtksourceview4 -l pl.UTF-8
f5853990
MB
127API GtkSourceView dla języka Vala.
128
44df7ec3
AF
129%prep
130%setup -q -n gtksourceview-%{version}
44df7ec3 131
349c23b4
JB
132%if %{with static_libs}
133%{__sed} -i -e 's/gtksource_lib = shared_library/gtksource_lib = library/' gtksourceview/meson.build
134%endif
d5fd6af8 135
44df7ec3 136%build
349c23b4
JB
137%meson build \
138 %{?with_glade:-Dglade_catalog=true} \
139 %{?with_apidocs:-Dgtk_doc=true}
140
141%ninja_build -C build
44df7ec3
AF
142
143%install
144rm -rf $RPM_BUILD_ROOT
145
349c23b4 146%ninja_install -C build
e40ce944 147
c91f81a0 148%find_lang gtksourceview-4
44df7ec3
AF
149
150%clean
151rm -rf $RPM_BUILD_ROOT
152
153%post -p /sbin/ldconfig
154%postun -p /sbin/ldconfig
155
c91f81a0 156%files -f gtksourceview-4.lang
44df7ec3 157%defattr(644,root,root,755)
c91f81a0
JB
158%attr(755,root,root) %{_libdir}/libgtksourceview-4.so.*.*.*
159%attr(755,root,root) %ghost %{_libdir}/libgtksourceview-4.so.0
160%{_datadir}/gtksourceview-4
161%{_libdir}/girepository-1.0/GtkSource-4.typelib
44df7ec3 162
44df7ec3
AF
163%files devel
164%defattr(644,root,root,755)
c91f81a0
JB
165%attr(755,root,root) %{_libdir}/libgtksourceview-4.so
166%{_includedir}/gtksourceview-4
167%{_pkgconfigdir}/gtksourceview-4.pc
168%{_datadir}/gir-1.0/GtkSource-4.gir
44df7ec3
AF
169
170%files static
171%defattr(644,root,root,755)
c91f81a0 172%{_libdir}/libgtksourceview-4.a
44df7ec3 173
349c23b4
JB
174%if %{with apidocs}
175%files apidocs
176%defattr(644,root,root,755)
177%{_gtkdocdir}/gtksourceview-4.0
178%endif
179
44df7ec3
AF
180%if %{with glade}
181%files -n glade3-gtksourceview
182%defattr(644,root,root,755)
183%{_datadir}/glade3/catalogs/gtksourceview.xml
184%endif
f5853990
MB
185
186%if %{with vala}
c91f81a0 187%files -n vala-gtksourceview4
f5853990 188%defattr(644,root,root,755)
c91f81a0
JB
189%{_datadir}/vala/vapi/gtksourceview-4.deps
190%{_datadir}/vala/vapi/gtksourceview-4.vapi
f5853990 191%endif
This page took 0.080439 seconds and 4 git commands to generate.