|
|
@ -17,6 +17,7 @@ BuildRequires: coreutils
|
|
|
|
# diffutils for cmp
|
|
|
|
# diffutils for cmp
|
|
|
|
BuildRequires: diffutils
|
|
|
|
BuildRequires: diffutils
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
BuildRequires: sed
|
|
|
|
BuildRequires: unzip
|
|
|
|
BuildRequires: unzip
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -42,6 +43,10 @@ Header files for developing applications that use the %{name} library.
|
|
|
|
%setup -c -T -n %{name}-%{version}
|
|
|
|
%setup -c -T -n %{name}-%{version}
|
|
|
|
unzip -e '%{SOURCE0}'
|
|
|
|
unzip -e '%{SOURCE0}'
|
|
|
|
%patch0 -p1
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
# Normalize end-of-lines
|
|
|
|
|
|
|
|
sed -e 's/\r$//' ChangeLog.md > ChangeLog.md.new
|
|
|
|
|
|
|
|
touch -r ChangeLog.md ChangeLog.md.new
|
|
|
|
|
|
|
|
mv ChangeLog.md.new ChangeLog.md
|
|
|
|
|
|
|
|
|
|
|
|
%global soname lib%{name}.so.0.2
|
|
|
|
%global soname lib%{name}.so.0.2
|
|
|
|
|
|
|
|
|
|
|
@ -114,6 +119,7 @@ install -m 0644 %{name}.h '%{buildroot}/%{_includedir}'
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu May 23 2019 Petr Pisar <ppisar@redhat.com> - 2.1.0-2
|
|
|
|
* Thu May 23 2019 Petr Pisar <ppisar@redhat.com> - 2.1.0-2
|
|
|
|
- Remove a dependency on gcc from miniz-devel
|
|
|
|
- Remove a dependency on gcc from miniz-devel
|
|
|
|
|
|
|
|
- Normalize end-of-lines in a change log
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2019 Petr Pisar <ppisar@redhat.com> - 2.1.0-1
|
|
|
|
* Wed May 22 2019 Petr Pisar <ppisar@redhat.com> - 2.1.0-1
|
|
|
|
- 2.1.0 bump
|
|
|
|
- 2.1.0 bump
|
|
|
|