|
|
|
@ -1,38 +1,39 @@
|
|
|
|
|
Name: girara
|
|
|
|
|
Version: 0.3.6
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Simple user interface library
|
|
|
|
|
License: zlib
|
|
|
|
|
URL: http://pwmt.org/projects/%{name}/
|
|
|
|
|
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz
|
|
|
|
|
BuildRequires: binutils
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: glib2-devel >= 2.50
|
|
|
|
|
BuildRequires: gtk3-devel >= 3.20
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: json-c-devel
|
|
|
|
|
BuildRequires: libnotify-devel >= 0.7.0
|
|
|
|
|
BuildRequires: meson >= 0.43
|
|
|
|
|
BuildRequires: pango-devel >= 1.14
|
|
|
|
|
Name: girara
|
|
|
|
|
Version: 0.3.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple user interface library
|
|
|
|
|
License: zlib
|
|
|
|
|
URL: https://pwmt.org/projects/%{name}/
|
|
|
|
|
Source0: https://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: binutils
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: glib2-devel >= 2.50
|
|
|
|
|
BuildRequires: gtk3-devel >= 3.20
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: json-c-devel
|
|
|
|
|
BuildRequires: libnotify-devel >= 0.7.0
|
|
|
|
|
BuildRequires: meson >= 0.56
|
|
|
|
|
BuildRequires: pango-devel >= 1.14
|
|
|
|
|
# Tests
|
|
|
|
|
BuildRequires: check-devel
|
|
|
|
|
BuildRequires: check-devel
|
|
|
|
|
|
|
|
|
|
%global girara_locales lib%{name}-gtk3-3
|
|
|
|
|
%global girara_locales lib%{name}-gtk3-3
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Girara is a library that implements a user interface that focuses on simplicity
|
|
|
|
|
and minimalism.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
@ -44,17 +45,23 @@ developing applications that use %{name}.
|
|
|
|
|
%meson_install
|
|
|
|
|
%find_lang %{girara_locales}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{girara_locales}.lang
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc AUTHORS README
|
|
|
|
|
%doc AUTHORS README.md
|
|
|
|
|
%{_libdir}/libgirara-gtk3.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%dir %{_includedir}/%{name}
|
|
|
|
|
%{_includedir}/%{name}/*.h
|
|
|
|
|
%{_libdir}/pkgconfig/girara-gtk3.pc
|
|
|
|
|
%{_libdir}/libgirara-gtk3.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 15 2022 Alain Vigne <avigne@fedoraproject.org> - 0.3.7-1
|
|
|
|
|
- 0.3.7 bump
|
|
|
|
|
- Drop BR:doxygen as documentation is not generated nor installed
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
@ -175,7 +182,7 @@ developing applications that use %{name}.
|
|
|
|
|
* Wed Mar 05 2014 François Cami <fcami@fedoraproject.org> - 0.2.0-1
|
|
|
|
|
- Update to 0.2.0 and switch to gtk3.
|
|
|
|
|
|
|
|
|
|
* Sat Dec 28 2013 François Cami <fcami@fedoraproject.org> - 0.1.9-1
|
|
|
|
|
* Sat Dec 28 2013 François Cami <fcami@fedoraproject.org> - 0.1.9-1
|
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
- Enforce building against gtk2 for now.
|
|
|
|
|
|
|
|
|
|