Where is the location of Bzip2 nowadays?

In practice: download the source to the .rpm package (Fedora, Red Hat, SuSE)
or the .deb package (Debian, etc.).  Within that is the original source
used by maintainers of the .rpm or .deb.  For instance on Fedora:

$ dnf download --source bzip2
bzip2-1.0.6-26.fc28.src.rpm                            548 kB/s | 785 kB     
00:01
$ rpm -ql -p bzip2-1.0.6-26.fc28.src.rpm
bzip2-1.0.4-bzip2recover.patch
bzip2-1.0.4-cflags.patch
bzip2-1.0.4-saneso.patch
bzip2-1.0.6.tar.gz   <<<<< the original source
bzip2-ldflags.patch
bzip2.pc
bzip2.spec
set-out-file-to-null.patch
$ rpm --install bzip2-1.0.6-26.fc28.src.rpm
$ ls -l rpmbuild/SOURCES/bzip2-1.0.6.tar.gz
-rw-rw-r--. 1 user group 782025 Sep 22  2010 rpmbuild/SOURCES/bzip2-1.0.6.tar.gz
$


_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to