rebuilt with --enable-frenchlib [release 20200413-2mamba;Sun Dec 06 2020]
This commit is contained in:
parent
055d5ae555
commit
d16198fb23
@ -1,13 +1,14 @@
|
|||||||
Name: libuninameslist
|
Name: libuninameslist
|
||||||
Version: 20091231
|
Version: 20200413
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A Library of Unicode annotation data
|
Summary: A Library of Unicode annotation data
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
URL: http://libuninameslist.sourceforge.net/
|
URL: https://formulae.brew.sh/formula/libuninameslist
|
||||||
Source: http://kent.dl.sourceforge.net/sourceforge/libuninameslist/libuninameslist-%{version}.tar.bz2
|
Source: https://github.com/fontforge/libuninameslist.git/%{version}/libuninameslist-%{version}.tar.bz2
|
||||||
|
#Source: http://downloads.sourceforge.net/sourceforge/libuninameslist/libuninameslist-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -24,15 +25,20 @@ Requires: %{name} = %{version}
|
|||||||
|
|
||||||
%description devel
|
%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.
|
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 needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
|
autoreconf -f -i
|
||||||
|
automake
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
%make
|
--enable-frenchlib
|
||||||
|
|
||||||
|
%make -j1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -46,17 +52,30 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libuninameslist.so.*
|
||||||
|
%{_libdir}/libuninameslist-fr.so.*
|
||||||
%doc COPYING LICENSE
|
%doc COPYING LICENSE
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libuninameslist.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libuninameslist.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libuninameslist.so
|
||||||
|
%{_libdir}/libuninameslist-fr.a
|
||||||
|
%{_libdir}/libuninameslist-fr.la
|
||||||
|
%{_libdir}/libuninameslist-fr.so
|
||||||
|
%{_libdir}/pkgconfig/libuninameslist.pc
|
||||||
|
%{_mandir}/man3/libuninameslist.3*
|
||||||
|
%{_mandir}/man3/libuninameslist-fr.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20200413-2mamba
|
||||||
|
- rebuilt with --enable-frenchlib
|
||||||
|
|
||||||
|
* Mon Sep 07 2020 Automatic Build System <autodist@mambasoft.it> 20200413-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 07 2010 Automatic Build System <autodist@mambasoft.it> 20091231-1mamba
|
* Fri May 07 2010 Automatic Build System <autodist@mambasoft.it> 20091231-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user