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