Accepting request 612411 from X11:Utilities

i (forwarded request 612410 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/612411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zathura-plugin-ps?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-05-29 08:47:37 +00:00 committed by Git OBS Bridge
commit 9e3f891fc2
4 changed files with 20 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 26 14:29:13 UTC 2018 - mimi.vx@gmail.com
- update to 0.2.6
* use meson build system
-------------------------------------------------------------------
Fri Jan 26 14:22:56 UTC 2018 - mimi.vx@gmail.com
@ -11,7 +17,6 @@ Sat May 27 04:37:48 UTC 2017 - bwiedemann@suse.com
- Link with -fPIC
- Update Makefile
-------------------------------------------------------------------
Wed Feb 24 08:29:29 UTC 2016 - mimi.vx@gmail.com

View File

@ -18,13 +18,14 @@
%define realname zathura-ps
Name: zathura-plugin-ps
Version: 0.2.5
Version: 0.2.6
Release: 0
Summary: PS support for zathura via libspectre
License: Zlib
Group: Productivity/Office/Other
Url: https://pwmt.org/projects/%{realname}/
Source: https://pwmt.org/projects/%{realname}/download/%{realname}-%{version}.tar.gz
URL: https://pwmt.org/projects/%{realname}/
Source: https://pwmt.org/projects/%{realname}/download/%{realname}-%{version}.tar.xz
BuildRequires: meson >= 0.43
BuildRequires: pkgconfig
BuildRequires: pkgconfig(girara-gtk3)
BuildRequires: pkgconfig(libspectre)
@ -39,19 +40,21 @@ The zathura-ps plugin adds PostScript support to zathura by using the libspectre
%setup -q -n %{realname}-%{version}
%build
export CFLAGS="%{optflags}"
make %{?_smp_mflags} VERBOSE=1 SFLAGS=""
%meson
%meson_build
%install
%make_install LIBDIR=%{_libdir} SFLAGS=""
%meson_install
find %{buildroot} -name "*.desktop" -delete -print
%post -n %{name} -p /sbin/ldconfig
%postun -n %{name} -p /sbin/ldconfig
%files -n %{name}
%doc AUTHORS LICENSE
%license LICENSE
%doc AUTHORS
%dir %{_libdir}/zathura
%{_libdir}/zathura/ps.so
%{_libdir}/zathura/libps.so
%{_datadir}/metainfo/org.pwmt.zathura-ps.metainfo.xml
%changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12f7e68291f9dab211f15a718b7e90adc5916d0242f8b15851825fa424b693f4
size 5845

3
zathura-ps-0.2.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7eb085b41fc88979f997310b4e703455e6a81b6ef1ae7db0b6324b6f13c2cf73
size 4336