source: projects/specs/trunk/a/amtk/amtk-vl.spec @ 12402

Revision 12402, 2.9 KB checked in by tomop, 4 years ago (diff)

updated 3 packages

amtk-5.0.2-3

libpsl-0.21.0-5

publicsuffix-list-20200509-1

Line 
1Name:           amtk
2Version:        5.0.2
3Release:        3%{?_dist_release}
4Summary:        Actions, Menus and Toolbars Kit for GTK+ applications
5Vendor:         Project Vine
6Distribution:   Vine Linux
7
8License:        LGPLv2+
9URL:            https://wiki.gnome.org/Projects/Amtk
10%global         shortver %(echo %{version} | cut -d . -f 1,2)
11Source0:        https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
12
13BuildRequires:  gcc
14BuildRequires:  gettext
15BuildRequires:  pkgconfig(glib-2.0)
16BuildRequires:  pkgconfig(gobject-introspection-1.0)
17BuildRequires:  pkgconfig(gtk+-3.0)
18
19%description
20Amtk is the acronym for “Actions, Menus and Toolbars Kit”. It is a basic
21GtkUIManager replacement based on GAction. It is suitable for both a
22traditional UI or a modern UI with a GtkHeaderBar.
23
24
25%package        devel
26Summary:        Development files for %{name}
27Requires:       %{name}%{?_isa} = %{version}-%{release}
28
29%description    devel
30The %{name}-devel package contains libraries and header files for
31developing applications that use %{name}.
32
33
34%package        tests
35Summary:        Tests for the %{name} package
36Requires:       %{name}%{?_isa} = %{version}-%{release}
37
38%description    tests
39The %{name}-tests package contains tests that can be used to verify
40the functionality of the installed %{name} package.
41
42
43%prep
44%autosetup
45
46
47%build
48%configure --enable-installed-tests
49%make_build V=1
50
51
52%install
53%make_install
54find $RPM_BUILD_ROOT -name '*.la' -delete
55
56%find_lang amtk-5
57
58
59%files -f amtk-5.lang
60%license COPYING
61%doc AUTHORS NEWS README
62%dir %{_libdir}/girepository-1.0
63%{_libdir}/girepository-1.0/Amtk-5.typelib
64%{_libdir}/libamtk-5.so.0*
65
66%files devel
67%{_includedir}/amtk-5/
68%{_libdir}/libamtk-5.so
69%{_libdir}/pkgconfig/amtk-5.pc
70%dir %{_datadir}/gir-1.0
71%{_datadir}/gir-1.0/Amtk-5.gir
72%dir %{_datadir}/gtk-doc
73%dir %{_datadir}/gtk-doc/html
74%{_datadir}/gtk-doc/html/amtk-5.0/
75
76%files tests
77%dir %{_libexecdir}/installed-tests
78%{_libexecdir}/installed-tests/amtk-5/
79%dir %{_datadir}/installed-tests
80%{_datadir}/installed-tests/amtk-5/
81
82
83%changelog
84* Tue May 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.0.2-3
85- initial build for Vine Linux.
86
87* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.2-2
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
89
90* Sat Jan 25 2020 Kalev Lember <klember@redhat.com> - 5.0.2-1
91- Update to 5.0.2
92
93* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 5.0.1-1
94- Update to 5.0.1
95
96* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-4
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
98
99* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
101
102* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 5.0.0-2
103- Rebuilt against fixed atk (#1626575)
104
105* Fri Sep 07 2018 Pete Walter <pwalter@fedoraproject.org> - 5.0.0-1
106- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.