Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
1 changed files with 4 additions and 26 deletions
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
Name: zfstream
|
||||
Version: %{vyear}%{vmonth}%{vday}
|
||||
Release: 45%{?dist}
|
||||
Release: 38%{?dist}
|
||||
Summary: Library for reading and writing compressed and non-compressed files
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
License: LGPLv2+
|
||||
URL: http://www.wanderinghorse.net/computing/%{name}/
|
||||
Source0: http://www.wanderinghorse.net/computing/%{name}/libs11n_%{name}-%{vyear}.%{vmonth}.%{vday}.tar.gz
|
||||
# I tried half a day to get the rather peculiar original build system working,
|
||||
|
|
@ -25,7 +25,7 @@ BuildRequires: gcc
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: minizip-ng-compat-devel
|
||||
BuildRequires: minizip-devel
|
||||
|
||||
%description
|
||||
zfstream is a small C++ library which provides an abstraction API for reading
|
||||
|
|
@ -48,7 +48,7 @@ developing applications that use %{name}.
|
|||
|
||||
%prep
|
||||
%setup -q -n libs11n_%{name}-%{vyear}.%{vmonth}.%{vday} -a 1
|
||||
%patch -P1 -p0 -b .zip
|
||||
%patch1 -p0 -b .zip
|
||||
aclocal
|
||||
autoconf
|
||||
autoheader
|
||||
|
|
@ -82,28 +82,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 20041202-45
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 20041202-44
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20041202-43
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20041202-42
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20041202-41
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20041202-40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Dec 04 2023 Lukas Javorsky <ljavorsk@redhat.com> - 20041202-39
|
||||
- Rebuilt for minizip-ng transition Fedora change
|
||||
- Fedora Change: https://fedoraproject.org/wiki/Changes/MinizipNGTransition
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20041202-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue