|
|
@ -1,12 +1,12 @@
|
|
|
|
Name: libconfuse
|
|
|
|
Name: libconfuse
|
|
|
|
Version: 2.7
|
|
|
|
Version: 3.0
|
|
|
|
Release: 10%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A configuration file parser library
|
|
|
|
Summary: A configuration file parser library
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: ISC
|
|
|
|
License: ISC
|
|
|
|
URL: http://www.nongnu.org/confuse/
|
|
|
|
URL: https://github.com/martinh/libconfuse
|
|
|
|
Source0: http://bzero.se/confuse/confuse-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/martinh/libconfuse/releases/download/v%{version}/confuse-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: check-devel, pkgconfig
|
|
|
|
BuildRequires: check-devel, pkgconfig
|
|
|
@ -59,6 +59,9 @@ mkdir -p ex2/examples
|
|
|
|
cp -p examples/{ftpconf.c,ftp.conf,simple.c,simple.conf,reread.c,reread.conf} \
|
|
|
|
cp -p examples/{ftpconf.c,ftp.conf,simple.c,simple.conf,reread.c,reread.conf} \
|
|
|
|
ex2/examples/
|
|
|
|
ex2/examples/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Remove spurious docs
|
|
|
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/confuse
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang confuse
|
|
|
|
%find_lang confuse
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
@ -73,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files -f confuse.lang
|
|
|
|
%files -f confuse.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
%doc AUTHORS LICENSE README.md
|
|
|
|
%doc doc/html
|
|
|
|
%doc doc/html
|
|
|
|
%{_libdir}/libconfuse.so.*
|
|
|
|
%{_libdir}/libconfuse.so.*
|
|
|
|
%{_mandir}/man?/*.*
|
|
|
|
%{_mandir}/man?/*.*
|
|
|
@ -87,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jun 14 2016 Jon Ciesla <limburgher@gmail.com> - 3.0-1
|
|
|
|
|
|
|
|
- New upstream URL, latest release.
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-10
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|