From 1a8920d9b62f71127bb73b96294f7f9f427a70db Mon Sep 17 00:00:00 2001 From: Etienne Renault Date: Fri, 5 Jun 2020 12:52:35 +0200 Subject: [PATCH] rpm: fixes commit 3acf2ca6 * spot.spec.in, spot/Makefile.am: Here. --- spot.spec.in | 2 -- spot/Makefile.am | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/spot.spec.in b/spot.spec.in index 3f68d6c55..cf829d684 100755 --- a/spot.spec.in +++ b/spot.spec.in @@ -103,8 +103,6 @@ C++ headers for the Spot library. %{_includedir}/fddx.h %dir %{_includedir}/spot %{_includedir}/spot/* -%dir %{_includedir}/bricks -%{_includedir}/bricks/* %license COPYING %doc AUTHORS COPYING NEWS README THANKS diff --git a/spot/Makefile.am b/spot/Makefile.am index 51b604cf7..821979f1d 100644 --- a/spot/Makefile.am +++ b/spot/Makefile.am @@ -1,6 +1,6 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017 Laboratoire -## de Recherche et Développement de l'Epita (LRDE). +## Copyright (C) 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017, 2020 +## Laboratoire de Recherche et Développement de l'Epita (LRDE). ## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), ## département Systèmes Répartis Coopératifs (SRC), Université Pierre ## et Marie Curie. @@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = subdir-objects -nobase_include_HEADERS= bricks/brick-assert bricks/brick-bitlevel \ +nobase_pkginclude_HEADERS = bricks/brick-assert bricks/brick-bitlevel \ bricks/brick-hash bricks/brick-hashset bricks/brick-shmem \ bricks/brick-types