Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15b4747fb8 | ||
|
|
7e45068552 |
7 changed files with 27 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,3 +2,5 @@ xca-0.8.1.tar.gz
|
|||
/xca-0.9.0.tar.gz
|
||||
/README.update
|
||||
/xca-0.9.1.tar.gz
|
||||
/xca-0.9.2.tar.gz
|
||||
/xca-0.9.3.tar.gz
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,2 +0,0 @@
|
|||
MAKEFILE_COMMON = $(HOME)/.fedora/common.mk
|
||||
-include $(MAKEFILE_COMMON)
|
||||
1
lastver
1
lastver
|
|
@ -1 +0,0 @@
|
|||
0.9.0
|
||||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
53926d86ba9fc251b59f0dd154f2e3db xca-0.9.1.tar.gz
|
||||
5e08cf8a93f023b1b3836c203bd0a694 xca-0.9.3.tar.gz
|
||||
113ba37a89fe2de69338fcfe3b773a03 README.update
|
||||
|
|
|
|||
2
verinfo
2
verinfo
|
|
@ -1,2 +0,0 @@
|
|||
http://sourceforge.net/project/showfiles.php?group_id=62274
|
||||
xca-(.*?)\.tar\.
|
||||
12
xca-0.9.3-french.patch
Normal file
12
xca-0.9.3-french.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -Naur xca-0.9.3.orig/lang/fr.po xca-0.9.3.new/lang/fr.po
|
||||
--- xca-0.9.3.orig/lang/fr.po 2012-05-12 11:37:14.000000000 +0200
|
||||
+++ xca-0.9.3.new/lang/fr.po 2012-05-14 14:33:27.386075980 +0200
|
||||
@@ -1883,7 +1883,7 @@
|
||||
|
||||
#: PwDialog#2
|
||||
msgid ""
|
||||
-"The password is parsed as 2-digit hex code. It must have an equal number of "
|
||||
+"The password is parsed as 2-digit hex code. It must have an even number of "
|
||||
"digits (0-9 and a-f)"
|
||||
msgstr ""
|
||||
"Le mot de passe doit être exprimé sous forme d'une suite de chiffres "
|
||||
14
xca.spec
14
xca.spec
|
|
@ -2,14 +2,15 @@
|
|||
|
||||
Summary: Graphical X.509 certificate management tool
|
||||
Name: xca
|
||||
Version: 0.9.1
|
||||
Release: %release_func 2
|
||||
Version: 0.9.3
|
||||
Release: %release_func 1
|
||||
|
||||
License: BSD
|
||||
Group: Applications/Productivity
|
||||
URL: http://www.hohnstaedt.de/xca.html
|
||||
Source0: http://downloads.sourceforge.net/sourceforge/xca/%{name}-%{version}.tar.gz
|
||||
Source1: README.update
|
||||
Patch1: xca-0.9.3-french.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: qt4-devel openssl-devel
|
||||
BuildRequires: xdg-utils
|
||||
|
|
@ -39,6 +40,8 @@ format, portable across operating systems.
|
|||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch1 -p 1 -b .french
|
||||
|
||||
mkdir -p _tmp_root/usr
|
||||
ln -s "/usr/%{_lib}" _tmp_root/usr/lib
|
||||
ln -s "/%{_lib}" _tmp_root/lib
|
||||
|
|
@ -140,6 +143,13 @@ gtk-update-icon-cache "%{_datadir}/icons/hicolor" &> /dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon May 14 2012 Patrick Monnerat <pm@datasphere.ch> 0.9.3-1
|
||||
- New upstream release.
|
||||
|
||||
* Mon May 7 2012 Patrick Monnerat <pm@datasphere.ch> 0.9.2-1
|
||||
- New upstream release.
|
||||
- Patch "french" to update french translation.
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue