Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ada0fb5dd | ||
|
|
6a822718f7 | ||
|
|
822e4c3764 | ||
|
|
d6e79c6d33 | ||
|
|
985678877a | ||
|
|
cc52a9cc06 | ||
|
|
0109e5629a | ||
|
|
9cd98a9157 | ||
|
|
51a732383d | ||
|
|
d68e0e6151 |
1 changed files with 32 additions and 4 deletions
36
shunit2.spec
36
shunit2.spec
|
|
@ -2,10 +2,11 @@
|
|||
|
||||
Name: shunit2
|
||||
Version: 2.1.6
|
||||
Release: 23%{?dist}
|
||||
Release: 32%{?dist}
|
||||
Summary: A xUnit based unit testing for Unix shell scripts
|
||||
|
||||
License: LGPLv2
|
||||
# Automatically converted from old format: LGPLv2 - review is highly recommended.
|
||||
License: LicenseRef-Callaway-LGPLv2
|
||||
URL: http://code.google.com/p/shunit2
|
||||
Source0: http://shunit2.googlecode.com/files/%{name}-%{version}.tgz
|
||||
# add makefiles to do install
|
||||
|
|
@ -24,8 +25,8 @@ shUnit2 can do the job.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch -P0 -p1
|
||||
%patch -P1 -p1
|
||||
iconv -f ISO88592 -t UTF8 doc/shunit2.txt -o doc/shunit2.txt
|
||||
cp -p %{SOURCE1} doc/
|
||||
|
||||
|
|
@ -47,6 +48,33 @@ 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
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue