forked from pool/mupdf
- Ship mupdf-x11-curl as default mupdf. Drop non-curl version.
- Drop mujstest as it seems to be a test utility. OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=30
This commit is contained in:
parent
950d5cfeab
commit
f03801b5f4
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 10:06:56 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Ship mupdf-x11-curl as default mupdf. Drop non-curl version.
|
||||
- Drop mujstest as it seems to be a test utility.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 12 13:02:09 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
@ -85,13 +85,15 @@ make %{?_smp_mflags} \
|
||||
NOCURL= \
|
||||
CURL_CFLAGS="$(pkg-config --libs libcurl)" \
|
||||
CURL_LIBS=" -pthread $(pkg-config --libs libcurl)" \
|
||||
HAVE_GLFW=no V=1
|
||||
HAVE_GLFW=no
|
||||
|
||||
%install
|
||||
%make_install build=release prefix=%{_prefix} libdir=%{_libdir}
|
||||
|
||||
mv %{buildroot}%{_bindir}/mupdf-x11 %{buildroot}%{_bindir}/mupdf
|
||||
mv %{buildroot}%{_bindir}/mupdf-x11-curl %{buildroot}%{_bindir}/mupdf
|
||||
|
||||
rm %{buildroot}%{_bindir}/mujstest
|
||||
rm %{buildroot}%{_bindir}/mupdf-x11
|
||||
rm -rf %{buildroot}%{_datadir}/doc/
|
||||
|
||||
chmod 0644 %{buildroot}%{_includedir}/mupdf/*.h \
|
||||
@ -116,9 +118,7 @@ install -D -p -m 644 %{SOURCE2} \
|
||||
%doc CHANGES COPYING README docs/naming.txt docs/overview.txt
|
||||
%doc docs/progressive.txt docs/refcount.txt docs/examples/
|
||||
%{_bindir}/mupdf
|
||||
%{_bindir}/mupdf-x11-curl
|
||||
%{_bindir}/mutool
|
||||
%{_bindir}/mujstest
|
||||
%{_datadir}/applications/mupdf.desktop
|
||||
%{_datadir}/pixmaps/mupdf.png
|
||||
%{_mandir}/man1/mu*.1*
|
||||
|
Loading…
Reference in New Issue
Block a user