Initial import (rhbz#1424826)
This commit is contained in:
parent
8f604579d7
commit
1abc31f6d9
3 changed files with 82 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -0,0 +1,4 @@
|
|||
*~
|
||||
*.rpm
|
||||
*.tar*
|
||||
results_*/
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
SHA512 (xviewer-plugins-1.2.0.tar.gz) = ffcf934f363f1a213eb11ef5849ede09ee563a082a76847ceab08c49cd1ae929f49dfd35947133fdda2bb9d6f8514bbb3f3dc6867dd04af9c0ae8dd723b18a15
|
||||
77
xviewer-plugins.spec
Normal file
77
xviewer-plugins.spec
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue