SHA256
1
0
forked from pool/awf-gtk2
awf-gtk2/awf-gtk2.spec
Dirk Mueller 2e221b9d0a Accepting request 883631 from home:luigifab
I want to maintain awf-gtk2 in Factory and would like to use X11:common:Factory as the devel/feeder project. I changed Release tag, created the changes file, and added the source archive.

OBS-URL: https://build.opensuse.org/request/show/883631
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/awf-gtk2?expand=0&rev=1
2021-04-08 20:18:20 +00:00

73 lines
2.2 KiB
RPMSpec

Name: awf-gtk2
Version: 2.3.0
Release: 0
Summary: Theme preview application for GTK
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: gtk2-devel
BuildRequires: gettext
BuildRequires: gcc
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: desktop-file-utils
BuildRequires: aspell-fr
Requires: gtk2
Requires: hicolor-icon-theme
%description %{expand:
A widget factory is a theme preview application for GTK. It displays the
various widget types provided by GTK in a single window allowing to see
the visual effect of the applied theme.
This package provides the gtk2 version.}
%description -l fr %{expand:
La fabrique à widgets est une application d'aperçu de thème pour GTK. Elle
affiche les différents types de widgets fournis par GTK dans une seule
fenêtre permettant de voir l'effet visuel du thème appliqué.
Ce paquet fournit la version gtk2.}
%prep
%setup -q -n awf-extended-%{version}
sed -i 's/ -eq 3/ -eq -1/g' configure.ac
sed -i 's/ -eq 4/ -eq -1/g' configure.ac
touch {NEWS,AUTHORS,README,ChangeLog}
mv LICENSE COPYING
%build
autoreconf -f -i
%configure
%make_build
%install
%make_install
mkdir -p %{buildroot}%{_datadir}/applications/
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/
for file in icons/*/*/*; do mv $file ${file/\/awf./\/%{name}.}; done
cp -a icons/* %{buildroot}%{_datadir}/icons/hicolor/
for file in src/po/*.po; do
code=$(basename "$file" .po)
mkdir -p %{buildroot}%{_datadir}/locale/${code}/LC_MESSAGES/
msgfmt src/po/${code}.po -o %{buildroot}%{_datadir}/locale/${code}/LC_MESSAGES/%{name}.mo
done
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ applications/%{name}.desktop
%find_lang %{name}
%files -f %{name}.lang
%license COPYING
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%changelog
* Tue Apr 06 2021 Fabrice Creuzot <code@luigifab.fr> - 2.3.0-1
- Initial opensuse package release