automatic update by autodist [release 20091231-1mamba;Fri May 07 2010]
This commit is contained in:
parent
431b1f5fd9
commit
055d5ae555
@ -1,2 +1,4 @@
|
|||||||
# libuninameslist
|
# 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.
|
||||||
|
|
||||||
|
71
libuninameslist.spec
Normal file
71
libuninameslist.spec
Normal file
@ -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 <tiziana.ferro@email.it>
|
||||||
|
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 <autodist@mambasoft.it> 20091231-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Jun 23 2008 Tiziana Ferro <tiziana.ferro@email.it> 20080409-1mamba
|
||||||
|
- update to 20080409
|
||||||
|
- remove old patch 040707
|
||||||
|
|
||||||
|
* Wed Apr 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 20060907-1mamba
|
||||||
|
- update to 20060907
|
||||||
|
|
||||||
|
* Thu Dec 09 2004 Davide Madrisan <davide.madrisan@qilinux.it> 040707-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user