|
|
cf5330 |
%define _hardened_build 1
|
|
|
cf5330 |
|
|
|
cf5330 |
Summary: DjVu viewers, encoders, and utilities
|
|
|
cf5330 |
Name: djvulibre
|
|
|
cf5330 |
Version: 3.5.27
|
|
|
cf5330 |
Release: 10%{?dist}
|
|
|
cf5330 |
License: GPLv2+
|
|
|
cf5330 |
Group: Applications/Publishing
|
|
|
cf5330 |
URL: http://djvu.sourceforge.net/
|
|
|
cf5330 |
Source0: http://downloads.sourceforge.net/djvu/%{name}-%{version}.tar.gz
|
|
|
cf5330 |
Patch0: djvulibre-3.5.22-cdefs.patch
|
|
|
cf5330 |
#Patch1: djvulibre-3.5.25.3-cflags.patch
|
|
|
cf5330 |
|
|
|
cf5330 |
Requires(post): xdg-utils
|
|
|
cf5330 |
Requires(preun): xdg-utils
|
|
|
cf5330 |
%if (0%{?fedora} > 15 || 0%{?rhel} > 6)
|
|
|
cf5330 |
BuildRequires: libjpeg-turbo-devel
|
|
|
cf5330 |
%else
|
|
|
cf5330 |
BuildRequires: libjpeg-devel
|
|
|
cf5330 |
%endif
|
|
|
cf5330 |
BuildRequires: libtiff-devel
|
|
|
cf5330 |
BuildRequires: xdg-utils chrpath
|
|
|
cf5330 |
BuildRequires: hicolor-icon-theme
|
|
|
cf5330 |
|
|
|
cf5330 |
Provides: %{name}-mozplugin = %{version}
|
|
|
cf5330 |
Obsoletes: %{name}-mozplugin < 3.5.24
|
|
|
cf5330 |
|
|
|
cf5330 |
%description
|
|
|
cf5330 |
DjVu is a web-centric format and software platform for distributing documents
|
|
|
cf5330 |
and images. DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for
|
|
|
cf5330 |
distributing scanned documents, digital documents, or high-resolution pictures.
|
|
|
cf5330 |
DjVu content downloads faster, displays and renders faster, looks nicer on a
|
|
|
cf5330 |
screen, and consume less client resources than competing formats. DjVu images
|
|
|
cf5330 |
display instantly and can be smoothly zoomed and panned with no lengthy
|
|
|
cf5330 |
re-rendering.
|
|
|
cf5330 |
|
|
|
cf5330 |
DjVuLibre is a free (GPL'ed) implementation of DjVu, including viewers,
|
|
|
cf5330 |
decoders, simple encoders, and utilities. The browser plugin is in its own
|
|
|
cf5330 |
separate sub-package.
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%package libs
|
|
|
cf5330 |
Summary: Library files for DjVuLibre
|
|
|
cf5330 |
Group: System Environment/Libraries
|
|
|
cf5330 |
|
|
|
cf5330 |
%description libs
|
|
|
cf5330 |
Library files for DjVuLibre.
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%package devel
|
|
|
cf5330 |
Summary: Development files for DjVuLibre
|
|
|
cf5330 |
Group: Development/Libraries
|
|
|
cf5330 |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
cf5330 |
Requires: pkgconfig
|
|
|
cf5330 |
|
|
|
cf5330 |
%description devel
|
|
|
cf5330 |
Development files for DjVuLibre.
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%prep
|
|
|
cf5330 |
%setup -q
|
|
|
cf5330 |
%patch0 -p1 -b .cdefs
|
|
|
cf5330 |
#%patch1 -p1 -b .cflags
|
|
|
cf5330 |
|
|
|
cf5330 |
%build
|
|
|
cf5330 |
%configure --with-qt=%{_libdir}/qt-3.3 --enable-threads
|
|
|
cf5330 |
# Disable rpath on 64bit - NOT! It makes the build fail (still as of 3.5.20-2)
|
|
|
cf5330 |
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
cf5330 |
#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
cf5330 |
|
|
|
cf5330 |
make %{?_smp_mflags} V=1
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%install
|
|
|
cf5330 |
make install DESTDIR=%{buildroot}
|
|
|
cf5330 |
|
|
|
cf5330 |
# Fix for the libs to get stripped correctly (still required in 3.5.20-2)
|
|
|
cf5330 |
find %{buildroot}%{_libdir} -name '*.so*' | xargs %{__chmod} +x
|
|
|
cf5330 |
|
|
|
cf5330 |
# Remove rpath
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvutoxml
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvused
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/cjb2
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/csepdjvu
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvuserve
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvm
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvuxmlparser
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvutxt
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/ddjvu
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvumake
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/cpaldjvu
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvuextract
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/c44
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvups
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvudump
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/djvmcvt
|
|
|
cf5330 |
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/bzz
|
|
|
cf5330 |
|
|
|
cf5330 |
# This XML file does not differentiate between DjVu Image and DjVu Document
|
|
|
cf5330 |
# MIME types, the default one in shared-mime-info does.
|
|
|
cf5330 |
rm -f $RPM_BUILD_ROOT%{_datadir}/mime/packages/djvulibre-mime.xml
|
|
|
cf5330 |
|
|
|
cf5330 |
# MIME types (icons and desktop file) - this installs icon files under
|
|
|
cf5330 |
# /usr/share/icons/hicolor/ and an xml file under /usr/share/mime/image/
|
|
|
cf5330 |
# Taken from {_datadir}/djvu/osi/desktop/register-djvu-mime install
|
|
|
cf5330 |
# See also the README file in the desktopfiles directory of the source distribution
|
|
|
cf5330 |
pushd desktopfiles
|
|
|
cf5330 |
for i in 22 32 48 64 ; do
|
|
|
cf5330 |
install -d $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/mimetypes/
|
|
|
cf5330 |
cp -a ./prebuilt-hi${i}-djvu.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/mimetypes/image-vnd.djvu.mime.png
|
|
|
cf5330 |
# cp -a ./hi${i}-djvu.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/mimetypes/gnome-mime-image-vnd.djvu.png
|
|
|
cf5330 |
done
|
|
|
cf5330 |
popd
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%post
|
|
|
cf5330 |
# Unregister menu entry for djview3 if it is present as we no longer
|
|
|
cf5330 |
# ship this in favour of the djview4 package. These files were
|
|
|
cf5330 |
# installed in %post by the older djvulibre packages, but not actually
|
|
|
cf5330 |
# owned by the package (packaging bug)
|
|
|
cf5330 |
rm -f %{_datadir}/applications/djvulibre-djview3.desktop || :
|
|
|
cf5330 |
rm -f %{_datadir}/icons/hicolor/32x32/apps/djvulibre-djview3.png || :
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%preun
|
|
|
cf5330 |
# This is the legacy script, not compliant with current packaging
|
|
|
cf5330 |
# guidelines. However, we leave it in, as the old packages didn't own
|
|
|
cf5330 |
# the icon and xml files, so we want to be sure we remove them
|
|
|
cf5330 |
if [ $1 -eq 0 ]; then
|
|
|
cf5330 |
# MIME types (icons and desktop file)
|
|
|
cf5330 |
%{_datadir}/djvu/osi/desktop/register-djvu-mime uninstall || :
|
|
|
cf5330 |
fi
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%ldconfig_scriptlets libs
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%files
|
|
|
cf5330 |
%defattr(-,root,root,-)
|
|
|
cf5330 |
%{_bindir}/*
|
|
|
cf5330 |
%{_mandir}/man1/*
|
|
|
cf5330 |
%{_datadir}/djvu/
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/16x16/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/20x20/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/22x22/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/24x24/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/32x32/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/48x48/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/64x64/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/72x72/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/96x96/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/128x128/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/scalable/mimetypes/*
|
|
|
cf5330 |
%{_datadir}/icons/hicolor/256x256/mimetypes/*
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%files libs
|
|
|
cf5330 |
%defattr(-,root,root,-)
|
|
|
cf5330 |
%doc README COPYRIGHT COPYING NEWS
|
|
|
cf5330 |
%{_libdir}/*.so.*
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%files devel
|
|
|
cf5330 |
%defattr(-,root,root,-)
|
|
|
cf5330 |
%doc doc/*.*
|
|
|
cf5330 |
%{_includedir}/libdjvu/
|
|
|
cf5330 |
%{_libdir}/pkgconfig/ddjvuapi.pc
|
|
|
cf5330 |
%exclude %{_libdir}/*.la
|
|
|
cf5330 |
%{_libdir}/*.so
|
|
|
cf5330 |
|
|
|
cf5330 |
|
|
|
cf5330 |
%changelog
|
|
|
cf5330 |
* Tue Aug 7 2018 Marek Kasik <mkasik@redhat.com> - 3.5.27-10
|
|
|
cf5330 |
- Improve previous commit
|
|
|
cf5330 |
- Resolves: #1609976
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue Aug 7 2018 Marek Kasik <mkasik@redhat.com> - 3.5.27-9
|
|
|
cf5330 |
- Build without inkscape
|
|
|
cf5330 |
- Resolves: #1609976
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Feb 14 2018 Marek Kasik <mkasik@redhat.com> - 3.5.27-8
|
|
|
cf5330 |
- Remove XML file defining DjVu MIME type because it does not differentiate
|
|
|
cf5330 |
- between DjVu Image and DjVu Document (the default one in shared-mime-info does)
|
|
|
cf5330 |
- Resolves: #1513188
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.5.27-7
|
|
|
cf5330 |
- Escape macros in %%changelog
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.27-6
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.5.27-5
|
|
|
cf5330 |
- Switch to %%ldconfig_scriptlets
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.27-4
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.27-3
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.27-2
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Mar 28 2016 François Cami <fcami@fedoraproject.org> - 3.5.27-1
|
|
|
cf5330 |
- Update to latest upstream.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.25.3-18
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.25.3-17
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.5.25.3-16
|
|
|
cf5330 |
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Jan 09 2015 François Cami <fcami@fedoraproject.org> - 3.5.25.3-15
|
|
|
cf5330 |
- Fix bogus date in changelog + use PIC.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.25.3-14
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.25.3-13
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon May 5 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.5.25.3-12
|
|
|
cf5330 |
- Remove autoconf requirement, it's not needed even for aarch64
|
|
|
cf5330 |
it's handled in the %%configure macro
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue Dec 17 2013 Jonathan Underwood <jonathan.underwood@gmail.com> - 3.5.25.3-11
|
|
|
cf5330 |
- Only call autoreconf for Fedora 19 and higher, and not RHEL
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.25.3-10
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Thu May 23 2013 François Cami <fcami@fedoraproject.org> - - 3.5.25.3-9
|
|
|
cf5330 |
- Fix #729469 again.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Thu May 23 2013 François Cami <fcami@fedoraproject.org> - - 3.5.25.3-8
|
|
|
cf5330 |
- Add autoreconf to BuildRequires.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Thu May 23 2013 François Cami <fcami@fedoraproject.org> - - 3.5.25.3-7
|
|
|
cf5330 |
- Call autoreconf in %%build (#925264).
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.25.3-6
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Thu Jan 31 2013 François Cami <fcami@fedoraproject.org> - 3.5.25.3-5
|
|
|
cf5330 |
- fix source URL (#905953).
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 3.5.25.3-4
|
|
|
cf5330 |
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 3.5.25.3-3
|
|
|
cf5330 |
- rebuild against new libjpeg
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue Oct 9 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.5.25.3-2
|
|
|
cf5330 |
- Build with $RPM_OPT_FLAGS (#729469).
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Oct 3 2012 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 3.5.25.3-1
|
|
|
cf5330 |
- Update to version 3.5.25.3
|
|
|
cf5330 |
- Add BuildRequires for inkscape
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.24-6
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue May 8 2012 Jonathan G. Underwood <rpmb@mia.theory.phys.ucl.ac.uk> - 3.5.24-4
|
|
|
cf5330 |
- Properly remove the djview3 menu entries
|
|
|
cf5330 |
- Correctly package the icon files
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sat May 5 2012 Jonathan G. Underwood <rpmb@mia.theory.phys.ucl.ac.uk> - 3.5.24-4
|
|
|
cf5330 |
- Merge in changes from Fedora master branch to el6 branch to bring version 3.5.24
|
|
|
cf5330 |
- Unregister djview3 menu/desktop entry on install if present
|
|
|
cf5330 |
- Replace BuildRequire for libjpeg-turbo-devel with libjpeg-devel
|
|
|
cf5330 |
depending on fedora/rhel version
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Feb 17 2012 Orion Poplawski <orion@cora.nwra.com> - 3.5.24-3
|
|
|
cf5330 |
- Don't call register-djview-menu since we don't build djview3 anymore (bug 734856)
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.24-2
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Aug 8 2011 Peter Robinson <pbrobinson@gmail.com> 3.5.24-1
|
|
|
cf5330 |
- 3.5.24
|
|
|
cf5330 |
- Obsolete mozplugin, dropped upstream
|
|
|
cf5330 |
- Dropped djview3, use djview4
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Jan 31 2011 Karsten Hopp <karsten@redhat.com> 3.5.22-2
|
|
|
cf5330 |
- add include cstddefs for size_t
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Nov 30 2009 Ralesh Pandit <rakesh@fedoraproject.org> 3.5.22-1
|
|
|
cf5330 |
- Updated to 3.5.22 (#542221) (Spec patch by Michal Schmidt)
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.21-3
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.21-2
|
|
|
cf5330 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sat Jan 17 2009 Rakesh Pandit <rakesh@fedoraproject.org> 3.5.21-1
|
|
|
cf5330 |
- Updated to 3.5.21
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Jun 06 2008 Dennis Gilmore <dennis@ausil.us> 3.5.20-3
|
|
|
cf5330 |
- BR qt3-devel
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sun Feb 3 2008 Matthias Saou <http://freshrpms.net/> 3.5.20-2
|
|
|
cf5330 |
- Update to 3.5.20-2 (#431025).
|
|
|
cf5330 |
- Split off a -libs sub-package (#391201).
|
|
|
cf5330 |
- Split off a -mozplugin sub-package.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 3.5.19-4
|
|
|
cf5330 |
- Rebuild for new BuildID feature.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Aug 6 2007 Matthias Saou <http://freshrpms.net/> 3.5.19-3
|
|
|
cf5330 |
- Update License field.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Jun 11 2007 Matthias Saou <http://freshrpms.net/> 3.5.19-2
|
|
|
cf5330 |
- Include patch to remove LC_CTYPE for ja man pages, fixes sed 100% CPU issue.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Jun 8 2007 Matthias Saou <http://freshrpms.net/> 3.5.19-1
|
|
|
cf5330 |
- Update to 3.5.19.
|
|
|
cf5330 |
- Disable rpath on 64bit... not.
|
|
|
cf5330 |
- Convert ja man pages to UTF-8.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue Feb 13 2007 Matthias Saou <http://freshrpms.net/> 3.5.18-2
|
|
|
cf5330 |
- Include man page patch to have man pages be identical across archs (#228359).
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Feb 5 2007 Matthias Saou <http://freshrpms.net/> 3.5.18-1
|
|
|
cf5330 |
- Update to 3.5.18.
|
|
|
cf5330 |
- Remove no longer needed /usr/include/qt3 replacing.
|
|
|
cf5330 |
- Replace desktop build requirements and scriplets with new xdg utils way.
|
|
|
cf5330 |
- Include new de and fr man page translations... not! Directories are empty.
|
|
|
cf5330 |
- Split -devel sub-package, as the new djview4 should build require it.
|
|
|
cf5330 |
- No longer build require a web browser, the plugin always gets built now.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 3.5.17-2
|
|
|
cf5330 |
- FC6 rebuild.
|
|
|
cf5330 |
- Use mozilla up to FC5, and seamonkey for FC6+ and non-Fedora.
|
|
|
cf5330 |
- Build require gnome-mime-data to get build time detected dirs in place.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sun Jul 2 2006 Matthias Saou <http://freshrpms.net/> 3.5.17-1
|
|
|
cf5330 |
- Update to 3.5.17.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue Mar 14 2006 Matthias Saou <http://freshrpms.net/> 3.5.16-3
|
|
|
cf5330 |
- Update to CVS snapshot, fixes the build with gcc 4.1 (sf.net #1420522).. NOT!
|
|
|
cf5330 |
- Include workaround for wrong qt3 includes in gui/djview/Makefile.dep.
|
|
|
cf5330 |
- Add new pkgconfig ddjvuapi.pc file.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Mar 6 2006 Matthias Saou <http://freshrpms.net/> 3.5.16-2
|
|
|
cf5330 |
- FC5 rebuild... nope.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Jan 30 2006 Matthias Saou <http://freshrpms.net/> 3.5.16-1
|
|
|
cf5330 |
- Update to 3.5.16.
|
|
|
cf5330 |
- Add conditional to build with/without modular X depending on FC version.
|
|
|
cf5330 |
- Remove no longer needed gcc4 patch.
|
|
|
cf5330 |
- Add extra qualification patch.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Thu Aug 4 2005 Matthias Saou <http://freshrpms.net/> 3.5.15-2
|
|
|
cf5330 |
- Include djvulibre-3.5.15-gcc401.patch to fix compilation with gcc 4.0.1.
|
|
|
cf5330 |
- Add hicolor-icon-theme build req for /usr/share/icons/hicolor/48x48/mimetypes
|
|
|
cf5330 |
to exist.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Thu Aug 4 2005 Matthias Saou <http://freshrpms.net/> 3.5.15-1
|
|
|
cf5330 |
- Update to 3.5.15.
|
|
|
cf5330 |
- Move desktop icon to datadir/icons/hicolor.
|
|
|
cf5330 |
- Add gtk-update-icon-cache calls for the new icon.
|
|
|
cf5330 |
- Move browser plugin from netscape to mozilla directory instead of symlinking.
|
|
|
cf5330 |
- Clean build requirements and add libtiff-devel.
|
|
|
cf5330 |
- Add redhat-menus build req since it owns /etc/xdg/menus/applications.menu,
|
|
|
cf5330 |
which the configure script checks to install the desktop file.
|
|
|
cf5330 |
- Add OPTS to the make line (#156208 - Michael Schwendt).
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue May 3 2005 David Woodhouse <dwmw2@infradead.org> 3.5.14-6
|
|
|
cf5330 |
- Remove files that were installed only for older KDE versions.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Feb 14 2005 David Woodhouse <dwmw2@infradead.org> 3.5.14-4
|
|
|
cf5330 |
- Include %%{_datadir}/mimelnk/image/x-djvu.desktop
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 3.5.14-3
|
|
|
cf5330 |
- Bump release to provide Extras upgrade path.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Nov 5 2004 Matthias Saou <http://freshrpms.net/> 3.5.14-2
|
|
|
cf5330 |
- Re-enable the lib/mozilla/ symlink to the plugin.
|
|
|
cf5330 |
- Add source of /etc/profile.d/qt.sh to fix weird detection problem on FC3...
|
|
|
cf5330 |
...doesn't fix it, some lib required by qt is probably installed after and
|
|
|
cf5330 |
ldconfig not run.
|
|
|
cf5330 |
- Added lib +x chmod'ing to get proper stripping and debuginfo package.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Sat Oct 16 2004 Matthias Saou <http://freshrpms.net/> 3.5.14-2
|
|
|
cf5330 |
- Added update-desktop-database scriplet calls.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Aug 16 2004 Matthias Saou <http://freshrpms.net/> 3.5.14-1
|
|
|
cf5330 |
- Update to 3.5.14.
|
|
|
cf5330 |
- Added newly introduced files to the package.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon May 17 2004 Matthias Saou <http://freshrpms.net/> 3.5.13-1
|
|
|
cf5330 |
- Update to 3.5.13.
|
|
|
cf5330 |
- Added new Japanese man pages.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed May 5 2004 Matthias Saou <http://freshrpms.net/> 3.5.12-4
|
|
|
cf5330 |
- Changed the plugin directory for mozilla to %%{_libdir}/mozilla,
|
|
|
cf5330 |
as suggested by Matteo Corti.
|
|
|
cf5330 |
- Shortened the description.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Jan 14 2004 Matthias Saou <http://freshrpms.net/> 3.5.12-3
|
|
|
cf5330 |
- Added XFree86-devel and libjpeg-devel build requirements.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 3.5.12-2
|
|
|
cf5330 |
- Rebuild for Fedora Core 1.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Sep 1 2003 Matthias Saou <http://freshrpms.net/>
|
|
|
cf5330 |
- Update to 3.5.12.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Thu May 1 2003 Matthias Saou <http://freshrpms.net/>
|
|
|
cf5330 |
- Update to 3.5.11.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
|
|
|
cf5330 |
- Rebuilt for Red Hat Linux 9.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Thu Mar 20 2003 Matthias Saou <http://freshrpms.net/>
|
|
|
cf5330 |
- Update to 3.5.10.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Jul 24 2002 Matthias Saou <http://freshrpms.net/>
|
|
|
cf5330 |
- Update to 3.5.7.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Jul 19 2002 Matthias Saou <http://freshrpms.net/>
|
|
|
cf5330 |
- Spec file cleanup and fixes.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed May 29 2002 Leon Bottou <leon@bottou.org>
|
|
|
cf5330 |
- bumped to version 3.5.6-1
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Apr 1 2002 Leon Bottou <leonb@users.sourceforge.net>
|
|
|
cf5330 |
- bumped to version 3.5.5-2
|
|
|
cf5330 |
- changed group to Applications/Publishing
|
|
|
cf5330 |
|
|
|
cf5330 |
* Mon Mar 25 2002 Leon Bottou <leonb@users.sourceforge.net>
|
|
|
cf5330 |
- bumped to version 3.5.5-2
|
|
|
cf5330 |
|
|
|
cf5330 |
* Tue Jan 22 2002 Leon Bottou <leonb@users.sourceforge.net>
|
|
|
cf5330 |
- bumped to version 3.5.4-1.
|
|
|
cf5330 |
- fixed for properly locating the man directory.
|
|
|
cf5330 |
- bumped to version 3.5.4-2.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Jan 16 2002 Leon Bottou <leonb@users.sourceforge.net>
|
|
|
cf5330 |
- bumped to version 3.5.3-1
|
|
|
cf5330 |
|
|
|
cf5330 |
* Fri Dec 7 2001 Leon Bottou <leonb@users.sourceforge.net>
|
|
|
cf5330 |
- bumped to version 3.5.2-1.
|
|
|
cf5330 |
|
|
|
cf5330 |
* Wed Dec 5 2001 Leon Bottou <leonb@users.sourceforge.net>
|
|
|
cf5330 |
- created spec file for rh7.x.
|
|
|
cf5330 |
|