OBS User unknown 2007-06-07 22:34:22 +00:00 committed by Git OBS Bridge
parent 208f07d9cc
commit 00228afe35
2 changed files with 45 additions and 12 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 6 17:05:31 CEST 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 21:16:22 CEST 2007 - lmichnovic@suse.cz Fri Apr 20 21:16:22 CEST 2007 - lmichnovic@suse.cz

View File

@ -16,9 +16,9 @@ License: GNU General Public License (GPL)
Group: Productivity/Graphics/Other Group: Productivity/Graphics/Other
Autoreqprov: on Autoreqprov: on
Version: 3.5.19 Version: 3.5.19
Release: 3 Release: 24
# 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: libdjvulibre 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
@ -48,11 +48,27 @@ Authors:
Leon Bottou <leonb@users.sourceforge.net> Leon Bottou <leonb@users.sourceforge.net>
Yann LeCun <profshadoko@users.sourceforge.net> Yann LeCun <profshadoko@users.sourceforge.net>
%package -n libdjvulibre %package -n libdjvulibre15
Summary: Libraries of Open Source Implementation of DjVu - djvulibre Summary: Libraries of Open Source Implementation of DjVu - djvulibre
Group: Productivity/Graphics/Other Group: Productivity/Graphics/Other
%description -n libdjvulibre %description -n libdjvulibre15
Libraries of Open Source Implementation of DjVu - djvulibre.
Authors:
--------
Dr Bill C Riemers <docbill@users.sourceforge.net>
Leon Bottou <leonb@users.sourceforge.net>
Yann LeCun <profshadoko@users.sourceforge.net>
%package -n libdjvulibre-devel
Summary: Libraries of Open Source Implementation of DjVu - djvulibre
Group: Productivity/Graphics/Other
Requires: libdjvulibre15=%{version}, libjpeg-devel
%description -n libdjvulibre-devel
Libraries of Open Source Implementation of DjVu - djvulibre. Libraries of Open Source Implementation of DjVu - djvulibre.
@ -105,11 +121,11 @@ ls
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post -n libdjvulibre15
# LIBS: Run ldconfig # LIBS: Run ldconfig
/sbin/ldconfig /sbin/ldconfig
%postun %postun -n libdjvulibre15
# LIBS: Run ldconfig # LIBS: Run ldconfig
/sbin/ldconfig /sbin/ldconfig
exit 0 exit 0
@ -131,23 +147,32 @@ exit 0
%dir %{_prefix}/share/icons/hicolor/32x32/mimetypes %dir %{_prefix}/share/icons/hicolor/32x32/mimetypes
%dir %{_prefix}/share/icons/hicolor/48x48 %dir %{_prefix}/share/icons/hicolor/48x48
%dir %{_prefix}/share/icons/hicolor/48x48/mimetypes %dir %{_prefix}/share/icons/hicolor/48x48/mimetypes
%dir %{_prefix}/include/libdjvu
%dir %{_prefix}/include/libdjvu
%dir %{_prefix}/include/libdjvu
%{_prefix}/include/libdjvu/*.h
%{_libdir}/pkgconfig/ddjvuapi.pc
%{_prefix}/share/applications/djvulibre-djview3.desktop %{_prefix}/share/applications/djvulibre-djview3.desktop
%{_prefix}/share/icons/hicolor/22x22/mimetypes/djvu.png %{_prefix}/share/icons/hicolor/22x22/mimetypes/djvu.png
%{_prefix}/share/icons/hicolor/32x32/mimetypes/djvu.png %{_prefix}/share/icons/hicolor/32x32/mimetypes/djvu.png
%{_prefix}/share/icons/hicolor/48x48/mimetypes/djvu.png %{_prefix}/share/icons/hicolor/48x48/mimetypes/djvu.png
%{_prefix}/share/pixmaps/djvulibre-djview3.png %{_prefix}/share/pixmaps/djvulibre-djview3.png
%files -n libdjvulibre %files -n libdjvulibre15
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libdjvulibre* %{_libdir}/libdjvulibre*
%exclude %{_libdir}/libdjvulibre.so
%exclude %{_libdir}/libdjvulibre.la %exclude %{_libdir}/libdjvulibre.la
%files -n libdjvulibre-devel
%defattr(-,root,root)
%{_libdir}/libdjvulibre.so
%{_libdir}/libdjvulibre.la
%dir %{_prefix}/include/libdjvu
%{_prefix}/include/libdjvu/*.h
%{_libdir}/pkgconfig/ddjvuapi.pc
%changelog %changelog
* 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] - moved libs into new libdjvulibre package [#264978]
- excluding *.la - excluding *.la