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