-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2031bf9
commit 02328b2
Showing
8 changed files
with
19 additions
and
132 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
SPECS-EXTENDED/libid3tag/libid3tag-0.15.1b-fix_overflow.patch
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
SPECS-EXTENDED/libid3tag/libid3tag-0.15.1b-gperf-size_t.patch
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
SPECS-EXTENDED/libid3tag/libid3tag-0.15.1b-handle-unknown-encoding.patch
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
SPECS-EXTENDED/libid3tag/libid3tag-0.15.1b-id3v1-zero-padding.patch
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
SPECS-EXTENDED/libid3tag/libid3tag-0.15.1b-id3v2-endless-loop.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"libid3tag-0.16.3.tar.gz": "3b65150454818e3e46d113891e0e0c335516315c51f80d87565f6124b892bff4" | ||
"libid3tag-0.16.3.tar.gz": "0561009778513a95d91dac33cee8418d6622f710450a7cb56a74636d53b588cb" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,9 @@ Version: 0.16.3 | |
Release: 7%{?dist} | ||
Summary: ID3 tag manipulation library | ||
|
||
# Automatically converted from old format: GPLv2+ - review is highly recommended. | ||
License: GPL-2.0-or-later | ||
URL: https://codeberg.org/tenacityteam/libid3tag | ||
Source0: %url/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
# Based on https://codeberg.org/tenacityteam/libid3tag/pulls/3 | ||
Source0: https://codeberg.org/tenacityteam/libid3tag/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
Patch0: cmake-hook-genre.dat-and-gperf-files-generation.patch | ||
|
||
BuildRequires: gcc-c++ | ||
|
@@ -21,27 +19,23 @@ BuildRequires: zlib-devel >= 1.1.4 | |
libid3tag is a library for reading and (eventually) writing ID3 tags, | ||
both ID3v1 and the various versions of ID3v2. | ||
|
||
|
||
%package devel | ||
Summary: Development files for %{name} | ||
Requires: %{name}%{?_isa} = %{version}-%{release} | ||
|
||
%description devel | ||
ID3 tag library development files. | ||
|
||
|
||
%prep | ||
%autosetup -p1 -n %{name} | ||
|
||
%build | ||
%cmake | ||
%cmake_build | ||
|
||
|
||
%install | ||
%cmake_install | ||
|
||
|
||
%ldconfig_scriptlets | ||
|
||
%files | ||
|
@@ -55,12 +49,26 @@ ID3 tag library development files. | |
%{_libdir}/cmake/id3tag/ | ||
%{_libdir}/pkgconfig/id3tag.pc | ||
|
||
|
||
%changelog | ||
* Fri Oct 10 2024 Durga Jagadeesh Palli <[email protected]> - 0.16.3-7 | ||
- Initial Azure Linux import from Fedora 41 (license: MIT) | ||
- License verified. | ||
|
||
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 0.16.3-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Wed Apr 17 2024 Peter Lemenkov <[email protected]> - 0.16.3-5 | ||
- Use autorelease macro | ||
|
||
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.16.3-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.16.3-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Thu Dec 14 2023 Leigh Scott <[email protected]> - 0.16.3-1 | ||
- Update to 0.16.3 | ||
|
||
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.16.2-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters