%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: globus-simple-ca %global _name %(tr - _ <<< %{name}) Version: 4.24 Release: 1%{?dist} Summary: Globus Toolkit - Simple CA Utility Group: Applications/Internet License: ASL 2.0 URL: http://toolkit.globus.org/ Source: http://toolkit.globus.org/ftppub/gt6/packages/%{_name}-%{version}.tar.gz # README file Source8: GLOBUS-SIMPLECA BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: globus-common-progs >= 15 Requires: openssl # Additional requirements for make check BuildRequires: globus-common-progs >= 15 BuildRequires: openssl BuildRequires: perl(Test::More) %description The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. The %{name} package contains: Simple CA Utility %prep %setup -q -n %{_name}-%{version} %build %configure --disable-static \ --includedir='${prefix}/include/globus' \ --libexecdir='${datadir}/globus' \ --docdir=%{_pkgdocdir} make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} # Install README file install -m 644 -p %{SOURCE8} %{buildroot}%{_pkgdocdir}/README # Remove license file from pkgdocdir if licensedir is used %{?_licensedir: rm %{buildroot}%{_pkgdocdir}/GLOBUS_LICENSE} %check make %{?_smp_mflags} check VERBOSE=1 %clean rm -rf %{buildroot} %files %{_bindir}/grid-ca-create %{_bindir}/grid-ca-package %{_bindir}/grid-ca-sign %doc %{_mandir}/man1/grid-ca-create.1* %doc %{_mandir}/man1/grid-ca-package.1* %doc %{_mandir}/man1/grid-ca-sign.1* %dir %{_pkgdocdir} %doc %{_pkgdocdir}/README %{!?_licensedir: %doc %{_pkgdocdir}/GLOBUS_LICENSE} %{?_licensedir: %license GLOBUS_LICENSE} %changelog * Fri Nov 04 2016 Mattias Ellert - 4.24-1 - GT6 update: Updated man pages * Fri Sep 02 2016 Mattias Ellert - 4.23-1 - GT6 update: Updates for OpenSSL 1.1.0 * Wed Feb 03 2016 Fedora Release Engineering - 4.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Aug 03 2015 Mattias Ellert - 4.22-1 - GT6 update: GT-617: Use 4096-bit RSA key for globus-simple-ca * Wed Jun 17 2015 Fedora Release Engineering - 4.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri May 29 2015 Mattias Ellert - 4.20-1 - GT6 update (increase default key size) * Wed Apr 08 2015 Mattias Ellert - 4.19-1 - GT6 update (Add support for additional DN components) * Fri Jan 23 2015 Mattias Ellert - 4.18-2 - Implement updated license packaging guidelines * Fri Dec 12 2014 Mattias Ellert - 4.18-1 - GT6 update * Thu Nov 13 2014 Mattias Ellert - 4.17-1 - GT6 update * Fri Sep 12 2014 Mattias Ellert - 4.14-1 - Update to Globus Toolkit 6.0 - Drop GPT build system and GPT packaging metadata - Enable checks - Drop patch globus-simple-ca-tmpldir.patch (obsolete) * Sat Jun 07 2014 Fedora Release Engineering - 3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Nov 07 2013 Mattias Ellert - 3.5-1 - Update to Globus Toolkit 5.2.5 - Drop patch globus-simple-ca-echo.patch (fixed upstream) * Sat Aug 03 2013 Fedora Release Engineering - 3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jul 28 2013 Mattias Ellert - 3.2-4 - Implement updated packaging guidelines * Thu May 23 2013 Mattias Ellert - 3.2-3 - Don't use \t in echo * Wed Feb 13 2013 Fedora Release Engineering - 3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Dec 07 2012 Mattias Ellert - 3.2-1 - Update to Globus Toolkit 5.2.3 * Sun Jul 22 2012 Mattias Ellert - 3.1-1 - Update to Globus Toolkit 5.2.2 * Thu Jul 19 2012 Fedora Release Engineering - 3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jan 24 2012 Mattias Ellert - 3.0-2 - Fix broken links in README file * Fri Dec 16 2011 Mattias Ellert - 3.0-1 - Autogenerated