[packages/libcerf] Up to 3.3
arekm
arekm at pld-linux.org
Tue Mar 10 21:30:11 CET 2026
commit 62cd687b92ae416cd074d1e6d693aa9981a88aa6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Mar 10 21:30:04 2026 +0100
Up to 3.3
libcerf.spec | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/libcerf.spec b/libcerf.spec
index 8298634..4281a18 100644
--- a/libcerf.spec
+++ b/libcerf.spec
@@ -1,14 +1,13 @@
Summary: Complex error function library
Summary(pl.UTF-8): Biblioteka zespolonej funkcji błędu
Name: libcerf
-Version: 1.13
+Version: 3.3
Release: 1
License: MIT
Group: Libraries
#Source0Download: https://jugit.fz-juelich.de/mlz/libcerf/-/tags
-Source0: https://jugit.fz-juelich.de/mlz/libcerf/uploads/924b8d245ad3461107ec630734dfc781/%{name}-%{version}.tgz
-# Source0-md5: 2c8466e79ca9a50f98d3dee1f81aa6dd
-Patch0: %{name}-libdir.patch
+Source0: https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v%{version}/%{name}-v%{version}.tar.gz
+# Source0-md5: dcf920570c424955ab78bcbc1c0dc5b4
URL: https://jugit.fz-juelich.de/mlz/libcerf
BuildRequires: cmake >= 3.6
BuildRequires: gcc >= 1:3.2
@@ -33,8 +32,7 @@ Header files for libcerf library.
Pliki nagłówkowe biblioteki libcerf.
%prep
-%setup -q
-%patch -P0 -p1
+%setup -q -n %{name}-v%{version}
%build
install -d build
@@ -49,8 +47,8 @@ rm -rf $RPM_BUILD_ROOT
%{__make} -C build install \
DESTDIR=$RPM_BUILD_ROOT
-# packaged in man format
-%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/libcerf
+# keep docs in package sections below
+%{__rm} -rf $RPM_BUILD_ROOT%{_docdir}/html
%clean
rm -rf $RPM_BUILD_ROOT
@@ -60,15 +58,19 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc CHANGELOG COPYING README
+%doc CHANGELOG LICENSE README.md
%attr(755,root,root) %{_libdir}/libcerf.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libcerf.so.1
+%attr(755,root,root) %{_libdir}/libcerfcpp.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcerf.so.3
+%attr(755,root,root) %ghost %{_libdir}/libcerfcpp.so.3
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libcerf.so
+%attr(755,root,root) %{_libdir}/libcerfcpp.so
%{_includedir}/cerf.h
%{_pkgconfigdir}/libcerf.pc
+%{_libdir}/cmake/cerf/*
%{_mandir}/man3/cdawson.3*
%{_mandir}/man3/cerf.3*
%{_mandir}/man3/cerfc.3*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libcerf.git/commitdiff/62cd687b92ae416cd074d1e6d693aa9981a88aa6
More information about the pld-cvs-commit
mailing list