Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS/buildah/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# SPDX-License-Identifier: MulanPSL-2.0

Name: buildah
Version: 1.43.0
Version: 1.43.1
Release: %autorelease
Summary: A tool that facilitates building OCI images
License: Apache-2.0
URL: https://github.com/containers/buildah
#!RemoteAsset: sha256:24c31fcacd707892d4f745b5fd5a631753bee49bf6c048cd65c42a5791986b67
#!RemoteAsset: sha256:7980a8b4fb719a104d592b06de149cc18766de02f8c3dd94e727f8702a62f9cd
Source: https://github.com/containers/buildah/archive/v%{version}.tar.gz
BuildSystem: autotools

Expand Down
16 changes: 7 additions & 9 deletions SPECS/libraw/libraw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
#
# SPDX-License-Identifier: MulanPSL-2.0

%global somajor 24

Name: libraw
Version: 0.22.0
Version: 0.22.1
Release: %autorelease
Summary: LibRaw is a library for reading RAW files from digital cameras
License: BSD-3-Clause and (CDDL-1.0 or LGPL-2.1-only)
URL: https://www.libraw.org
VCS: git:https://github.com/LibRaw/LibRaw
#!RemoteAsset: sha256:1071e6e8011593c366ffdadc3d3513f57c90202d526e133174945ec1dd53f2a1
#!RemoteAsset: sha256:a789dc4e2409e2901d93793a4e0b80c7b49d0d97cf6ad71c850eb7616acfd786
Source: https://www.libraw.org/data/LibRaw-%{version}.tar.gz
BuildSystem: autotools

Expand Down Expand Up @@ -42,19 +40,19 @@ rm -rf %{buildroot}%{_datadir}/doc/libraw/
rm -f %{buildroot}%{_libdir}/*.a

%files
%license LICENSE.CDDL LICENSE.LGPL COPYRIGHT
%doc Changelog.txt
%{_libdir}/libraw.so.%{somajor}{,.*}
%{_libdir}/libraw_r.so.%{somajor}{,.*}
%license LICENSE.CDDL LICENSE.LGPL COPYRIGHT
%{_libdir}/libraw.so.*
%{_libdir}/libraw_r.so.*
%{_bindir}/*

%files devel
%doc doc/*
%{_includedir}/libraw/
%{_libdir}/libraw.so
%{_libdir}/libraw_r.so
%{_libdir}/pkgconfig/libraw.pc
%{_libdir}/pkgconfig/libraw_r.pc
%doc doc/*

%changelog
%{?autochangelog}
%autochangelog
9 changes: 5 additions & 4 deletions SPECS/passt/passt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# SPDX-License-Identifier: MulanPSL-2.0

%global commit f758d93125e5980996348a11486af507b3912fcb
%global commit ec96f0124282338cd2b2e65ff1aa3def8882ae23

Name: passt
Version: 0+git20260328.f758d93
Version: 0+git20260424.ec96f01
Release: %autorelease
Summary: Plug A Simple Socket Transport
License: GPL-2.0-or-later AND BSD-3-Clause
URL: https://passt.top/passt
#!RemoteAsset: sha256:464e87722a58764b59e0612ba1b7c311e2248b505da3146b5e33d19a292f8aa1
#!RemoteAsset: sha256:416094ef9ad15ab5696e9988c8f06c0e2954ed847abbcb2004d12e1491409bb2
Source: https://passt.top/passt/snapshot/passt-%{commit}.tar.xz
BuildSystem: autotools

Expand All @@ -33,8 +33,9 @@ Plug A Simple Socket Transport.
%check

%files
%license LICENSES/{GPL-2.0-or-later.txt,BSD-3-Clause.txt}
%doc README.md doc/demo.sh
%license LICENSES/GPL-2.0-or-later.txt
%license LICENSES/BSD-3-Clause.txt
%{_mandir}/man1/passt*
%{_mandir}/man1/pasta*
%{_mandir}/man1/qrap.1*
Expand Down
6 changes: 3 additions & 3 deletions SPECS/podman/podman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# SPDX-License-Identifier: MulanPSL-2.0

Name: podman
Version: 5.8.1
Version: 5.8.2
Release: %autorelease
Summary: Manage containers, images, pods, and their volumes
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
URL: https://podman.io/
VCS: git:https://github.com/containers/podman
#!RemoteAsset: sha256:b9540ecb19cfcbcfc40e1b81d39930f688c537d8fd6f11ae56be41f2bf9e97a4
#!RemoteAsset: sha256:b20ea65afc5a58ea1cea019bd51a5d84eb9042d25d3eb82c55010c8815732d84
Source0: https://github.com/containers/podman/archive/refs/tags/v%{version}.tar.gz
BuildSystem: autotools

Expand Down Expand Up @@ -63,8 +63,8 @@ containers.
%check

%files
%license LICENSE vendor/modules.txt
%doc README.md CONTRIBUTING.md install.md transfer.md
%license LICENSE vendor/modules.txt
%{_bindir}/podman
%{_bindir}/podman-remote
%{_bindir}/podmansh
Expand Down
Loading