Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d305500376 | ||
|
|
6ee7fcd868 | ||
|
|
2e8d9c9347 | ||
|
|
758172a81c | ||
|
|
bcbd118a7a |
1 changed files with 16 additions and 3 deletions
19
krazy2.spec
19
krazy2.spec
|
|
@ -5,10 +5,11 @@
|
|||
|
||||
Name: krazy2
|
||||
Version: 2.97
|
||||
Release: 0.32.%{snapdate}git%(echo %{snaphash} | cut -c -13)%{?dist}
|
||||
Release: 0.36.%{snapdate}git%(echo %{snaphash} | cut -c -13)%{?dist}
|
||||
Summary: Krazy is a tool for checking code against the KDE coding guidelines
|
||||
|
||||
License: GPLv2+
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://techbase.kde.org/Development/Tutorials/Code_Checking
|
||||
Source0: https://gitorious.org/krazy/krazy/archive/%{snaphash}.tar.gz
|
||||
Source1: krazy-licensecheck
|
||||
|
|
@ -41,7 +42,7 @@ good reason.
|
|||
|
||||
%prep
|
||||
%setup -q -n krazy-krazy
|
||||
%patch0 -p1 -b .install-shlibs
|
||||
%patch -P0 -p1 -b .install-shlibs
|
||||
# delete (two!) bundled copies of desktop-file-utils
|
||||
rm -rf src/desktop-file-utils-*
|
||||
|
||||
|
|
@ -138,6 +139,18 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.97-0.36.20140114git35d9080f1870d
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.97-0.35.20140114git35d9080f1870d
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 2.97-0.34.20140114git35d9080f1870d
|
||||
- convert license to SPDX
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.97-0.33.20140114git35d9080f1870d
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.97-0.32.20140114git35d9080f1870d
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue