[packages/cramfs-tools] - updated to 2.2
qboosh
qboosh at pld-linux.org
Thu May 21 21:46:49 CEST 2026
commit 6fcd3d4571448a24e8eb2d3fff3aab8371cee0ad
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu May 21 21:46:51 2026 +0200
- updated to 2.2
cramfs-tools.spec | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/cramfs-tools.spec b/cramfs-tools.spec
index c6dd45b..d2d8af7 100644
--- a/cramfs-tools.spec
+++ b/cramfs-tools.spec
@@ -1,15 +1,16 @@
Summary: Set of tools which creates and checks cramfs filesytem
Summary(pl.UTF-8): Zestaw narzędzi do tworzenia i sprawdzania systemu plików cramfs
Name: cramfs-tools
-Version: 2.1
+Version: 2.2
Release: 1
-License: GPL
+License: GPL v2+
Group: Base/Utilities
-Source0: https://github.com/npitre/cramfs-tools/archive/refs/tags/v%{version}.tar.gz
-# Source0-md5: d056f7a492a2e167a7d03234d1733aca
+#Source0Download: https://github.com/npitre/cramfs-tools/tags
+Source0: https://github.com/npitre/cramfs-tools/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: d47e5b9c9aa22960e87b65a2727359a2
URL: https://github.com/npitre/cramfs-tools
BuildRequires: zlib-devel
-Obsoletes: cramfs
+Obsoletes: cramfs < 2.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _sbindir /sbin
@@ -26,7 +27,8 @@ Zestaw narzędzi do tworzenia i sprawdzania systemu plików cramfs.
%build
%{__make} \
CC="%{__cc}" \
- CFLAGS="%{rpmcppflags} %{rpmcflags}"
+ CFLAGS="%{rpmcppflags} %{rpmcflags}" \
+ LDFLAGS="%{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -39,5 +41,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README NOTES
-%attr(755,root,root) %{_sbindir}/*
+%doc NOTES README TODO
+%attr(755,root,root) %{_sbindir}/cramfsck
+%attr(755,root,root) %{_sbindir}/mkcramfs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cramfs-tools.git/commitdiff/6fcd3d4571448a24e8eb2d3fff3aab8371cee0ad
More information about the pld-cvs-commit
mailing list