From 4c6078349ea0047962571e4bf73a669a6af8eea7 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:36:39 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/fdupes.manifest | 5 +++++ packaging/fdupes.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/fdupes.manifest diff --git a/packaging/fdupes.manifest b/packaging/fdupes.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/fdupes.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/fdupes.spec b/packaging/fdupes.spec index 43c981c..6ec07c0 100644 --- a/packaging/fdupes.spec +++ b/packaging/fdupes.spec @@ -7,6 +7,7 @@ Url: http://premium.caribe.net/~adrian2/fdupes.html Group: Productivity/Archiving/Compression Source0: %{name}-%{version}.tar.bz2 Source1: macros.fdupes +Source1001: fdupes.manifest %description FDUPES is a program for identifying or deleting duplicate files @@ -14,6 +15,7 @@ residing within specified directories %prep %setup -q +cp %{SOURCE1001} . %build make @@ -24,6 +26,7 @@ install -D -m644 fdupes.1 %{buildroot}/usr/share/man/man1/fdupes.1 install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.fdupes %files +%manifest %{name}.manifest %defattr(-, root, root) %doc CHANGES %{_bindir}/fdupes -- 2.7.4