forked from pool/libjodycode
Accepting request 1223612 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1223612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjodycode?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 13:44:08 UTC 2024 - Giacomo Leidi <giacomo.leidi@suse.com>
|
||||
|
||||
- Update specfile to match new source tarball structure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 13:35:58 UTC 2024 - Giacomo Leidi <giacomo.leidi@suse.com>
|
||||
|
||||
- update source tarball after migration to Codeberg.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 12:43:44 UTC 2024 - Giacomo Leidi <giacomo.leidi@suse.com>
|
||||
|
||||
- libjodycode migrated to codeberg, see https://www.jdupes.com/2023/10/05/news-github-is-out-codeberg-is-in/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 14:56:03 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libjodycode
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,8 +23,8 @@ Release: 0
|
||||
Summary: Shared code used by several utilities written by Jody Bruchon
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/jbruchon/libjodycode
|
||||
Source0: https://github.com/jbruchon/libjodycode/archive/refs/tags/v%{version}.tar.gz
|
||||
URL: https://codeberg.org/jbruchon/libjodycode
|
||||
Source0: https://codeberg.org/jbruchon/libjodycode/archive/v%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
@@ -47,7 +47,7 @@ Group: System/Libraries
|
||||
libjodycode is a software code library containing code shared among several of the programs written by Jody Bruchon such as imagepile, jdupes, winregfs, and zeromerge. These shared pieces of code were copied between each program as they were updated. As the number of programs increased and keeping these pieces of code synced became more annoying, the decision was made to combine all of them into a single reusable shared library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %name
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
BIN
v3.1.tar.gz
LFS
BIN
v3.1.tar.gz
LFS
Binary file not shown.
Reference in New Issue
Block a user