General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

freedup spec file : Dries RPM Repository

Back to the freedup rpms

Current spec in pydar2:


# $Id: freedup.spec 5986 2007-11-13 10:12:35Z dag $
# Authority: dag

Summary: Reclaim space on your drive
Name: freedup
%define real_version 1.0-5
Version: 1.0.5
Release: 3
License: GPL
Group: Applications/File
URL: http://software.neuper.de/freedup/

Source: http://software.neuper.de/freedup/freedup-%{real_version}-src.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Freedup links identical files to save space. Freedup walks through
one or more file system trees and hardlinks files if the belong to
the same device and symlinks them in case the devices differ and
absolute paths are given.

For files that are generally read from and not written to, this
provides significant space savings particularly to multimedia
content.

%prep
%setup -n %{name}-1.0

%build
%{__make} %{?_smp_mflags} freedup

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 freedup %{buildroot}%{_bindir}/freedup
%{__install} -Dp -m0644 freedup.1 %{buildroot}%{_mandir}/man1/freedup.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc ChangeLog COPYING copyright README* TODO html/
%doc %{_mandir}/man1/freedup.1*
%{_bindir}/freedup

%changelog
* Sun Nov 11 2007 Dag Wieers  - 1.0.5-3
- Fix group tag. (really!)

* Sun Nov 11 2007 Dag Wieers  - 1.0.5-2
- Fix group tag.

* Sat Nov 10 2007 Dag Wieers  - 1.0.5-1
- Updated to release 1.0.5.

* Thu Nov 08 2007 Dag Wieers  - 1.0.4-1
- Updated to release 1.0-4.

* Sat Nov 03 2007 Dag Wieers  - 1.0.3-1
- Initial package. (using DAR)