diff options
author | Ryan Ware <ryan.r.ware@intel.com> | 2012-05-29 17:49:47 -0700 |
---|---|---|
committer | Ryan Ware <ryan.r.ware@intel.com> | 2012-05-29 17:49:47 -0700 |
commit | 641d1dffeff7e5c0f5a0164a5bd2fcac9f207102 (patch) | |
tree | ef01cc0307d6d4e6fb1153932890fdc2eb20df42 /packaging/fakeroot.spec | |
parent | a3e1b0949f2734a7296074f6b80c0c100da2bd3e (diff) | |
download | fakeroot-641d1dffeff7e5c0f5a0164a5bd2fcac9f207102.tar.gz fakeroot-641d1dffeff7e5c0f5a0164a5bd2fcac9f207102.tar.bz2 fakeroot-641d1dffeff7e5c0f5a0164a5bd2fcac9f207102.zip |
Add default Smack manifest for fakeroot.spec
Change-Id: I916bacf47c3f099c2dc19769f7ab18a514cd4fe3
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
Diffstat (limited to 'packaging/fakeroot.spec')
-rw-r--r-- | packaging/fakeroot.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/fakeroot.spec b/packaging/fakeroot.spec index 4a09340..9016577 100644 --- a/packaging/fakeroot.spec +++ b/packaging/fakeroot.spec @@ -7,6 +7,7 @@ Group: Development/Tools License: GPL+ URL: http://fakeroot.alioth.debian.org/ Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.tar.gz +Source1001: packaging/fakeroot.manifest Requires: util-linux Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -30,6 +31,7 @@ had the user really been root. %setup -q -n %{name}-%{version} %build +cp %{SOURCE1001} . for file in ./doc/*/*.1; do iconv -f latin1 -t utf8 < $file > $file.new mv -f $file.new $file @@ -96,6 +98,7 @@ rm -rf %{buildroot} %files +%manifest fakeroot.manifest %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING DEBUG debian/changelog doc/README.saving %{_bindir}/faked-* |