Name: libnatspec Version: 0.3.3 Release: 2%{?dist} Summary: A collection of functions for request various charsets and locales for host system and for other system License: GPLv2.1 URL: https://github.com/Etersoft/libnatspec Source0: %{name}-master.zip BuildRequires: popt-devel libtool autoconf make BuildArch: x86_64 %description libnatspec is designed to smooth out national peculiarities when using software. %prep %setup -q -n %{name}-master %global _enable_debug_package 0 %global debug_package %{nil} %build autoreconf -fiv %configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var %make_build %install %make_install DESTDIR=%{buildroot} %files %defattr(-,root,root,-) %{_bindir}/natspec %{_includedir}/natspec.h %{_libdir}/libnatspec.so %{_libdir}/libnatspec.so.0 %{_libdir}/libnatspec.so.0.0.0 %{_libdir}/pkgconfig/libnatspec.pc %{_datadir}/aclocal/natspec.m4 %{_datadir}/man/man1/natspec.1.gz %clean %changelog