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
|
||||
#-----------------------------------------------------------------------------
|
||||
# Create file list
|
||||
# rm %{buildroot}%{_infodir}/dir
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
find "${RPM_BUILD_ROOT}" -not -type d -print > 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
|
||||
%defattr(-,root,root)
|
||||
%{_mandir}/man1/*
|
||||
#-----------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Sun May 31 2020 Chris Cromer <chris@cromer.cl> 2.2.9-1
|
||||
|
Loading…
Reference in New Issue
Block a user