Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
1 changed files with 4 additions and 26 deletions
30
shunit2.spec
30
shunit2.spec
|
|
@ -2,11 +2,10 @@
|
|||
|
||||
Name: shunit2
|
||||
Version: 2.1.6
|
||||
Release: 32%{?dist}
|
||||
Release: 25%{?dist}
|
||||
Summary: A xUnit based unit testing for Unix shell scripts
|
||||
|
||||
# Automatically converted from old format: LGPLv2 - review is highly recommended.
|
||||
License: LicenseRef-Callaway-LGPLv2
|
||||
License: LGPLv2
|
||||
URL: http://code.google.com/p/shunit2
|
||||
Source0: http://shunit2.googlecode.com/files/%{name}-%{version}.tgz
|
||||
# add makefiles to do install
|
||||
|
|
@ -25,8 +24,8 @@ shUnit2 can do the job.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P0 -p1
|
||||
%patch -P1 -p1
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
iconv -f ISO88592 -t UTF8 doc/shunit2.txt -o doc/shunit2.txt
|
||||
cp -p %{SOURCE1} doc/
|
||||
|
||||
|
|
@ -48,27 +47,6 @@ make install DESTDIR=%{buildroot} DOCDIR=%{_pkgdocdir}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-30
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 2.1.6-28
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue