Don't do things not of yours.

This commit is contained in:
Christopher Meng 2014-08-07 10:48:26 +08:00
parent 66a602a455
commit 8ff37d4d3f

View File

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