77 lines
1.7 KiB
RPMSpec
77 lines
1.7 KiB
RPMSpec
Name: xviewer-plugins
|
|
Version: 1.2.0
|
|
Release: 1%{?dist}
|
|
Summary: A collection of plugins for xviewer
|
|
|
|
License: GPLv2+
|
|
URL: https://github.com/linuxmint/%{name}
|
|
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: libappstream-glib
|
|
BuildRequires: gnome-common
|
|
BuildRequires: intltool
|
|
BuildRequires: pkgconfig(champlain-gtk-0.12)
|
|
BuildRequires: pkgconfig(clutter-gtk-1.0)
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
BuildRequires: pkgconfig(libexif)
|
|
BuildRequires: pkgconfig(libgdata)
|
|
BuildRequires: pkgconfig(libpeas-1.0)
|
|
BuildRequires: pkgconfig(xviewer)
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
BuildRequires: python3-devel
|
|
|
|
Requires: python3%{_isa}
|
|
Requires: xviewer%{?_isa}
|
|
|
|
|
|
%description
|
|
This package contains plugins for additional features in xviewer.
|
|
|
|
|
|
%prep
|
|
%autosetup -p 1
|
|
NOCONFIGURE=1 %{_bindir}/gnome-autogen.sh
|
|
|
|
|
|
%build
|
|
%configure \
|
|
--with-plugins=all \
|
|
--enable-python
|
|
%make_build
|
|
|
|
|
|
%install
|
|
%make_install
|
|
%{_bindir}/find %{buildroot} -type f -name '*.a' -print -delete
|
|
%{_bindir}/find %{buildroot} -type f -name '*.la' -print -delete
|
|
%find_lang %{name}
|
|
|
|
|
|
%check
|
|
%{_bindir}/appstream-util validate-relax --nonet \
|
|
%{buildroot}%{_datadir}/appdata/*.xml
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%license AUTHORS COPYING debian/copyright
|
|
%doc ChangeLog NEWS README debian/changelog
|
|
%{_libdir}/xviewer/plugins/*
|
|
%{_datadir}/appdata/*
|
|
%{_datadir}/glib-2.0/schemas/*
|
|
%{_datadir}/xviewer/plugins/*
|
|
|
|
|
|
%changelog
|
|
* Mon May 08 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.0-1
|
|
- Initial import (rhbz#1424826)
|
|
|
|
* Sun Feb 19 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.0-0.1
|
|
- Initial rpm-release (rhbz#1424826)
|