Some more changes to keep spec similar to EPEL CMake3
This commit is contained in:
parent
cd2a406fbd
commit
c42191b46a
@ -246,7 +246,7 @@ touch -r %{SOURCE2} %{buildroot}%{rpm_macros_dir}/macros.%{name}
|
|||||||
install -p -m0644 -D %{SOURCE3} %{buildroot}%{_prefix}/lib/rpm/fileattrs/%{name}.attr
|
install -p -m0644 -D %{SOURCE3} %{buildroot}%{_prefix}/lib/rpm/fileattrs/%{name}.attr
|
||||||
install -p -m0755 -D %{name}.prov %{buildroot}%{_prefix}/lib/rpm/%{name}.prov
|
install -p -m0755 -D %{name}.prov %{buildroot}%{_prefix}/lib/rpm/%{name}.prov
|
||||||
%endif
|
%endif
|
||||||
mkdir -p %{buildroot}%{_libdir}/%{name}
|
mkdir -p %{buildroot}%{_libdir}/%{orig_name}
|
||||||
# Install copyright files for main package
|
# Install copyright files for main package
|
||||||
find Source Utilities -type f -iname copy\* | while read f
|
find Source Utilities -type f -iname copy\* | while read f
|
||||||
do
|
do
|
||||||
@ -385,7 +385,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||||||
%{_mandir}/man7/*.7.*
|
%{_mandir}/man7/*.7.*
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{orig_name}/
|
||||||
|
|
||||||
|
|
||||||
%files data
|
%files data
|
||||||
|
Loading…
Reference in New Issue
Block a user