rpms/exempi/F-7 exempi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Sun Jul 29 22:49:59 UTC 2007


Author: deji

Update of /cvs/pkgs/rpms/exempi/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24372/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	exempi.spec 
Log Message:
Initial import


--- NEW FILE exempi.spec ---
Summary:	Library for easy parsing of XMP metadata
Name:		exempi
Version:	1.99.3
Release:	1%{?dist}
License:	BSD
Group:		System Environment/Libraries
URL:		http://libopenraw.freedesktop.org/wiki/Exempi
Source0:	http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	boost-devel expat-devel 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

%build
%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}
										
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

rm -rf %{buildroot}%{_libdir}/*.la
rm -rf %{buildroot}%{_libdir}/*.a

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-, root, root, -)
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/*.so.*

%files devel
%defattr(-, root, root, -)
%{_includedir}/exempi-2.0/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Tue Jul 10 2007 Deji Akingunola <dakingun at gmail.com> - 1.99.3-1
- Initial packaging for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/exempi/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jul 2007 19:25:51 -0000	1.1
+++ .cvsignore	29 Jul 2007 22:49:27 -0000	1.2
@@ -0,0 +1 @@
+exempi-1.99.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/exempi/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jul 2007 19:25:51 -0000	1.1
+++ sources	29 Jul 2007 22:49:27 -0000	1.2
@@ -0,0 +1 @@
+5e6e977cb133d5382df60267fade1ea4  exempi-1.99.3.tar.gz




More information about the fedora-extras-commits mailing list