3 Commits

6 changed files with 22 additions and 9 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1754941327
commit: dda9627b0d59aa5ce46f356c4f4d3c81205e154a44a3e4d7eef0d72ded302913
url: https://src.opensuse.org/jengelh/libhomfly
revision: master

BIN
build.specials.obscpio LFS Normal file

Binary file not shown.

Binary file not shown.

BIN
libhomfly-1.03.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 11 19:40:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.03
* Add pkg-config file
-------------------------------------------------------------------
Sat Jan 28 00:40:58 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libhomfly
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%define lname libhomfly0
Name: libhomfly
Version: 1.02r6
Version: 1.03
Release: 0
Summary: Library to compute the homfly polynomial of a link
License: SUSE-Public-Domain
Group: Productivity/Scientific/Math
URL: https://github.com/miguelmarco/libhomfly
Source: https://github.com/miguelmarco/libhomfly/releases/download/%{version}/%name-%{version}.tar.gz
Source: https://github.com/miguelmarco/libhomfly/releases/download/%version/%name-%version.tar.gz
BuildRequires: gc-devel
%description
@@ -48,7 +48,7 @@ A library to compute the homfly polynomial of a link.
This subpackage provides the development headers for it.
%prep
%autosetup -p1 -n %name-%{version}
%autosetup -p1
%build
%configure --disable-static
@@ -61,8 +61,7 @@ rm -f "%buildroot/%_libdir"/*.la
%check
%make_build check
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/libhomfly.so.0*
@@ -70,5 +69,6 @@ rm -f "%buildroot/%_libdir"/*.la
%files devel
%_includedir/*.h
%_libdir/libhomfly.so
%_libdir/pkgconfig/*.pc
%changelog