Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
8cb7c6a824 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Sep 9 09:09:09 UTC 2024 - ohering@suse.de
|
|
||||||
|
|
||||||
- Package also *.vo and *.glob, for Coq
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 31 21:44:55 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
Tue Oct 31 21:44:55 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-rpm-macros
|
# spec file for package ocaml-rpm-macros
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-rpm-macros
|
Name: ocaml-rpm-macros
|
||||||
Version: 20240909
|
Version: 20231101
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM macros for building OCaml source packages
|
Summary: RPM macros for building OCaml source packages
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@@ -330,14 +330,6 @@ tee %buildroot%_rpmmacrodir/macros.%name <<'_EOF_'
|
|||||||
/\\/[^/]+\\.v$/{\
|
/\\/[^/]+\\.v$/{\
|
||||||
files_devel($0)\
|
files_devel($0)\
|
||||||
}\
|
}\
|
||||||
# Some Coq files\
|
|
||||||
/\\/[^/]+\\.vo$/{\
|
|
||||||
files_devel($0)\
|
|
||||||
}\
|
|
||||||
# Some Coq files\
|
|
||||||
/\\/[^/]+\\.glob$/{\
|
|
||||||
files_devel($0)\
|
|
||||||
}\
|
|
||||||
#\
|
#\
|
||||||
# record unknown paths\
|
# record unknown paths\
|
||||||
files_unhandled($0)\
|
files_unhandled($0)\
|
||||||
|
Reference in New Issue
Block a user