diff options
author | jbj <devnull@localhost> | 2004-10-21 21:18:35 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-21 21:18:35 +0000 |
commit | 883580417100b31808d0ef8d69bcfdd510e85d0a (patch) | |
tree | 7022893e6fa1199669b6d8aacda0e5d537f7ad85 /rpm.spec.in | |
parent | bc1ad5caaf0c827355f4254cb3b4e7f4e76a94b4 (diff) | |
download | librpm-tizen-883580417100b31808d0ef8d69bcfdd510e85d0a.tar.gz librpm-tizen-883580417100b31808d0ef8d69bcfdd510e85d0a.tar.bz2 librpm-tizen-883580417100b31808d0ef8d69bcfdd510e85d0a.zip |
Compile in the correct path to /usr/lib/rpm/magic.
Add magic for rpm packages and headers.
Add MAGIC_COMPRESS and MAGIC_CHECK to extract types from compressed files.
Permit info and man pages into RPMTAG_FILECLASS.
Package all the Berkeley DB utilities with rpm.
CVS patchset: 7502
CVS date: 2004/10/21 21:18:35
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index 281f577d6..023b7c80c 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -330,13 +330,7 @@ exit 0 %endif %attr(-, @RPMUSER@, @RPMGROUP@) %{__prefix}/lib/rpm/noarch* -%rpmattr %{__prefix}/lib/rpm/rpmdb_deadlock -%rpmattr %{__prefix}/lib/rpm/rpmdb_dump -%rpmattr %{__prefix}/lib/rpm/rpmdb_load -%rpmattr %{__prefix}/lib/rpm/rpmdb_loadcvt -%rpmattr %{__prefix}/lib/rpm/rpmdb_svc -%rpmattr %{__prefix}/lib/rpm/rpmdb_stat -%rpmattr %{__prefix}/lib/rpm/rpmdb_verify +%rpmattr %{__prefix}/lib/rpm/rpmdb_* %rpmattr %{__prefix}/lib/rpm/rpmfile %lang(cs) %{__prefix}/*/locale/cs/LC_MESSAGES/rpm.mo |