Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24e411997a | ||
|
|
87a2a6e991 | ||
|
|
11786213f6 | ||
|
|
d78396521a | ||
|
|
be0937a04b | ||
|
|
fbaad1b224 | ||
|
|
d88ca1bd2b | ||
|
|
7970fc505d | ||
| 0ec8e52167 | |||
|
|
6e94bb1f61 | ||
|
|
eced0a1a14 |
4 changed files with 3 additions and 42 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/sfk-1.7.0.tar.gz
|
||||
/sfk-1.7.1.tar.gz
|
||||
3
dead.package
Normal file
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2016-05-19: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
39
sfk.spec
39
sfk.spec
|
|
@ -1,39 +0,0 @@
|
|||
Name: sfk
|
||||
Version: 1.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The Swiss File Knife File Tree Processor
|
||||
License: BSD
|
||||
URL: http://stahlworks.com/sfk/
|
||||
Source0: http://downloads.sourceforge.net/project/swissfileknife/1-swissfileknife/%{version}/sfk-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
This is the Swiss File Knife (SFK), a command line multi function tool
|
||||
created by StahlWorks Technologies which combines many functions in a single,
|
||||
portable executable that belongs onto every USB stick. Search and convert
|
||||
text files, instant simple FTP/HTTP server, find duplicate files, compare
|
||||
folders, treesize, run own commands on all files of a folder - it's all
|
||||
within a single tool.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%{_bindir}/sfk
|
||||
|
||||
%changelog
|
||||
* Fri Mar 21 2014 Christopher Meng <rpm@cicku.me> - 1.7.1-1
|
||||
- Update to 1.7.1
|
||||
|
||||
* Fri Feb 14 2014 Christopher Meng <rpm@cicku.me> - 1.7.0-1
|
||||
- Update to 1.7.0
|
||||
|
||||
* Fri Dec 09 2011 Christopher Meng <rpm@cicku.me> - 1.6.3-1
|
||||
- Initial Package.
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
af3e1b7c000c9e1c3cc9b717ee1c8975 sfk-1.7.1.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue