SHA256
1
0
forked from pool/awf-gtk2
Dirk Mueller 2021-04-08 20:24:29 +00:00 committed by Git OBS Bridge
parent 2e221b9d0a
commit 0b092aed9b
2 changed files with 40 additions and 22 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 8 20:24:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
- spec cleaning
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 6 13:56:04 UTC 2021 - Fabrice Creuzot <code@luigifab.fr> Tue Apr 6 13:56:04 UTC 2021 - Fabrice Creuzot <code@luigifab.fr>

View File

@ -1,21 +1,38 @@
Name: awf-gtk2 #
Version: 2.3.0 # spec file for package awf-gtk2
Release: 0 #
Summary: Theme preview application for GTK # Copyright (c) 2021 SUSE LLC
Summary(fr): Application d'aperçu de thème pour GTK #
License: GPL-3.0-or-later # All modifications and additions to the file contributed by third parties
URL: https://github.com/luigifab/awf-extended # remain the property of their copyright owners, unless otherwise agreed
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz # upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
BuildRequires: gtk2-devel # Please submit bugfixes or comments via https://bugs.opensuse.org/
BuildRequires: gettext #
BuildRequires: gcc
BuildRequires: autoconf
BuildRequires: automake Name: awf-gtk2
BuildRequires: desktop-file-utils Version: 2.3.0
BuildRequires: aspell-fr Release: 0
Requires: gtk2 Summary: Theme preview application for GTK
Requires: hicolor-icon-theme Summary(fr): Application d'aperçu de thème pour GTK
License: GPL-3.0-or-later
URL: https://github.com/luigifab/awf-extended
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: aspell-fr
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: desktop-file-utils
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: gtk2-devel
Requires: gtk2
Requires: hicolor-icon-theme
%description %{expand: %description %{expand:
A widget factory is a theme preview application for GTK. It displays the A widget factory is a theme preview application for GTK. It displays the
@ -31,7 +48,6 @@ fenêtre permettant de voir l'effet visuel du thème appliqué.
Ce paquet fournit la version gtk2.} Ce paquet fournit la version gtk2.}
%prep %prep
%setup -q -n awf-extended-%{version} %setup -q -n awf-extended-%{version}
sed -i 's/ -eq 3/ -eq -1/g' configure.ac sed -i 's/ -eq 3/ -eq -1/g' configure.ac
@ -40,7 +56,7 @@ touch {NEWS,AUTHORS,README,ChangeLog}
mv LICENSE COPYING mv LICENSE COPYING
%build %build
autoreconf -f -i autoreconf -fi -W none
%configure %configure
%make_build %make_build
@ -66,7 +82,4 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ applications/%{
%{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%changelog %changelog
* Tue Apr 06 2021 Fabrice Creuzot <code@luigifab.fr> - 2.3.0-1
- Initial opensuse package release