exempi/exempi.spec

122 lines
2.7 KiB
RPMSpec

#
# spec file for package exempi (Version 2.0.0)
#
# Copyright (c) 2008 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.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: exempi
Url: http://libopenraw.freedesktop.org/
#
# spec file for package exempi
#
# Copyright (c) 2007 Novell Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
BuildRequires: boost-devel >= 1.33.0 gcc-c++ libexpat-devel
Version: 2.0.0
Release: 1
Summary: XMP support library
License: BSD 3-Clause
Group: Development/Libraries/C and C++
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
XMP parsing and IO library
Authors:
--------
Hubert Figuiere <hub@figuiere.net>
Adobe Systems Incorporated (XMP SDK)
Ian Jacobi
Jason Kivlighn
%package -n libexempi3
License: BSD 3-Clause
Summary: XMP support library
Group: Development/Libraries/C and C++
%description -n libexempi3
XMP parsing and IO library
Authors:
--------
Hubert Figuiere <hub@figuiere.net>
Adobe Systems Incorporated (XMP SDK)
Ian Jacobi
Jason Kivlighn
%package -n libexempi-devel
License: BSD 3-Clause
Summary: XMP support library
Requires: libexempi3 = %{version} libexpat-devel
Group: Development/Libraries/C and C++
%description -n libexempi-devel
XMP parsing and IO library
Authors:
--------
Hubert Figuiere <hub@figuiere.net>
Adobe Systems Incorporated (XMP SDK)
Ian Jacobi
Jason Kivlighn
%prep
%setup -q
%build
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%post -n libexempi3 -p /sbin/ldconfig
%postun -n libexempi3 -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -n libexempi3
%defattr(-,root,root)
%doc README COPYING ChangeLog
%{_libdir}/lib*.so.*
%files -n libexempi-devel
%defattr(-,root,root)
%doc README COPYING ChangeLog
%{_libdir}/lib*.so
%{_libdir}/lib*.*a
%{_includedir}/exempi-2.0
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Apr 02 2008 vuntz@suse.de
- New upstream version 2.0.0:
+ Bug fdo#14614, Bug fdo#15263: endian detection in configure.
+ Bug fdo#14615: missing includes for Solaris.
* Fri Mar 14 2008 hfiguiere@suse.de
- New upstream version 1.99.9
+ Typo fix in API
+ Buffer overflow fix in GIF handler (bgo #484105)
* Fri Jan 18 2008 jpr@suse.de
- Initial checkin