summaryrefslogtreecommitdiffstats
path: root/SPECS/mdtmftp.spec
blob: 785d9abfe03dc3921750381c12840cc0250df62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Name:           mdtmftp
Version:        1.1.1
Release:        1%{?dist}
Summary:        An implementation of high peroformance FTP using MDTM middleware 

License:        GPL
URL:            https://mdtm.fnal.gov
Source0:        %{url}/dist/mdtm/%{name}-%{version}-%{release}.tar.gz

BuildRequires:  
Requires:       

%description


%prep
%autosetup


%build
%configure
%make_build


%install
rm -rf $RPM_BUILD_ROOT
%make_install


%files
%license add-license-file-here
%doc add-docs-here



%changelog
* Wed Jun 23 2021 K. de Jong <keesdejong@fedoraproject.org>
-