Name: glite-lbjp-common-trio Version: 2.3.4 Release: 1%{?dist} Summary: Standalone extended implementation of printf and scanf Group: System Environment/Libraries License: ASL 2.0 Url: http://glite.cern.ch Source: http://scientific.zcu.cz/emi/emi.lbjp-common.trio/%{name}-%{version}.tar.gz BuildRequires: cppunit-devel BuildRequires: libtool BuildRequires: pkgconfig %description Standalone extended implementation of printf and scanf. Provides specialized formatting options used by Logging and Bookkeeping and Job Provenance. %package devel Summary: Development files for gLite L&B/JP common trio library Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains development libraries and header files for gLite L&B/JP common trio library. %prep %setup -q %build /usr/bin/perl ./configure --root=/ --prefix=/usr --libdir=%{_lib} --module lbjp-common.trio make %check make check %install make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -rf {} \; find $RPM_BUILD_ROOT -name '*.a' -exec rm -rf {} \; %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc LICENSE project/ChangeLog %{_libdir}/libglite_lbu_trio.so.* %files devel %dir %{_includedir}/glite %dir %{_includedir}/glite/lbu %{_includedir}/glite/lbu/escape.h %{_includedir}/glite/lbu/trio.h %{_libdir}/libglite_lbu_trio.so %changelog * Sun Nov 18 2012 František Dvořák - 2.3.4-1%{?dist} - initial package