diff options
author | jbj <devnull@localhost> | 2001-07-06 20:37:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-07-06 20:37:42 +0000 |
commit | 9df3fc957f97511ce04123f3cbebdf9dc543cebb (patch) | |
tree | 4e2ad67cd32464a7360d686be8b848cdb03e2195 /rpm.spec.in | |
parent | 20c2a42d4f18fe324c3bc06cc106136130f44c9b (diff) | |
download | rpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.tar.gz rpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.tar.bz2 rpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.zip |
- expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.
- portability: avoid st_mtime, gendiff uses basename, etc (#47497).
- glibc-2.0.x has not __va_copy().
- popthelp.c: static copy of stpcpy/stpncpy for the deprived (#47500).
CVS patchset: 4921
CVS date: 2001/07/06 20:37:42
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index ba5aa65e0..b89e50ce7 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -334,13 +334,13 @@ fi %files build %defattr(-,root,root) -%dir %{__prefix}/src/redhat -%dir %{__prefix}/src/redhat/BUILD -%dir %{__prefix}/src/redhat/SPECS -%dir %{__prefix}/src/redhat/SOURCES -%dir %{__prefix}/src/redhat/SRPMS -%dir %{__prefix}/src/redhat/RPMS -%{__prefix}/src/redhat/RPMS/* +%dir %{__prefix}/src/@RPMCANONVENDOR@ +%dir %{__prefix}/src/@RPMCANONVENDOR@/BUILD +%dir %{__prefix}/src/@RPMCANONVENDOR@/SPECS +%dir %{__prefix}/src/@RPMCANONVENDOR@/SOURCES +%dir %{__prefix}/src/@RPMCANONVENDOR@/SRPMS +%dir %{__prefix}/src/@RPMCANONVENDOR@/RPMS +%{__prefix}/src/@RPMCANONVENDOR@/RPMS/* %rpmattr %{__prefix}/bin/rpmbuild %rpmattr %{__prefix}/lib/rpm/brp-* %rpmattr %{__prefix}/lib/rpm/check-prereqs |