source: projects/specs/trunk/t/template-glib/template-glib-vl.spec @ 12403

Revision 12403, 4.5 KB checked in by tomop, 4 years ago (diff)

template-glib-3.34.0-3

Line 
1Name:           template-glib
2Summary:        A templating library for GLib
3Summary(ja):    GLib用テンプレートライブラリ
4Version:        3.34.0
5Release:        3%{?_dist_release}
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9License:        LGPLv2+
10URL:            https://git.gnome.org/browse/template-glib/
11%global         shortver %(echo %{version} | cut -d . -f 1,2)
12Source0:        https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
13
14BuildRequires:  bison
15BuildRequires:  flex
16BuildRequires:  gettext
17BuildRequires:  gtk-doc
18BuildRequires:  meson
19BuildRequires:  vala vala-tools
20
21BuildRequires:  pkgconfig(glib-2.0)
22BuildRequires:  pkgconfig(gobject-introspection-1.0)
23
24
25%description
26Template-GLib is a templating library for GLib. It includes a simple template
27format along with integration into GObject-Introspection for properties and
28methods. It separates the parsing of templates and the expansion of templates
29for faster expansion. You can also define scope, custom functions, and more
30with the embedded expression language.
31
32
33%package        devel
34Summary:        Development files for %{name}
35Requires:       %{name}%{?_isa} = %{version}-%{release}
36
37%description    devel
38The %{name}-devel package contains libraries and header files for
39developing applications that use %{name}.
40
41
42%prep
43%autosetup
44
45
46%build
47%meson -D enable_gtk_doc=true
48%meson_build
49
50
51%install
52%meson_install
53%find_lang template-glib
54
55
56%files -f template-glib.lang
57%license COPYING
58%doc AUTHORS NEWS README.md
59%{_libdir}/libtemplate_glib-1.0.so.*
60%dir %{_libdir}/girepository-1.0
61%{_libdir}/girepository-1.0/Template-1.0.typelib
62
63%files devel
64%doc CONTRIBUTING.md examples
65%dir %{_datadir}/gir-1.0
66%{_datadir}/gir-1.0/Template-1.0.gir
67%dir %{_datadir}/gtk-doc
68%dir %{_datadir}/gtk-doc/html
69%{_datadir}/gtk-doc/html/template-glib
70%dir %{_datadir}/vala
71%dir %{_datadir}/vala/vapi
72%{_datadir}/vala/vapi/template-glib-1.0.*
73%{_includedir}/*
74%{_libdir}/*.so
75%{_libdir}/pkgconfig/template-glib-1.0.pc
76
77
78%changelog
79* Tue May 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.34.0-3
80- initial build for Vine Linux.
81
82* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
84
85* Tue Sep 10 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
86- Update to 3.34.0
87
88* Thu Sep 05 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
89- Update to 3.33.92
90
91* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-2
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
93
94* Wed Mar 13 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
95- Update to 3.32.0
96
97* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.91-1
98- Update to 3.31.91
99
100* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-3
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
102
103* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-2
104- Rebuilt against fixed atk (#1626575)
105
106* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
107- Update to 3.30.0
108
109* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-2
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
111
112* Wed Mar 14 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
113- Update to 3.28.0
114
115* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.90-2
116- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
117
118* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.27.90-1
119- Update to 3.27.90
120- Drop ldconfig scriptlets
121
122* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.2-2
123- Switch to %%ldconfig_scriptlets
124
125* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 3.27.2-1
126- Update to 3.27.2
127
128* Tue Oct  3 2017 Yanko Kaneti <yaneti@declera.com> - 3.26.1-1
129- Update to 3.26.1
130
131* Tue Sep 12 2017 Yanko Kaneti <yaneti@declera.com> - 3.26.0-1
132- Update to 3.26.0
133
134* Tue Sep  5 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.92-1
135- Update to 3.25.92
136
137* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.3-3
138- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
139
140* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.3-2
141- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
142
143* Mon Jun 19 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.3-1
144- Update to 3.25.3
145
146* Fri Jun  9 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.2-2
147- Address package review issues (#1460189) - -2
148- Initial spec
Note: See TracBrowser for help on using the repository browser.