Don't do things not of yours.
This commit is contained in:
parent
66a602a455
commit
8ff37d4d3f
@ -20,7 +20,6 @@ delete items from the hash table.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Provides: %{name} = %{version}-%{release}
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -39,7 +38,7 @@ install -d %{buildroot}%{_includedir}
|
||||
install -pm0644 src/*.h %{buildroot}%{_includedir}/
|
||||
|
||||
%check
|
||||
cd tests && make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} -C tests/
|
||||
|
||||
%files devel
|
||||
%doc LICENSE doc/*.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user