Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Thomas Sailer
b069782699 take out non applicable build 2019-02-14 13:37:16 +01:00

View file

@ -4,7 +4,7 @@
Name: zfstream
Version: %{vyear}%{vmonth}%{vday}
Release: 27%{?dist}
Release: 26%{?dist}
Summary: Library for reading and writing compressed and non-compressed files
License: LGPLv2+
@ -81,13 +81,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Feb 14 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 20041202-27
* Thu Feb 14 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 20041202-26
- add missing library to pkgconf file
- use pkgconf for zlib and bzip2
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20041202-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Sep 24 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 20041202-25
- use minizip instead of minizip-compat