From 9669fa11d53387caa533fc365c44a59d0902a499b494479885b6e35f6c048ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 26 May 2018 14:30:22 +0000 Subject: [PATCH 1/2] Accepting request 612405 from home:mimi_vx:branches:X11:Utilities - update to 0.2.6 * use meson build system OBS-URL: https://build.opensuse.org/request/show/612405 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/zathura-plugin-ps?expand=0&rev=10 --- zathura-plugin-ps.changes | 7 ++++++- zathura-plugin-ps.spec | 19 +++++++++++-------- zathura-ps-0.2.5.tar.gz | 3 --- zathura-ps-0.2.6.tar.xz | 3 +++ 4 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 zathura-ps-0.2.5.tar.gz create mode 100644 zathura-ps-0.2.6.tar.xz diff --git a/zathura-plugin-ps.changes b/zathura-plugin-ps.changes index 0571876..b7af202 100644 --- a/zathura-plugin-ps.changes +++ b/zathura-plugin-ps.changes @@ -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 diff --git a/zathura-plugin-ps.spec b/zathura-plugin-ps.spec index 30a45e1..ad5634f 100644 --- a/zathura-plugin-ps.spec +++ b/zathura-plugin-ps.spec @@ -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.xm %changelog diff --git a/zathura-ps-0.2.5.tar.gz b/zathura-ps-0.2.5.tar.gz deleted file mode 100644 index be5dc6b..0000000 --- a/zathura-ps-0.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12f7e68291f9dab211f15a718b7e90adc5916d0242f8b15851825fa424b693f4 -size 5845 diff --git a/zathura-ps-0.2.6.tar.xz b/zathura-ps-0.2.6.tar.xz new file mode 100644 index 0000000..d31af5b --- /dev/null +++ b/zathura-ps-0.2.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb085b41fc88979f997310b4e703455e6a81b6ef1ae7db0b6324b6f13c2cf73 +size 4336 From 635fd8c453853bef0566ee7b39ad9ad5291473dad41dc62cdd98182047a88847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 26 May 2018 15:14:48 +0000 Subject: [PATCH 2/2] Accepting request 612410 from home:mimi_vx:branches:X11:Utilities i OBS-URL: https://build.opensuse.org/request/show/612410 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/zathura-plugin-ps?expand=0&rev=11 --- zathura-plugin-ps.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura-plugin-ps.spec b/zathura-plugin-ps.spec index ad5634f..dd77b47 100644 --- a/zathura-plugin-ps.spec +++ b/zathura-plugin-ps.spec @@ -55,6 +55,6 @@ find %{buildroot} -name "*.desktop" -delete -print %doc AUTHORS %dir %{_libdir}/zathura %{_libdir}/zathura/libps.so -%{_datadir}/metainfo/org.pwmt.zathura-ps.metainfo.xm +%{_datadir}/metainfo/org.pwmt.zathura-ps.metainfo.xml %changelog