9.1 #1
@ -31,7 +31,6 @@ The Expat package contains a stream oriented C library for parsing XML.
|
|||||||
install -D -m644 COPYING %{buildroot}/usr/share/licenses/%{name}/LICENSE
|
install -D -m644 COPYING %{buildroot}/usr/share/licenses/%{name}/LICENSE
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Create file list
|
# Create file list
|
||||||
# rm %{buildroot}%{_infodir}/dir
|
|
||||||
find %{buildroot} -name '*.la' -delete
|
find %{buildroot} -name '*.la' -delete
|
||||||
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.list
|
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.list
|
||||||
sed -i "s|^${RPM_BUILD_ROOT}||" filelist.list
|
sed -i "s|^${RPM_BUILD_ROOT}||" filelist.list
|
||||||
@ -40,7 +39,6 @@ The Expat package contains a stream oriented C library for parsing XML.
|
|||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
%files -f filelist.list
|
%files -f filelist.list
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_mandir}/man1/*
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
* Sun May 31 2020 Chris Cromer <chris@cromer.cl> 2.2.9-1
|
* Sun May 31 2020 Chris Cromer <chris@cromer.cl> 2.2.9-1
|
||||||
|
Loading…
Reference in New Issue
Block a user