-
Notifications
You must be signed in to change notification settings - Fork 2
/
lcg-infosites.spec
52 lines (44 loc) · 1.38 KB
/
lcg-infosites.spec
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Name: lcg-infosites
Version: 3.2.0
Release: 1%{?dist}
Summary: Command line tool for the WLCG information system
Group: Applications/Internet
License: ASL 2.0
URL: https://github.com/EGI-Federation/lcg-infosites
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rsync
BuildRequires: make
Requires: perl-LDAP
%description
lcg-infosites is a simple command line tool in Perl for the grid information
system
%prep
%setup -q
%build
# Nothing to build
%install
rm -rf %{buildroot}
make install prefix=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/lcg-infosites
%{_mandir}/man1/lcg-infosites.*
%doc AUTHORS.md README.md
%license COPYRIGHT LICENSE.txt
%doc %{_docdir}/%{name}-%{version}/README.md
%doc %{_docdir}/%{name}-%{version}/AUTHORS.md
%license %{_datadir}/licenses/%{name}-%{version}/COPYRIGHT
%license %{_datadir}/licenses/%{name}-%{version}/LICENSE.txt
%changelog
* Thu May 30 2024 Baptiste Grenier <[email protected]> - 3.2.0
- Lint PERL. (#13) (Baptiste Grenier)
- Lint files. (#12) (Baptiste Grenier)
- Add community files and GitHub actions. Target CentOS 7, AlmaLinux 8 and 9. (#7) (Baptiste Grenier)
- Add missing EL9 dependency. (#6) (Adam Boutcher)
* Thu Apr 26 2012 Laurence Field <[email protected]> - 3.1.0
- Improved the spec file for EPEL compliance
- FHS compliant