Compare commits
26 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64c932b986 | ||
|
|
c49c71ad4e | ||
|
|
cb8c07d4b2 | ||
|
|
70e1832572 | ||
|
|
dad8f6fe8c | ||
|
|
3a37a7605d | ||
|
|
fbf9629ee5 | ||
|
|
5f229bce00 | ||
|
|
bf1b42fd34 | ||
|
|
1e8ee90f23 | ||
|
|
9bd9581f41 | ||
|
|
40ca5ca625 | ||
|
|
cfab6183d9 | ||
|
|
9bfbeddc8f | ||
|
|
7b1c8df172 | ||
|
|
b164ac5c7f | ||
|
|
a0f45cb54c | ||
|
|
2827fdc0ef | ||
|
|
2f9a016720 | ||
|
|
21390c2d84 | ||
|
|
8faccd7a94 | ||
|
|
bcfac7e10e | ||
|
|
868e14938c | ||
|
|
7ff7bcd0da | ||
|
|
783d9e8922 | ||
|
|
d2333caa23 |
4 changed files with 1 additions and 90 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/amtk-5.0.0.tar.xz
|
||||
88
amtk.spec
88
amtk.spec
|
|
@ -1,88 +0,0 @@
|
|||
Name: amtk
|
||||
Version: 5.0.0
|
||||
Release: 3%{?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
|
||||
* 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
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Renamed to libgedit-amtk
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (amtk-5.0.0.tar.xz) = 86433a7b314bfbdd00cd53a7223561645b0ebd40ec519f97b61e8df073b88c76425182ad71a49794090a51eddf68b81f4c7d88c4bf6a618311aa92908f5bea73
|
||||
Reference in a new issue