rpms/sblim-tools-libra/F-12 sblim-tools-libra.spec, NONE, 1.1 sources, 1.1, 1.2

vcrhonek vcrhonek at fedoraproject.org
Tue Oct 20 08:40:36 UTC 2009


Author: vcrhonek

Update of /cvs/extras/rpms/sblim-tools-libra/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11808

Modified Files:
	sources 
Added Files:
	sblim-tools-libra.spec 
Log Message:
Initial commit


--- NEW FILE sblim-tools-libra.spec ---

Name:           sblim-tools-libra
Version:        0.2.3
Release:        1%{?dist}
Summary:        SBLIM Common Resource Access Library for WBEM-SMT tasks

Group:          System Environment/Libraries
License:        CPL
URL:            http://sblim.wiki.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       tog-pegasus

%description
The tools-libra package provides common functionality required by
the task-specific resource access layers of wbem-smt tasks such as
cmpi-dns and cmpi-samba.

%package devel
Summary:        SBLIM Common Resource Access Library for WBEM-SMT tasks Header Devel Files
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       tog-pegasus

%description devel
The tools-libra package provides common functionality required by
the task-specific resource access layers of the wbem-smt tasks such as
cmpi-dns and cmpi-samba.
This package includes the header files and link libraries for dependent
provider packages.

%prep
%setup -q

%build
%ifarch s390 s390x ppc ppc64
export CFLAGS="$RPM_OPT_FLAGS -fsigned-char"
%else
export CFLAGS="$RPM_OPT_FLAGS" 
%endif
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# remove unused libtool files
rm -f $RPM_BUILD_ROOT/%{_libdir}/*a

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%docdir %{_datadir}/doc/%{name}-%{version}
%{_datadir}/doc/%{name}-%{version}
%{_libdir}/*.so.*

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

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%changelog
* Tue May 26 2009 Vitezslav Crhonek <vcrhonek at redhat.com> - 0.2.3-1
- Initial support


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sblim-tools-libra/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Oct 2009 16:22:29 -0000	1.1
+++ sources	20 Oct 2009 08:40:36 -0000	1.2
@@ -0,0 +1 @@
+66334d8f22ad98e18cc6559b471b11ad  sblim-tools-libra-0.2.3.tar.bz2




More information about the fedora-extras-commits mailing list