minor fixes

- don't convert ChangeLog to UTF8, it already is
- use HTTPS in URLs
epel8
Dominik 'Rathann' Mierzejewski 9 years ago
parent 34929a61c1
commit c87de44541

@ -1,11 +1,11 @@
Summary: Extensible Binary Meta Language library
Name: libebml
Version: 1.3.3
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.matroska.org/
Source: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
URL: https://www.matroska.org/
Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
%description
Extensible Binary Meta Language access library A library for reading
@ -29,10 +29,6 @@ will use the Extensible Binary Meta Language library.
%prep
%setup -q
sed -i 's/\r//' ChangeLog LICENSE.LGPL
iconv -f ISO-8859-1 -t UTF-8 ChangeLog > ChangeLog.tmp
touch -r ChangeLog ChangeLog.tmp
mv ChangeLog.tmp ChangeLog
%build
@ -61,6 +57,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Thu Feb 18 2016 Dominik Mierzejewski <rpm@greysector.net> - 1.3.3-3
- don't convert ChangeLog to UTF8, it already is
- use HTTPS in URLs
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Loading…
Cancel
Save