Update to 20170319 version
This commit is contained in:
parent
27ff50fb7a
commit
cc0423337e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ libuninameslist-20091231.tar.bz2
|
|||||||
/Version_0.3.20130501.zip
|
/Version_0.3.20130501.zip
|
||||||
/0.5.20150701.tar.gz
|
/0.5.20150701.tar.gz
|
||||||
/20160701.tar.gz
|
/20160701.tar.gz
|
||||||
|
/20170319.tar.gz
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
Name: libuninameslist
|
Name: libuninameslist
|
||||||
Version: 20160701
|
Version: 20170319
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: A library providing Unicode character names and annotations
|
Summary: A library providing Unicode character names and annotations
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/fontforge/libuninameslist
|
URL: https://github.com/fontforge/libuninameslist
|
||||||
Source0: https://github.com/fontforge/libuninameslist/archive/20160701.tar.gz
|
Source0: https://github.com/fontforge/libuninameslist/archive/%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -19,7 +17,6 @@ annotation data from the official Unicode Character Database.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files and static libraries for %{name}
|
Summary: Header files and static libraries for %{name}
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -27,42 +24,39 @@ This package contains header files and static libraries for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libuninameslist-20160701
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
automake --foreign -Wall
|
automake --foreign -Wall
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%make_install incdir=$RPM_BUILD_ROOT%{_includedir}
|
||||||
%makeinstall incdir=$RPM_BUILD_ROOT%{_includedir}
|
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE
|
||||||
%doc LICENSE
|
%doc ChangeLog README.md
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/pkgconfig/libuninameslist.pc
|
%{_libdir}/pkgconfig/libuninameslist.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 10 2017 Parag Nemade <pnemade AT redhat DOT com> - 20170319-1
|
||||||
|
- Update to 20170319 version
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20160701-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20160701-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user