From 9c79c68cf4023ad4cefdcd72b19f4cf72effe624 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Tue, 14 Jun 2016 14:22:24 -0500 Subject: [PATCH] 3.0 --- .gitignore | 1 + libconfuse.spec | 16 +++++++++++----- sources | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index da39367..d7b152a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ confuse-2.5.tar.gz confuse-2.6.tar.gz /confuse-2.7.tar.gz +/confuse-3.0.tar.gz diff --git a/libconfuse.spec b/libconfuse.spec index efe44a1..38e73b4 100644 --- a/libconfuse.spec +++ b/libconfuse.spec @@ -1,12 +1,12 @@ Name: libconfuse -Version: 2.7 -Release: 10%{?dist} +Version: 3.0 +Release: 1%{?dist} Summary: A configuration file parser library Group: System Environment/Libraries License: ISC -URL: http://www.nongnu.org/confuse/ -Source0: http://bzero.se/confuse/confuse-%{version}.tar.gz +URL: https://github.com/martinh/libconfuse +Source0: https://github.com/martinh/libconfuse/releases/download/v%{version}/confuse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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} \ ex2/examples/ +#Remove spurious docs +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/confuse + %find_lang confuse %clean @@ -73,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT %files -f confuse.lang %defattr(-,root,root,-) -%doc AUTHORS NEWS README +%doc AUTHORS LICENSE README.md %doc doc/html %{_libdir}/libconfuse.so.* %{_mandir}/man?/*.* @@ -87,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 14 2016 Jon Ciesla - 3.0-1 +- New upstream URL, latest release. + * Thu Feb 04 2016 Fedora Release Engineering - 2.7-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index b66c066..8c0424e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45932fdeeccbb9ef4228f1c1a25e9c8f confuse-2.7.tar.gz +bf03099ef213647451c70e54ad4b6e81 confuse-3.0.tar.gz