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

Till Maas (till) fedora-extras-commits at redhat.com
Thu Sep 27 16:35:54 UTC 2007


Author: till

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

Modified Files:
	.cvsignore sources 
Added Files:
	libHX.spec 
Log Message:
initial upload



--- NEW FILE libHX.spec ---
Name:           libHX
Version:        1.10.1
Release:        2%{?dist}
Summary:        General-purpose library

Group:          System Environment/Libraries
License:        LGPLv2 or LGPLv3
URL:            http://jengelh.hopto.org/f/libHX/
Source0:        http://jengelh.hopto.org/f/libHX/libHX-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl gcc-c++


%description
A library for:
- A+R/B trees to use for lists or maps (associative arrays)
- Deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
- platform independent opendir-style directory access
- platform independent dlopen-style shared library access
- auto-storage strings with direct access
- command line option (argv) parser
- shell-style config file parser
- platform independent random number generator with transparent
  /dev/urandom support
- various string, memory and zvec ops


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
cp -a t examples


%build
%configure --disable-static
make %{?_smp_mflags}
rm examples/Makefile*

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc LICENSE.LGPL2 LICENSE.LGPL3 LICENSE.GPL3
%{_libdir}/*.so.*


%files devel
%defattr(-,root,root,-)
%doc doc/* examples
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libHX.pc


%changelog
* Thu Sep 27 2007 Till Maas <opensource till name> - 1.10.1-2
- add tests as examples to devel documentation

* Wed Sep 26 2007 Till Maas <opensource till name> - 1.10.1-1
- initial spec for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Sep 2007 16:30:21 -0000	1.1
+++ .cvsignore	27 Sep 2007 16:35:21 -0000	1.2
@@ -0,0 +1 @@
+libHX-1.10.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Sep 2007 16:30:21 -0000	1.1
+++ sources	27 Sep 2007 16:35:21 -0000	1.2
@@ -0,0 +1 @@
+ae2c7ac182a03e589fd45a7867177a0a  libHX-1.10.1.tar.bz2




More information about the fedora-extras-commits mailing list