From 055d5ae555bcd34514fdedfe4fff6f4904a9a538 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:58:45 +0100 Subject: [PATCH] automatic update by autodist [release 20091231-1mamba;Fri May 07 2010] --- README.md | 2 ++ libuninameslist.spec | 71 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 libuninameslist.spec diff --git a/README.md b/README.md index f791fce..fe24b2c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libuninameslist +The Unicode consortium provides a file containing annotations on many unicode characters. This library contains a compiled version of this file so that programs can access these data easily. The library contains a very large (sparse) array with one entry for each unicode code point (U+0000 - U+10FFFF). Each entry contains two strings, a name and an annotation. Either or both may be NULL. The library also contains a (much smaller) list of all the Unicode blocks. + diff --git a/libuninameslist.spec b/libuninameslist.spec new file mode 100644 index 0000000..7b1b402 --- /dev/null +++ b/libuninameslist.spec @@ -0,0 +1,71 @@ +Name: libuninameslist +Version: 20091231 +Release: 1mamba +Summary: A Library of Unicode annotation data +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://libuninameslist.sourceforge.net/ +Source: http://kent.dl.sourceforge.net/sourceforge/libuninameslist/libuninameslist-%{version}.tar.bz2 +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END + +%description +The Unicode consortium provides a file containing annotations on many unicode characters. This library contains a compiled version of this file so that programs can access these data easily. The library contains a very large (sparse) array with one entry for each unicode code point (U+0000 - U+10FFFF). Each entry contains two strings, a name and an annotation. Either or both may be NULL. The library also contains a (much smaller) list of all the Unicode blocks. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{version} + +%description devel +The Unicode consortium provides a file containing annotations on many unicode characters. This library contains a compiled version of this file so that programs can access these data easily. + +This package contains static libraries and header files need for development. + +%prep +%setup -q -n %{name} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/*.so.* +%doc COPYING LICENSE + +%files devel +%defattr(-,root,root) +%{_includedir}/*.h +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so + +%changelog +* Fri May 07 2010 Automatic Build System 20091231-1mamba +- automatic update by autodist + +* Mon Jun 23 2008 Tiziana Ferro 20080409-1mamba +- update to 20080409 +- remove old patch 040707 + +* Wed Apr 02 2008 Silvan Calarco 20060907-1mamba +- update to 20060907 + +* Thu Dec 09 2004 Davide Madrisan 040707-1qilnx +- package created by autospec