rpms/libcmpiutil/devel libcmpiutil.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dan Smith (danms) fedora-extras-commits at redhat.com
Fri Nov 30 22:52:43 UTC 2007


Author: danms

Update of /cvs/pkgs/rpms/libcmpiutil/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12161/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libcmpiutil.spec 
Log Message:
First actual Fedora release of libcmpiutil



--- NEW FILE libcmpiutil.spec ---
# -*- rpm-spec -*-

Summary: CMPI Utility Library
Name: libcmpiutil
Version: 0.1
Release: 6%{?dist}%{?extra_release}
License: LGPLv2+
Group: System Environment/Libraries
Source: ftp://libvirt.org/libvirt-cim/libcmpiutil-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL: http://libvirt.org/CIM/
BuildRequires: tog-pegasus-devel
BuildRequires: flex
BuildRequires: bison
BuildConflicts: sblim-cmpi-devel

%description
Libcmpiutil is a library of utility functions for CMPI providers.
The goal is to reduce the amount of repetitive work done in
most CMPI providers by encapsulating common procedures with more
"normal" APIs.  This extends from operations like getting typed
instance properties to standardizing method dispatch and argument checking. 

%package devel
Summary: Libraries, includes, etc. to use the CMPI utility library
Group: Development/Libraries
Requires: tog-pegasus-devel
Requires: pkgconfig
Requires: %{name} = %{version}-%{release}

%description devel
Includes and documentations for the CMPI utility library
The goal is to reduce the amount of repetitive work done in
most CMPI providers by encapsulating common procedures with more
"normal" APIs.  This extends from operations like getting typed
instance properties to standardizing method dispatch and argument checking. 

%prep
%setup -q
chmod -x *.c *.y *.h *.l

%build
%configure --enable-static=no
make %{?_smp_mflags}

%install
rm -fr $RPM_BUILD_ROOT

make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a

%clean
rm -fr $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files 
%defattr(-, root, root, -)

%doc doc/doxygen.conf doc/mainpage README COPYING
%{_libdir}/lib*.so.*

%files devel
%defattr(-, root, root, -)

%{_libdir}/lib*.so
%dir %{_includedir}/libcmpiutil
%{_includedir}/libcmpiutil/*.h
%{_libdir}/pkgconfig/libcmpiutil.pc

%doc doc/SubmittingPatches

%changelog
* Fri Nov 30 2007 Dan Smith <danms at us.ibm.com> - 0.1-6
- Updated to offical 0.1 source release
- Added Source0 URL

* Fri Oct 26 2007 Daniel Veillard <veillard at redhat.com> - 0.1-1
- created


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libcmpiutil/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Nov 2007 19:23:23 -0000	1.1
+++ .cvsignore	30 Nov 2007 22:52:09 -0000	1.2
@@ -0,0 +1 @@
+libcmpiutil-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libcmpiutil/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Nov 2007 19:23:23 -0000	1.1
+++ sources	30 Nov 2007 22:52:09 -0000	1.2
@@ -0,0 +1 @@
+5689b47e17a4e00308914f00b10e354c  libcmpiutil-0.1.tar.gz




More information about the fedora-extras-commits mailing list