Accepting request 97818 from home:dimstar:branches:GNOME:Factory

- Own %{_datadir}/aclocal to fix build without automake/autoconf.

OBS-URL: https://build.opensuse.org/request/show/97818
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=17
This commit is contained in:
Vincent Untz 2011-12-22 20:35:24 +00:00 committed by Git OBS Bridge
parent 80a129f1f3
commit 5cbd567be4
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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*