diff options
author | Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org> | 2020-10-02 11:33:50 +0200 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2020-10-02 23:00:07 +0200 |
commit | b2070626dc7cb6defd71023495cb6a86f796c7ea (patch) | |
tree | 50327983e8b7a31d754cbdd4b97f64ace1c7f0c3 /packages/squashfs-tools-ng.spec | |
parent | b06b42406e12fb69678ae1d83a3bc5877484e8ef (diff) |
Add README file
Comments from all package files have been relocated into the README
file.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
Diffstat (limited to 'packages/squashfs-tools-ng.spec')
-rw-r--r-- | packages/squashfs-tools-ng.spec | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/squashfs-tools-ng.spec b/packages/squashfs-tools-ng.spec index c5a2ea0..d16b66a 100644 --- a/packages/squashfs-tools-ng.spec +++ b/packages/squashfs-tools-ng.spec @@ -1,25 +1,4 @@ ## Spec file to build squashf-tools-ng RPM package. -## -## Install following packages: -## - yum install -y rpm-build spectool -## - rpmdev-setuptree -## - spectool -g -R squashfs-tools-ng.spec -## - rpmspec --parse squashfs-tools-ng.spec | grep BuildRequires | cut -d' ' -f2 | xargs sudo yum install -y -## -## Note: tools like yum-builddep does not seem to work when installing -## build requirements. -## -## On OpenSUSE: -## -## * spectool des not exists. Too retrieve the source package: -## -## rpmspec --parse squashfs-tools-ng.spec | grep Source0 | awk '{print $2}' | xargs wget -N -P $(rpm --eval '%{_sourcedir}') -## -## * yum command should also be replaced by zypper. -## -## Run: -## - rpmbuild --clean -ba squashfs-tools-ng.spec -## # OpenSUSE has no dist macro %if 0%{suse_version} > 0 |