rpms/libHX/devel .cvsignore, 1.3, 1.4 libHX.spec, 1.3, 1.4 sources, 1.3, 1.4

Till Maas (till) fedora-extras-commits at redhat.com
Mon May 5 18:44:41 UTC 2008


Author: till

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

Modified Files:
	.cvsignore libHX.spec sources 
Log Message:
* Mon May 05 2008 Till Maas <opensource till name> - 1.15-1
- Update to latest version
- Update description



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	26 Dec 2007 11:57:36 -0000	1.3
+++ .cvsignore	5 May 2008 18:44:02 -0000	1.4
@@ -1 +1 @@
-libHX-1.10.2.tar.bz2
+libHX-1.15.tar.bz2


Index: libHX.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/devel/libHX.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libHX.spec	20 Feb 2008 05:17:49 -0000	1.3
+++ libHX.spec	5 May 2008 18:44:02 -0000	1.4
@@ -1,7 +1,7 @@
 Name:           libHX
-Version:        1.10.2
-Release:        2%{?dist}
-Summary:        General-purpose library
+Version:        1.15
+Release:        1%{?dist}
+Summary:        General-purpose library for typical low-level operations
 
 Group:          System Environment/Libraries
 License:        LGPLv2 or LGPLv3
@@ -14,13 +14,13 @@
 
 %description
 A library for:
-- A+R/B trees to use for lists or maps (associative arrays)
-- Deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
+- rbtree with key-value pair extension
+- 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
+- shconfig-style config file parser
 - platform independent random number generator with transparent
   /dev/urandom support
 - various string, memory and zvec ops
@@ -39,16 +39,17 @@
 
 %prep
 %setup -q
-cp -a t examples
 
 
 %build
 %configure --disable-static
 make %{?_smp_mflags}
-rm examples/Makefile*
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
+mkdir $RPM_BUILD_ROOT
+
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -70,13 +71,17 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/* examples
+%doc doc/* README.txt
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libHX.pc
 
 
 %changelog
+* Mon May 05 2008 Till Maas <opensource till name> - 1.15-1
+- Update to latest version
+- Update description
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.10.2-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	26 Dec 2007 11:57:36 -0000	1.3
+++ sources	5 May 2008 18:44:02 -0000	1.4
@@ -1 +1 @@
-913d01d511c8378d7e563cfd3aa439ba  libHX-1.10.2.tar.bz2
+a8ba04c19af37b550586c910fe3eb773  libHX-1.15.tar.bz2




More information about the fedora-extras-commits mailing list