rpms/fdupes/devel fdupes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Simon Bellwood (simonb) fedora-extras-commits at redhat.com
Mon Nov 28 19:24:22 UTC 2005


Author: simonb

Update of /cvs/extras/rpms/fdupes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7836/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fdupes.spec 
Log Message:
auto-import fdupes-1.40-3 on branch devel from fdupes-1.40-3.src.rpm


--- NEW FILE fdupes.spec ---
Name:           fdupes
Version:        1.40
Release:        3
Summary:        Identifies and optionally deletes duplicate files

Group:          Applications/File
License:        MIT
URL:            http://netdial.caribe.net/~adrian2/fdupes.html
Source0:        http://netdial.caribe.net/~adrian2/programs/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:  
#Requires:       

%description
fdupes is a program for identifying or deleting duplicate files.
Such files are found by comparing file sizes and MD5 signatures, followed by a
byte-by-byte comparison.


%prep
%setup -q


%build
#%%configure
%{__sed} -i -e "s/-Wall/${RPM_OPT_FLAGS}/" Makefile
make %{?_smp_mflags}


%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_bindir} ${RPM_BUILD_ROOT}%{_mandir}/man1
install -m 0755 fdupes ${RPM_BUILD_ROOT}%{_bindir}/fdupes
install -m 0644 fdupes.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/fdupes.1


%clean
rm -rf ${RPM_BUILD_ROOT}


%files
%defattr(-,root,root,-)
%doc CHANGES CONTRIBUTORS INSTALL README TODO
%doc %{_mandir}/man1/fdupes.1*
%{_bindir}/fdupes


%changelog
* Thu Nov 24 2005 Simon Bellwood <simonb at thoughtpolice.co.uk> - 1.40-3
- Spec file cleanup.

* Tue Nov 22 2005 Simon Bellwood <simonb at thoughtpolice.co.uk> - 1.40-2
- Spec file cleanup.

* Sat Nov 12 2005 Simon Bellwood <simonb at thoughtpolice.co.uk> - 1.40-1
- Initial build for Fedora Extras.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fdupes/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Nov 2005 19:23:33 -0000	1.1
+++ .cvsignore	28 Nov 2005 19:24:20 -0000	1.2
@@ -0,0 +1 @@
+fdupes-1.40.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fdupes/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Nov 2005 19:23:33 -0000	1.1
+++ sources	28 Nov 2005 19:24:20 -0000	1.2
@@ -0,0 +1 @@
+11de9ab4466089b6acbb62816b30b189  fdupes-1.40.tar.gz




More information about the fedora-extras-commits mailing list