forked from pool/gap-io
Accepting request 1249116 from science
- Make specfile conform to POSIX sh OBS-URL: https://build.opensuse.org/request/show/1249116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-io?expand=0&rev=5
This commit is contained in:
commit
76b08f6454
@ -1,4 +1,4 @@
|
|||||||
mtime: 1732022847
|
mtime: 1740697291
|
||||||
commit: e8c44948a82622890d0629a336d60c4fe4034693e0fed35e2462a92fc892959f
|
commit: 7f6fcc6ff4c8a0c81a3bfa9ff1e485029d5a3ba195b822d5de0d28a5d55daa89
|
||||||
url: https://src.opensuse.org/jengelh/gap-io
|
url: https://src.opensuse.org/jengelh/gap-io
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c453664551e21cc9eb63a08267f19ee901d5bfabdc0d25c3a860fdb0071d2d13
|
oid sha256:59f60f5856bd8574f1e2cbc443d3975c97751483ac9a708a77009c1134d5fc6d
|
||||||
size 256
|
size 256
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Make specfile conform to POSIX sh
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 19 13:21:10 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Nov 19 13:21:10 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -44,10 +44,9 @@ Input/Output functionality in the C library.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
pushd "%buildroot/$fmoddir/"
|
cd "%buildroot/$fmoddir/"
|
||||||
rm -Rf aclocal* autom4* cnf config* m4 gen src
|
rm -Rf aclocal* autom4* cnf config* m4 gen src
|
||||||
find . -type f -name "*.la" -print -delete
|
find . -type f -name "*.la" -print -delete
|
||||||
popd
|
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user