diff --git a/check.changes b/check.changes index fdfc37d..8b0a37d 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 22 08:44:30 UTC 2011 - dimstar@opensuse.org + +- Own %{_datadir}/aclocal to fix build without automake/autoconf. + ------------------------------------------------------------------- Sat Sep 17 22:50:08 UTC 2011 - jengelh@medozas.de diff --git a/check.spec b/check.spec index 1ccd2f0..8bfed65 100644 --- a/check.spec +++ b/check.spec @@ -20,7 +20,7 @@ Name: check Version: 0.9.8 Release: 3 -License: LGPLv2.1+ +License: LGPL-2.1+ Summary: Unit Test Framework for C Url: http://check.sourceforge.net/ Group: Development/Libraries/C and C++ @@ -38,7 +38,7 @@ signals. The output of unit tests can be used within source code editors and IDEs. %package devel -License: LGPLv2.1+ +License: LGPL-2.1+ Summary: Unit Test Framework for C Group: Development/Libraries/C and C++ Requires: %{name} = %{version} @@ -86,6 +86,7 @@ make %{?_smp_mflags} docdir=%{_docdir}/%{name} %files devel %defattr (-, root, root) +%dir %{_datadir}/aclocal %{_datadir}/aclocal/*.m4 %{_includedir}/*.h %doc %{_infodir}/%{name}.info*