This commit is contained in:
parent
68c3c46f85
commit
52ec50680e
@ -1,11 +0,0 @@
|
|||||||
--- desktopfiles/djvulibre-djview3.desktop
|
|
||||||
+++ desktopfiles/djvulibre-djview3.desktop
|
|
||||||
@@ -2,7 +2,7 @@
|
|
||||||
Encoding=UTF-8
|
|
||||||
Type=Application
|
|
||||||
Categories=Qt;Graphics
|
|
||||||
-MimeType=image/x-djvu;image/x.djvu;image/vnd.djvu
|
|
||||||
+MimeType=image/x-djvu;image/x.djvu;image/vnd.djvu;
|
|
||||||
Name=DjView3
|
|
||||||
Exec=djview3 %f
|
|
||||||
Terminal=false
|
|
@ -1,33 +0,0 @@
|
|||||||
--- gui/djview/Makefile.in
|
|
||||||
+++ gui/djview/Makefile.in
|
|
||||||
@@ -174,7 +174,7 @@
|
|
||||||
install-bin: ${PROGRAM} FORCE
|
|
||||||
${INSTALL} -d ${DESTDIR}${bindir}
|
|
||||||
${LIBTOOL} --mode=install \
|
|
||||||
- ${INSTALL_PROGRAM} -s ${PROGRAM} ${DESTDIR}${bindir}/djview3
|
|
||||||
+ ${INSTALL_PROGRAM} ${PROGRAM} ${DESTDIR}${bindir}/djview3
|
|
||||||
cd ${DESTDIR}${bindir} && ${LN_S} djview3 djview || true
|
|
||||||
|
|
||||||
install-man: FORCE
|
|
||||||
--- tools/Makefile.in
|
|
||||||
+++ tools/Makefile.in
|
|
||||||
@@ -75,7 +75,7 @@
|
|
||||||
${INSTALL} -d ${DESTDIR}${bindir}
|
|
||||||
for n in ${PROGRAMS} ; do \
|
|
||||||
${LIBTOOL} --mode=install \
|
|
||||||
- ${INSTALL_PROGRAM} -s $$n ${DESTDIR}${bindir} \
|
|
||||||
+ ${INSTALL_PROGRAM} $$n ${DESTDIR}${bindir} \
|
|
||||||
|| exit ; done
|
|
||||||
|
|
||||||
install-scripts: FORCE
|
|
||||||
--- xmltools/Makefile.in
|
|
||||||
+++ xmltools/Makefile.in
|
|
||||||
@@ -63,7 +63,7 @@
|
|
||||||
${INSTALL} -d ${DESTDIR}${bindir}
|
|
||||||
for n in ${PROGRAMS} ; do \
|
|
||||||
${LIBTOOL} --mode=install \
|
|
||||||
- ${INSTALL_PROGRAM} -s $$n ${DESTDIR}${bindir} \
|
|
||||||
+ ${INSTALL_PROGRAM} $$n ${DESTDIR}${bindir} \
|
|
||||||
|| exit ; done
|
|
||||||
|
|
||||||
install-data: FORCE
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6259116a38617b0bdf0c1eada3ec5c8caefe111090ecc743566d3285873350b4
|
|
||||||
size 2042864
|
|
3
djvulibre-3.5.20.tar.bz2
Normal file
3
djvulibre-3.5.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c2611c87e61881c9a4c9fe0688389a373e168261af01f7ba4a1b126e77e8d61b
|
||||||
|
size 2079139
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 10 16:51:49 CET 2007 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
- update to version 3.5.20
|
||||||
|
obsoletes semicolon.patch, strip.patch
|
||||||
|
* Csepdjvu handle gsdjvu hyperlink comments.
|
||||||
|
* Djvudigital therefore handles hyperlinks.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 10 16:03:35 CEST 2007 - lmichnovic@suse.cz
|
Mon Sep 10 16:03:35 CEST 2007 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package djvulibre (Version 3.5.19)
|
# spec file for package djvulibre (Version 3.5.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -14,18 +14,16 @@ Name: djvulibre
|
|||||||
BuildRequires: libdrm-devel libjpeg-devel libtiff-devel qt3-devel qt3-devel-tools update-desktop-files xorg-x11-devel
|
BuildRequires: libdrm-devel libjpeg-devel libtiff-devel qt3-devel qt3-devel-tools update-desktop-files xorg-x11-devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 3.5.19
|
Version: 3.5.20
|
||||||
Release: 54
|
Release: 1
|
||||||
# The following is a kludge to get updating djvulibre to after the split work
|
# The following is a kludge to get updating djvulibre to after the split work
|
||||||
PreReq: libdjvulibre15
|
PreReq: libdjvulibre15
|
||||||
URL: http://djvu.sourceforge.net
|
Url: http://djvu.sourceforge.net
|
||||||
Summary: An Open Source Implementation of DjVu
|
Summary: An Open Source Implementation of DjVu
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch1: %{name}-%{version}-nsdejavu.patch
|
Patch1: %{name}-%{version}-nsdejavu.patch
|
||||||
Patch2: %{name}-%{version}-filepath.patch
|
Patch2: %{name}-%{version}-filepath.patch
|
||||||
Patch3: %{name}-%{version}-strip.patch
|
|
||||||
Patch4: %{name}-%{version}-semicolon.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -84,7 +82,7 @@ Authors:
|
|||||||
|
|
||||||
%package -n libdjvulibre-devel
|
%package -n libdjvulibre-devel
|
||||||
Summary: Libraries of Open Source Implementation of DjVu - djvulibre
|
Summary: Libraries of Open Source Implementation of DjVu - djvulibre
|
||||||
Group: Productivity/Graphics/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: libdjvulibre15 = %{version}, libjpeg-devel
|
Requires: libdjvulibre15 = %{version}, libjpeg-devel
|
||||||
|
|
||||||
%description -n libdjvulibre-devel
|
%description -n libdjvulibre-devel
|
||||||
@ -102,8 +100,6 @@ Authors:
|
|||||||
%setup
|
%setup
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
|
||||||
%patch4
|
|
||||||
# removing cvsignore files in version 3.5.19
|
# removing cvsignore files in version 3.5.19
|
||||||
rm -rf doc/minilisp/.cvsignore
|
rm -rf doc/minilisp/.cvsignore
|
||||||
|
|
||||||
@ -207,6 +203,11 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/ddjvuapi.pc
|
%{_libdir}/pkgconfig/ddjvuapi.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 10 2007 - lmichnovic@suse.cz
|
||||||
|
- update to version 3.5.20
|
||||||
|
obsoletes semicolon.patch, strip.patch
|
||||||
|
* Csepdjvu handle gsdjvu hyperlink comments.
|
||||||
|
* Djvudigital therefore handles hyperlinks.
|
||||||
* Mon Sep 10 2007 - lmichnovic@suse.cz
|
* Mon Sep 10 2007 - lmichnovic@suse.cz
|
||||||
- moved desktop file to djview3 subpackage [#307485]
|
- moved desktop file to djview3 subpackage [#307485]
|
||||||
* Fri Jul 13 2007 - lmichnovic@suse.cz
|
* Fri Jul 13 2007 - lmichnovic@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user