Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52cf2c3007 | ||
|
|
175395aeb7 |
3 changed files with 22 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ xca-0.8.1.tar.gz
|
|||
/xca-1.1.0.tar.gz
|
||||
/xca-1.3.2.tar.gz
|
||||
/xca-1.4.0.tar.gz
|
||||
/xca-1.4.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xca-1.4.0.tar.gz) = b220adc7551cf853037c4f5ef0cdd8eef1dda44d0fde634cfde35605396b988452bdbc97a60459911f663d6d6977d426f27f47a46a482d1a30331ac06862c1c9
|
||||
SHA512 (xca-1.4.1.tar.gz) = 8294669c4887ba7a9060c3c2c06014b8a1807898569842ed61c066e8a864de014fba51a2ff867b579048083fdd4934cc7f97c92268de4944bf4aafea9c2e7b42
|
||||
|
|
|
|||
30
xca.spec
30
xca.spec
|
|
@ -1,11 +1,14 @@
|
|||
%global gitproject0 xca
|
||||
%global gitowner0 chris2511
|
||||
|
||||
Summary: Graphical X.509 certificate management tool
|
||||
Name: xca
|
||||
Version: 1.4.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.4.1
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Productivity
|
||||
URL: https://sourceforge.net/projects/xca/
|
||||
Source0: http://downloads.sourceforge.net/sourceforge/xca/%{version}/%{name}-%{version}.tar.gz
|
||||
URL: https://hohnstaedt.de/xca/
|
||||
Source0: https://github.com/%{gitowner0}/%{gitproject0}/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: qt5-devel openssl-devel
|
||||
BuildRequires: xdg-utils
|
||||
BuildRequires: ImageMagick
|
||||
|
|
@ -40,8 +43,7 @@ format, portable across operating systems.
|
|||
%build
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%configure CXXFLAGS="${RPM_OPT_FLAGS} \
|
||||
-DXCA_DEFAULT_QT_TRANSLATE=\"\\\"%{_datadir}/qt4/translations\\\"\"" \
|
||||
%configure CXXFLAGS="${RPM_OPT_FLAGS}" \
|
||||
STRIP=: \
|
||||
LIBS="-Wl,-as-needed"
|
||||
make %{?_smp_mflags}
|
||||
|
|
@ -107,7 +109,6 @@ rm -rf "${RPM_BUILD_ROOT}%{_docdir}/xca"
|
|||
%files -f langfiles
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%defattr(-, root, root, -)
|
||||
%doc AUTHORS COPYRIGHT
|
||||
%doc doc/*.html
|
||||
%{_bindir}/*
|
||||
|
|
@ -124,11 +125,20 @@ rm -rf "${RPM_BUILD_ROOT}%{_docdir}/xca"
|
|||
|
||||
#-------------------------------------------------------------------------------
|
||||
%changelog
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
* Wed Apr 18 2018 Patrick Monnerat <patrick@monnerat.net> 1.4.1-1
|
||||
- New upstream release.
|
||||
- New URL and source location.
|
||||
Fixes BZ #1568760.
|
||||
|
||||
* Wed Mar 7 2018 Patrick Monnerat <patrick@monnerat.net> 1.4.0-3
|
||||
- "Modernize" spec file.
|
||||
- BR gcc-g++.
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
* Mon Jan 22 2018 Patrick Monnerat <patrick@monnerat.net> 1.4.0-1
|
||||
- New upstream release 1.4.0.
|
||||
- Use qt5.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue