OBS User unknown 2008-08-25 23:52:50 +00:00 committed by Git OBS Bridge
parent 52ec50680e
commit 92bf91c13b
6 changed files with 80 additions and 55 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2611c87e61881c9a4c9fe0688389a373e168261af01f7ba4a1b126e77e8d61b
size 2079139

3
djvulibre-3.5.21.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa98d409d383fef357b48e1bc9826843b22374a05d521dca2f5add13b2e82a2a
size 2666939

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 25 15:57:25 CEST 2008 - lmichnovic@suse.cz
- update to version 3.5.21
* Speed improvement on multicore platforms
* Ddjvu now can produce pdf output.
- renamed lib to libdjvulibre21 according to Shared Library
Packaging Policy
-------------------------------------------------------------------
Mon Dec 10 16:51:49 CET 2007 - lmichnovic@suse.cz

View File

@ -1,24 +1,32 @@
#
# spec file for package djvulibre (Version 3.5.20)
# spec file for package djvulibre (Version 3.5.21)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: djvulibre
BuildRequires: libdrm-devel libjpeg-devel libtiff-devel qt3-devel qt3-devel-tools update-desktop-files xorg-x11-devel
License: GPL v2 or later
Group: Productivity/Graphics/Other
AutoReqProv: on
Version: 3.5.20
Version: 3.5.21
Release: 1
# The following is a kludge to get updating djvulibre to after the split work
PreReq: libdjvulibre15
PreReq: libdjvulibre21
Url: http://djvu.sourceforge.net
Summary: An Open Source Implementation of DjVu
Source: %{name}-%{version}.tar.bz2
@ -48,6 +56,7 @@ Authors:
Yann LeCun <profshadoko@users.sourceforge.net>
%package djview3
License: GPL v2 or later
Summary: DjView3 is a portable DjVu Qt3 based viewer and browser plugin
Group: Productivity/Graphics/Other
Requires: djvulibre = %{version}
@ -65,11 +74,12 @@ Authors:
Leon Bottou <leonb@users.sourceforge.net>
Yann LeCun <profshadoko@users.sourceforge.net>
%package -n libdjvulibre15
%package -n libdjvulibre21
License: GPL v2 or later
Summary: Libraries of Open Source Implementation of DjVu - djvulibre
Group: Productivity/Graphics/Other
%description -n libdjvulibre15
%description -n libdjvulibre21
Libraries of Open Source Implementation of DjVu - djvulibre.
@ -81,9 +91,10 @@ Authors:
Yann LeCun <profshadoko@users.sourceforge.net>
%package -n libdjvulibre-devel
License: GPL v2 or later
Summary: Libraries of Open Source Implementation of DjVu - djvulibre
Group: Development/Libraries/Other
Requires: libdjvulibre15 = %{version}, libjpeg-devel
Requires: libdjvulibre21 = %{version}, libjpeg-devel
%description -n libdjvulibre-devel
Libraries of Open Source Implementation of DjVu - djvulibre.
@ -132,17 +143,16 @@ install -m 644 desktopfiles/hi22-djvu.png $RPM_BUILD_ROOT/usr/share/icons/hicolo
install -m 644 desktopfiles/hi32-djvu.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/mimetypes/djvu.png
install -m 644 desktopfiles/hi48-djvu.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/48x48/mimetypes/djvu.png
install -m 644 desktopfiles/hi32-djview3.png $RPM_BUILD_ROOT/usr/share/pixmaps/djvulibre-djview3.png
ls
%suse_update_desktop_file -r -i djvulibre-djview3 Graphics Viewer
%clean
rm -rf $RPM_BUILD_ROOT
%post -n libdjvulibre15
%post -n libdjvulibre21
# LIBS: Run ldconfig
/sbin/ldconfig
%postun -n libdjvulibre15
%postun -n libdjvulibre21
# LIBS: Run ldconfig
/sbin/ldconfig
exit 0
@ -188,7 +198,7 @@ exit 0
%{_bindir}/djview*
%{_prefix}/share/applications/djvulibre-djview3.desktop
%files -n libdjvulibre15
%files -n libdjvulibre21
%defattr(-,root,root)
%{_libdir}/libdjvulibre*
%exclude %{_libdir}/libdjvulibre.so
@ -203,30 +213,36 @@ exit 0
%{_libdir}/pkgconfig/ddjvuapi.pc
%changelog
* Mon Dec 10 2007 - lmichnovic@suse.cz
* Mon Aug 25 2008 lmichnovic@suse.cz
- update to version 3.5.21
* Speed improvement on multicore platforms
* Ddjvu now can produce pdf output.
- renamed lib to libdjvulibre21 according to Shared Library
Packaging Policy
* 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]
* Fri Jul 13 2007 - lmichnovic@suse.cz
* Fri Jul 13 2007 lmichnovic@suse.cz
- added trailing semicolon in desktop file (semicolon.patch)
- splitted off djview3 (Qt3) to make possible have alternative
djview4 (Qt4) package
* Mon Jun 11 2007 - lmichnovic@suse.cz
* Mon Jun 11 2007 lmichnovic@suse.cz
- fixed djvulibre-devel's Requires with %%{version}; [#282833]
* Wed Jun 06 2007 - lmichnovic@suse.cz
* Wed Jun 06 2007 lmichnovic@suse.cz
- renamed lib to libdjvulibre15 according to Shared Library
Packaging Policy
- splitted of devel package
- fixed calling ldconfig in post scripts
* Fri Apr 20 2007 - lmichnovic@suse.cz
* Fri Apr 20 2007 lmichnovic@suse.cz
- moved libs into new libdjvulibre package [#264978]
- excluding *.la
* Tue Apr 03 2007 - lmichnovic@suse.cz
* Tue Apr 03 2007 lmichnovic@suse.cz
- installing icons and desktop file in %%install section
* Tue Mar 27 2007 - lmichnovic@suse.cz
* Tue Mar 27 2007 lmichnovic@suse.cz
- update to version 3.5.19
* DjVuLibre is distributed under either version 2 of the GPL or
(at your option) any later version.
@ -243,53 +259,53 @@ exit 0
* Provide scripts in ${datadir}/djvu/*/desktop to register
the djvu mime types and the djview menu entries.
- obsoletes utf8.patch
* Sat Aug 05 2006 - lmichnovic@suse.cz
* Sat Aug 05 2006 lmichnovic@suse.cz
- specifying --x-libraries and --x-include due to new paths in new
X.org 7.x.
- added qt3-devel-tools and libtiff-devel into BuildRequires which
enhance functionality
* Wed Jul 12 2006 - lmichnovic@suse.cz
* Wed Jul 12 2006 lmichnovic@suse.cz
- update to version 3.5.17
- Various enhancement of DDJVUAPI.
- Compiles with the GCC-4.1.
- using MSVC using the provided project files.
- Minor bug fixes in csepdjvu text extraction.
- Fixed leak in csepdjvu, cpaldjvu and cjb2.
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 20 2006 - schwab@suse.de
* Fri Jan 20 2006 schwab@suse.de
- Don't strip binaries.
* Wed Nov 23 2005 - lmichnovic@suse.cz
* Wed Nov 23 2005 lmichnovic@suse.cz
- added -fno-strict-aliasing into CXXFLAGS
* Tue Nov 01 2005 - lmichnovic@suse.cz
* Tue Nov 01 2005 lmichnovic@suse.cz
- upgrade to version 3.5.16
upgrade fixes missing binary any2djvu (#131761)
* Wed Oct 19 2005 - lmichnovic@suse.cz
* Wed Oct 19 2005 lmichnovic@suse.cz
- fixed invalid extra qualification for build with new gcc 4.1
* Wed Sep 28 2005 - dmueller@suse.de
* Thu Sep 29 2005 dmueller@suse.de
- add norootforbuild
* Wed May 25 2005 - ltinkl@suse.cz
* Wed May 25 2005 ltinkl@suse.cz
- fix build with gcc41
* Tue Feb 22 2005 - meissner@suse.de
* Tue Feb 22 2005 meissner@suse.de
- fixed XtVa* lists calls 0 -> NULL.
* Tue Feb 01 2005 - meissner@suse.de
* Tue Feb 01 2005 meissner@suse.de
- fixed one execl call 0->NULL.
* Wed Sep 29 2004 - ke@suse.de
* Wed Sep 29 2004 ke@suse.de
- Recode README in UTF-8 encoding [#46179].
* Mon Aug 09 2004 - ro@suse.de
* Mon Aug 09 2004 ro@suse.de
- added directory to filelist
* Fri Aug 06 2004 - ltinkl@suse.cz
* Fri Aug 06 2004 ltinkl@suse.cz
- update to 3.5.14
* Mon May 17 2004 - ltinkl@suse.cz
* Mon May 17 2004 ltinkl@suse.cz
- updated to latest version 3.5.13
- redone the patch
- simplified and updated list of packaged files
* Tue Sep 30 2003 - ltinkl@suse.cz
* Tue Sep 30 2003 ltinkl@suse.cz
- updated to 3.5.12
- ported the patch
* Mon Aug 25 2003 - ro@suse.de
* Mon Aug 25 2003 ro@suse.de
- fix compile with current gcc
* Wed Jun 04 2003 - mjancar@suse.cz
* Wed Jun 04 2003 mjancar@suse.cz
- update to 3.5.11
* added support for mouse wheel
* added support for LT toolbar control args
@ -302,40 +318,40 @@ exit 0
- add URL
- use buildroot
- use $RPM_OPT_FLAGS
* Mon Feb 24 2003 - ro@suse.de
* Mon Feb 24 2003 ro@suse.de
- move to libdir/browser-plugins
* Sat Dec 28 2002 - prehak@suse.cz
* Sat Dec 28 2002 prehak@suse.cz
- fixed to build with gcc-3.3
- added %%clean section
* Thu Oct 31 2002 - uli@suse.de
* Thu Oct 31 2002 uli@suse.de
- update -> 3.5.9 (gcc-3.2, fix for broken command ddjvu, modified
IW44 for ARM processors)
- going down to -O1 on x86-64 to avoid segfault in djview
- cutting optimization on Alpha as well
* Wed Aug 07 2002 - uli@suse.de
* Wed Aug 07 2002 uli@suse.de
- update -> 3.5.8 (fixed printing of b&w documents,fixes for
gcc-3.1)
* Tue Jul 23 2002 - uli@suse.de
* Tue Jul 23 2002 uli@suse.de
- update -> 3.5.7 (minor fixes)
* Fri Jun 28 2002 - uli@suse.de
* Fri Jun 28 2002 uli@suse.de
- build with -O2 on x86-64 to avoid miscompilation
* Fri Jun 07 2002 - uli@suse.de
* Fri Jun 07 2002 uli@suse.de
- update -> 3.5.6:
Added option -bgwhite in cpaldjvu
Removed annoying flicker with djview/Qt3.
Fixed show stopper in djvused.
Fixed bug in djview print dialog.
Added CGI program djvuserve.
* Tue May 14 2002 - uli@suse.de
* Tue May 14 2002 uli@suse.de
- find Qt3 in lib64 if applicable
- still doesn't build on x86-64, maybe bin2cpp gets miscompiled
* Thu Apr 18 2002 - uli@suse.de
* Thu Apr 18 2002 uli@suse.de
- fixed to build with gcc 3.1
* Fri Feb 01 2002 - uli@suse.de
* Fri Feb 01 2002 uli@suse.de
- use %%_libdir
* Thu Jan 31 2002 - uli@suse.de
* Thu Jan 31 2002 uli@suse.de
- added plugin to mozilla plugin dir
* Fri Jan 18 2002 - uli@suse.de
* Fri Jan 18 2002 uli@suse.de
- update -> 3.5.3 (builds with Qt3, adds djvups tool)
* Wed Dec 12 2001 - uli@suse.de
* Wed Dec 12 2001 uli@suse.de
- initial package