This commit is contained in:
commit
a91f2b0265
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
freedup-1.4-4-src.tar.bz2
Normal file
3
freedup-1.4-4-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4d960350ce56ea1c758f9e65c8b161babcf1ff68e2a926007e3a82194b9f0c6
|
||||||
|
size 167109
|
5
freedup.changes
Normal file
5
freedup.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 29 10:07:42 CET 2008 - mskibbe@suse.de
|
||||||
|
|
||||||
|
- create package
|
||||||
|
|
66
freedup.spec
Normal file
66
freedup.spec
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
#
|
||||||
|
# spec file for package rsnapshot (Version 1.3.0)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
%define mainversion 1.4
|
||||||
|
%define subversion 4
|
||||||
|
Name: freedup
|
||||||
|
URL: http://freedup.org/
|
||||||
|
License: GNU General Public License (GPL)
|
||||||
|
Group: Productivity/Archiving/Backup
|
||||||
|
Version: %{mainversion}.%{subversion}
|
||||||
|
Release: 0
|
||||||
|
Summary: Links substantially identical, duplicate files to save file system space.
|
||||||
|
Source: %{name}-%{mainversion}-%{subversion}-src.tar.bz2
|
||||||
|
Patch1: %{name}-%{mainversion}-%{subversion}.patch
|
||||||
|
#BuildRequires:
|
||||||
|
#Requires:
|
||||||
|
Autoreqprov: on
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
Freedup eliminates duplicate files by linking them, and thus reduces the amount
|
||||||
|
of used disk space within one or more file systems. By default, hardlinks are
|
||||||
|
used on a single device, symbolic links when the devices differ. A set of
|
||||||
|
options allows you to modify the methods of file comparison, the hash functions,
|
||||||
|
the linking behavior, and the reporting style. You may use batch or interactive
|
||||||
|
mode. Freedup usually only considers identical files, but when comparing audio
|
||||||
|
or graphics files, you may elect to ignore the tags. Multimedia files often are
|
||||||
|
a good target for deduplication.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -n %{name}-%{mainversion}
|
||||||
|
%patch1
|
||||||
|
|
||||||
|
rm %{name}
|
||||||
|
|
||||||
|
%build
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
%makeinstall \
|
||||||
|
PRE=%{buildroot}
|
||||||
|
|
||||||
|
chmod -x %{buildroot}/%{_mandir}/man1/freedup.1.gz
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != "/" ] && [ -d "%{buildroot}" ] && %__rm -rf "%{buildroot}";
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/freedup
|
||||||
|
%{_mandir}/man1/freedup.1.gz
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user