This commit is contained in:
parent
f7b27f0f6d
commit
b7e3aab1f2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 7 11:24:56 CEST 2008 - schwab@suse.de
|
Sun Sep 7 11:24:56 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
25
tiff.spec
25
tiff.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tiff (Version 3.8.2)
|
# spec file for package tiff (Version 3.8.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,9 +22,14 @@ BuildRequires: gcc-c++ libjpeg-devel zlib-devel
|
|||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
Group: Productivity/Graphics/Convertors
|
Group: Productivity/Graphics/Convertors
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: tiff-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
Url: http://www.remotesensing.org/libtiff/
|
Url: http://www.remotesensing.org/libtiff/
|
||||||
Version: 3.8.2
|
Version: 3.8.2
|
||||||
Release: 133
|
Release: 137
|
||||||
Summary: Tools for Converting from and to the Tiff Format
|
Summary: Tools for Converting from and to the Tiff Format
|
||||||
Source: tiff-%{version}.tar.bz2
|
Source: tiff-%{version}.tar.bz2
|
||||||
Source1: jpegint.h
|
Source1: jpegint.h
|
||||||
@ -54,6 +59,11 @@ Group: System/Libraries
|
|||||||
Provides: libtiff = %{version}
|
Provides: libtiff = %{version}
|
||||||
Obsoletes: libtiff <= %{version}
|
Obsoletes: libtiff <= %{version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: tiff-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
|
|
||||||
%description -n libtiff3
|
%description -n libtiff3
|
||||||
This package includes the tiff libraries. To link a program with
|
This package includes the tiff libraries. To link a program with
|
||||||
@ -71,6 +81,11 @@ License: Any permissive
|
|||||||
Summary: Development Tools for Programs which will use the libtiff Library
|
Summary: Development Tools for Programs which will use the libtiff Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libtiff3 = %{version} libjpeg-devel zlib-devel libstdc++-devel glibc-devel
|
Requires: libtiff3 = %{version} libjpeg-devel zlib-devel libstdc++-devel glibc-devel
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: tiff-devel-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
|
|
||||||
%description -n libtiff-devel
|
%description -n libtiff-devel
|
||||||
This package contains the header files and static libraries for
|
This package contains the header files and static libraries for
|
||||||
@ -137,6 +152,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 07 2009 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Sun Sep 07 2008 schwab@suse.de
|
* Sun Sep 07 2008 schwab@suse.de
|
||||||
- Fix conflicting options.
|
- Fix conflicting options.
|
||||||
* Tue Aug 19 2008 nadvornik@suse.cz
|
* Tue Aug 19 2008 nadvornik@suse.cz
|
||||||
@ -237,7 +254,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- fixed directory permissions
|
- fixed directory permissions
|
||||||
* Wed Jun 19 2002 nadvornik@suse.cz
|
* Wed Jun 19 2002 nadvornik@suse.cz
|
||||||
- compiled with OJPEG_SUPPORT [bug #16408]
|
- compiled with OJPEG_SUPPORT [bug #16408]
|
||||||
* Fri Apr 19 2002 kukuk@suse.de
|
* Thu Apr 18 2002 kukuk@suse.de
|
||||||
- Fix to compile on lib64 architectures
|
- Fix to compile on lib64 architectures
|
||||||
* Wed Feb 06 2002 coolo@suse.de
|
* Wed Feb 06 2002 coolo@suse.de
|
||||||
- use %%_libdir
|
- use %%_libdir
|
||||||
@ -245,7 +262,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Fixed a tempfile race in fax2ps
|
- Fixed a tempfile race in fax2ps
|
||||||
* Tue Dec 11 2001 nadvornik@suse.cz
|
* Tue Dec 11 2001 nadvornik@suse.cz
|
||||||
- updated to 3.5.7: bugfix release
|
- updated to 3.5.7: bugfix release
|
||||||
* Thu May 10 2001 mfabian@suse.de
|
* Wed May 09 2001 mfabian@suse.de
|
||||||
- bzip2 sources
|
- bzip2 sources
|
||||||
* Thu Mar 15 2001 schwab@suse.de
|
* Thu Mar 15 2001 schwab@suse.de
|
||||||
- Fix for ia64.
|
- Fix for ia64.
|
||||||
|
Loading…
Reference in New Issue
Block a user