SHA256
1
0
forked from pool/fdupes

Accepting request 83986 from utilities

- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.) (forwarded request 83506 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fdupes?expand=0&rev=13
This commit is contained in:
Sascha Peilicke 2011-09-21 15:04:33 +00:00 committed by Git OBS Bridge
parent 198ece6389
commit 15089c1875
2 changed files with 7 additions and 13 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Apply packaging guidelines (remove redundant/obsolete
tags/sections from specfile, etc.)
-------------------------------------------------------------------
Mon Feb 15 15:43:34 UTC 2010 - mvyskocil@suse.cz

View File

@ -15,9 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: fdupes
Url: http://premium.caribe.net/~adrian2/fdupes.html
Group: Productivity/Archiving/Compression
@ -39,12 +36,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
FDUPES is a program for identifying or deleting duplicate files
residing within specified directories
Authors:
--------
Adrian Lopez <adrian2@caribe.net>
%prep
%setup -q
%patch0
@ -53,16 +44,13 @@ Authors:
%patch3 -p1 -b .endianness
%build
make
make %{?_smp_mflags}
%install
install -D -m755 fdupes $RPM_BUILD_ROOT/usr/bin/fdupes
install -D -m644 fdupes.1 $RPM_BUILD_ROOT/usr/share/man/man1/fdupes.1
install -D -m644 %{SOURCE1} $RPM_BUILD_ROOT/etc/rpm/macros.fdupes
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc CHANGES