Update upstream URLs (no functional changes)

Also move to autosetup while we're here.
This commit is contained in:
Robbie Harwood 2017-08-01 21:26:58 +00:00
parent 25cf0c3212
commit e1638aa601

View File

@ -1,11 +1,13 @@
%global homepage https://github.com/latchset/libverto
Name: libverto Name: libverto
Version: 0.2.6 Version: 0.2.6
Release: 8%{?dist} Release: 9%{?dist}
Summary: Main loop abstraction library Summary: Main loop abstraction library
License: MIT License: MIT
URL: https://fedorahosted.org/libverto/ URL: %{homepage}
Source0: http://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}.tar.gz Source0: %{homepage}/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: libevent-devel BuildRequires: libevent-devel
@ -117,7 +119,7 @@ and signal.
%endif %endif
%prep %prep
%setup -q %autosetup -S git
%build %build
%configure --disable-static %configure --disable-static
@ -192,6 +194,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%endif %endif
%changelog %changelog
* Tue Aug 01 2017 Robbie Harwood <rharwood@redhat.com> - 0.2.6-9
- Update upstream URLs (no functional changes)
- Move to autosetup
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-8 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild