Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70562a06c7 |
4 changed files with 94 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/amtk-5.0.0.tar.xz
|
||||
/amtk-5.0.1.tar.xz
|
||||
91
amtk.spec
Normal file
91
amtk.spec
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
Name: amtk
|
||||
Version: 5.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Actions, Menus and Toolbars Kit for GTK+ applications
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Amtk
|
||||
Source0: https://download.gnome.org/sources/amtk/5.0/amtk-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
|
||||
%description
|
||||
Amtk is the acronym for “Actions, Menus and Toolbars Kit”. It is a basic
|
||||
GtkUIManager replacement based on GAction. It is suitable for both a
|
||||
traditional UI or a modern UI with a GtkHeaderBar.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
|
||||
%package tests
|
||||
Summary: Tests for the %{name} package
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
The %{name}-tests package contains tests that can be used to verify
|
||||
the functionality of the installed %{name} package.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%configure --enable-installed-tests
|
||||
%make_build V=1
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
%find_lang amtk-5
|
||||
|
||||
|
||||
%files -f amtk-5.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Amtk-5.typelib
|
||||
%{_libdir}/libamtk-5.so.0*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/amtk-5/
|
||||
%{_libdir}/libamtk-5.so
|
||||
%{_libdir}/pkgconfig/amtk-5.pc
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/Amtk-5.gir
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/amtk-5.0/
|
||||
|
||||
%files tests
|
||||
%dir %{_libexecdir}/installed-tests
|
||||
%{_libexecdir}/installed-tests/amtk-5/
|
||||
%dir %{_datadir}/installed-tests
|
||||
%{_datadir}/installed-tests/amtk-5/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 5.0.1-1
|
||||
- Update to 5.0.1
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 5.0.0-2
|
||||
- Rebuilt against fixed atk (#1626575)
|
||||
|
||||
* Fri Sep 07 2018 Pete Walter <pwalter@fedoraproject.org> - 5.0.0-1
|
||||
- Initial Fedora package
|
||||
|
|
@ -1 +0,0 @@
|
|||
Renamed to libgedit-amtk
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (amtk-5.0.1.tar.xz) = 21c581b9ea44bc6e9c13d5c9e6298b55a0f28b1943fab1943d2a8b53a9b82f8c29a983f73e5a4a66a16912645ff8c29023490380d6e6c3de157b9c35f56a4e00
|
||||
Reference in a new issue