Accepting request 727904 from home:jengelh:branches:graphics
- Trim conjecture, bias, and metadata repetitions from description. OBS-URL: https://build.opensuse.org/request/show/727904 OBS-URL: https://build.opensuse.org/package/show/graphics/djvulibre?expand=0&rev=29
This commit is contained in:
parent
33ad9176ce
commit
7994d8f57d
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 06:21:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim conjecture, bias, and metadata repetitions from description.
|
||||
- Trim descriptions in subpackages for length. (Main package keeps
|
||||
the bigger one.)
|
||||
- Use some more macros and limit fdupes to the /usr volume.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 12:13:57 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
Name: djvulibre
|
||||
Version: 3.5.27
|
||||
Release: 0
|
||||
Summary: An Open Source Implementation of DjVu
|
||||
Summary: An Implementation of DjVu
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Graphics/Other
|
||||
Url: http://djvu.sourceforge.net
|
||||
@ -51,83 +51,47 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
DjVu is a Web-centric format and software platform for distributing
|
||||
documents and images. DjVuLibre is an open source (GPL) implementation
|
||||
of DjVu, including viewers, browser plug-ins, decoders, simple
|
||||
encoders, and utilities. DjVu can advantageously replace PDF, PS, TIFF,
|
||||
JPEG, and GIF for distributing scanned documents, digital documents, or
|
||||
high-resolution pictures. DjVu content downloads faster, displays and
|
||||
renders faster, looks nicer on a screen, and consumes less client
|
||||
resources than competing formats. DjVu images display instantly and can
|
||||
be smoothly zoomed and panned with no lengthy rerendering. DjVu is used
|
||||
by hundreds of academic, commercial, governmental, and noncommercial
|
||||
Web sites around the world.
|
||||
documents and images. DjVuLibre is an implementation of DjVu,
|
||||
including viewers, browser plug-ins, decoders, encoders, and
|
||||
utilities. DjVu can replace PDF, PS, TIFF, JPEG, and GIF for
|
||||
distributing scanned documents, digital documents, or high-resolution
|
||||
pictures. DjVu content is often smaller and consumes less client
|
||||
resources than competing formats.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Libraries of Open Source Implementation of DjVu - djvulibre
|
||||
Summary: DjVu rendering library
|
||||
Group: Productivity/Graphics/Other
|
||||
|
||||
%description -n %{libname}
|
||||
DjVu is a Web-centric format and software platform for distributing
|
||||
documents and images. DjVuLibre is an open source (GPL) implementation
|
||||
of DjVu, including viewers, browser plug-ins, decoders, simple
|
||||
encoders, and utilities. DjVu can advantageously replace PDF, PS, TIFF,
|
||||
JPEG, and GIF for distributing scanned documents, digital documents, or
|
||||
high-resolution pictures. DjVu content downloads faster, displays and
|
||||
renders faster, looks nicer on a screen, and consumes less client
|
||||
resources than competing formats. DjVu images display instantly and can
|
||||
be smoothly zoomed and panned with no lengthy rerendering. DjVu is used
|
||||
by hundreds of academic, commercial, governmental, and noncommercial
|
||||
Web sites around the world.
|
||||
DjVuLibre is an implementation of DjVu, a Web-centric format and
|
||||
software platform for distributing documents and images.
|
||||
|
||||
This package contains shared libraries
|
||||
This package contains the shared libraries.
|
||||
|
||||
%package -n libdjvulibre-devel
|
||||
Summary: Libraries of Open Source Implementation of DjVu - djvulibre
|
||||
Summary: Headers for djvulibre libraries
|
||||
Group: Development/Libraries/Other
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description -n libdjvulibre-devel
|
||||
DjVu is a Web-centric format and software platform for distributing
|
||||
documents and images. DjVuLibre is an open source (GPL) implementation
|
||||
of DjVu, including viewers, browser plug-ins, decoders, simple
|
||||
encoders, and utilities. DjVu can advantageously replace PDF, PS, TIFF,
|
||||
JPEG, and GIF for distributing scanned documents, digital documents, or
|
||||
high-resolution pictures. DjVu content downloads faster, displays and
|
||||
renders faster, looks nicer on a screen, and consumes less client
|
||||
resources than competing formats. DjVu images display instantly and can
|
||||
be smoothly zoomed and panned with no lengthy rerendering. DjVu is used
|
||||
by hundreds of academic, commercial, governmental, and noncommercial
|
||||
Web sites around the world.
|
||||
DjVuLibre is an implementation of DjVu, a Web-centric format and
|
||||
software platform for distributing documents and images.
|
||||
|
||||
This package contains development files
|
||||
This package contains the development files.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for the the DjVu - djvulibre
|
||||
Summary: Documentation for djvulibre
|
||||
Group: Productivity/Graphics/Other
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
DjVu is a Web-centric format and software platform for distributing
|
||||
documents and images. DjVuLibre is an open source (GPL) implementation
|
||||
of DjVu, including viewers, browser plug-ins, decoders, simple
|
||||
encoders, and utilities. DjVu can advantageously replace PDF, PS, TIFF,
|
||||
JPEG, and GIF for distributing scanned documents, digital documents, or
|
||||
high-resolution pictures. DjVu content downloads faster, displays and
|
||||
renders faster, looks nicer on a screen, and consumes less client
|
||||
resources than competing formats. DjVu images display instantly and can
|
||||
be smoothly zoomed and panned with no lengthy rerendering. DjVu is used
|
||||
by hundreds of academic, commercial, governmental, and noncommercial
|
||||
Web sites around the world.
|
||||
DjVuLibre is an implementation of DjVu, a Web-centric format and
|
||||
software platform for distributing documents and images.
|
||||
|
||||
This package contains documentation
|
||||
This package contains the documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -141,12 +105,12 @@ sed -i -e 's/\(^CFLAGS.*\)/\1 -fsanitize=address/' \
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%make_install
|
||||
|
||||
# do not ship these
|
||||
rm %{buildroot}%{_libdir}/libdjvulibre.la
|
||||
|
||||
%fdupes %{buildroot}
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
%post
|
||||
%mime_database_post
|
||||
|
Loading…
Reference in New Issue
Block a user