I have made the following changes intended for : CE:UX:MTF / exempi Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below
https://build.pub.meego.com/request/show/2630 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2630: Messages from BOSS: None State: new 2011-10-24T14:06:39 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_UX_MTF_armv7hl found. accepted on No date Changes: submit: Project:MTF / exempi -> CE:UX:MTF / exempi Index: exempi.yaml =================================================================== --- exempi.yaml (revision 0) +++ exempi.yaml (revision 2) @@ -0,0 +1,31 @@ +Name: exempi +Summary: Library for easy parsing of XMP metadata +Version: 2.1.1 +Release: 4 +Group: System/Libraries +License: BSD +URL: http://libopenraw.freedesktop.org/wiki/Exempi +Sources: + - http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz +Description: | + Exempi provides a library for easy parsing of XMP metadata. It is a port of + Adobe XMP SDK to work on UNIX and to be build with GNU automake. + It includes XMPCore and XMPFiles. +PkgConfigBR: + - zlib +PkgBR: + - boost-devel + - expat-devel + - pkgconfig +Configure: none +Builder: none +SubPackages: + - Name: devel + Summary: Headers for developing programs that will use %{name} + Group: Development/Libraries + Description: | + This package contains the libraries and header files needed for + developing with exempi + Requires: + - pkgconfig + Index: exempi.changes =================================================================== --- exempi.changes (revision 0) +++ exempi.changes (revision 2) @@ -0,0 +1,40 @@ +* Mon Oct 24 2011 Marko Saukko <[email protected]> - 2.1.1 +- Added .yaml file for spectacle. + +* Mon Jan 18 2010 Qi Wang <[email protected]> - 2.1.1 +- Update to 2.1.1 + Dropped exempi-upstream_gcc44_fix.patch, because the new version + contains this patch. + +* Sat Aug 22 2009 Anas Nashif <[email protected]> - 2.1.0 +- Fixed for gcc44 + +* Wed Feb 18 2009 Anas Nashif <[email protected]> - 2.1.0 +- Initial import into Moblin + +* Tue Jan 06 2009 Deji Akingunola <[email protected]> - 2.1.0-1 +- Update to 2.1.0 + +* Sat May 17 2008 Deji Akingunola <[email protected]> - 2.0.1-1 +- Update to 2.0.1 + +* Wed Apr 02 2008 Deji Akingunola <[email protected]> - 2.0.0-1 +- Update to 2.0.0 + +* Fri Feb 08 2008 Deji Akingunola <[email protected]> - 1.99.9-1 +- Update to 1.99.9 + +* Sun Jan 13 2008 Deji Akingunola <[email protected]> - 1.99.7-1 +- Update to 1.99.7 + +* Mon Dec 03 2007 Deji Akingunola <[email protected]> - 1.99.5-1 +- Update to 1.99.5 + +* Wed Sep 05 2007 Deji Akingunola <[email protected]> - 1.99.4-2 +- Rebuild for expat 2.0 + +* Wed Aug 22 2007 Deji Akingunola <[email protected]> - 1.99.4-1 +- Update tp 1.99.4 + +* Tue Jul 10 2007 Deji Akingunola <[email protected]> - 1.99.3-1 +- Initial packaging for Fedora Index: exempi.spec =================================================================== --- exempi.spec (revision 0) +++ exempi.spec (revision 2) @@ -0,0 +1,103 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: exempi +Summary: Library for easy parsing of XMP metadata +Version: 2.1.1 +Release: 4 +Group: System/Libraries +License: BSD +URL: http://libopenraw.freedesktop.org/wiki/Exempi +Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz +Source100: exempi.yaml +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(zlib) +BuildRequires: boost-devel +BuildRequires: expat-devel +BuildRequires: pkgconfig + + +%description +Exempi provides a library for easy parsing of XMP metadata. It is a port of +Adobe XMP SDK to work on UNIX and to be build with GNU automake. +It includes XMPCore and XMPFiles. + + + +%package devel +Summary: Headers for developing programs that will use %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +This package contains the libraries and header files needed for +developing with exempi + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + + + +# >> build post +%configure LDFLAGS="-L%{_libdir}" CPPFLAGS="-I%{_includedir}" +# Disable rpath +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + +make %{?_smp_mflags} +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre + +# >> install post +make DESTDIR=%{buildroot} install + +rm -rf %{buildroot}%{_libdir}/*.la +rm -rf %{buildroot}%{_libdir}/*.a +# << install post + + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + + + + +%files +%defattr(-,root,root,-) +# >> files +%defattr(-, root, root, -) +%doc AUTHORS ChangeLog COPYING README +%{_libdir}/*.so.* +# << files + + +%files devel +%defattr(-,root,root,-) +# >> files devel +%defattr(-, root, root, -) +%{_includedir}/exempi-2.0/ +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc +# << files devel + Index: exempi-2.1.1.tar.gz =================================================================== Binary file exempi-2.1.1.tar.gz added
