|
@@ -1,18 +1,23 @@
|
|
%define ver 0.4.3
|
|
%define ver 0.4.3
|
|
-%define rel 1
|
|
|
|
|
|
+%define rel 2
|
|
|
|
|
|
Name: keepassx
|
|
Name: keepassx
|
|
Version: %{ver}
|
|
Version: %{ver}
|
|
Release: %{rel}%{_dist_release}
|
|
Release: %{rel}%{_dist_release}
|
|
Summary: Cross-platform password manager
|
|
Summary: Cross-platform password manager
|
|
Summary(ja): クロスプラットフォーム パスワードマネージャー
|
|
Summary(ja): クロスプラットフォーム パスワードマネージャー
|
|
-Group: User Interface/Desktops
|
|
|
|
|
|
+Group: Applications/Accessories
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
URL: http://www.keepassx.org/
|
|
URL: http://www.keepassx.org/
|
|
Source0: http://download.sf.net/keepassx/keepassx-%{version}.tar.gz
|
|
Source0: http://download.sf.net/keepassx/keepassx-%{version}.tar.gz
|
|
Patch1: keepassx-0.3.3-gcc43.patch
|
|
Patch1: keepassx-0.3.3-gcc43.patch
|
|
Patch2: keepassx-0.4.3-gcc47.patch
|
|
Patch2: keepassx-0.4.3-gcc47.patch
|
|
-BuildRequires: qt4-devel > 4.1, libXtst-devel, ImageMagick, desktop-file-utils
|
|
|
|
|
|
+
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: qt4-devel > 4.1
|
|
|
|
+BuildRequires: libXtst-devel
|
|
|
|
+BuildRequires: ImageMagick
|
|
|
|
+BuildRequires: desktop-file-utils
|
|
Requires: hicolor-icon-theme
|
|
Requires: hicolor-icon-theme
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -20,21 +25,12 @@ Distribution: Vine Linux
|
|
Packager: iwaim
|
|
Packager: iwaim
|
|
|
|
|
|
%description
|
|
%description
|
|
-KeePassX is an application for people with extremly high demands on secure
|
|
|
|
-personal data management.
|
|
|
|
-KeePassX saves many different information e.g. user names, passwords, urls,
|
|
|
|
-attachemts and comments in one single database. For a better management
|
|
|
|
-user-defined titles and icons can be specified for each single entry.
|
|
|
|
|
|
+KeePassX is an application for people with extremly high demands on secure personal data management.
|
|
|
|
+KeePassX saves many different information e.g. user names, passwords, urls, attachemts and comments in one single database. For a better management user-defined titles and icons can be specified for each single entry.
|
|
Furthermore the entries are sorted in groups, which are customizable as well.
|
|
Furthermore the entries are sorted in groups, which are customizable as well.
|
|
-The integrated search function allows to search in a single group or the
|
|
|
|
-complete database.
|
|
|
|
-KeePassX offers a little utility for secure password generation. The password
|
|
|
|
-generator is very customizable, fast and easy to use. Especially someone who
|
|
|
|
-generates passwords frequently will appreciate this feature.
|
|
|
|
-The complete database is always encrypted either with AES (alias Rijndael) or
|
|
|
|
-Twofish encryption algorithm using a 256 bit key. Therefore the saved
|
|
|
|
-information can be considered as quite safe. KeePassX uses a database format
|
|
|
|
-that is compatible with KeePass Password Safe for MS Windows.
|
|
|
|
|
|
+The integrated search function allows to search in a single group or the complete database.
|
|
|
|
+KeePassX offers a little utility for secure password generation. The password generator is very customizable, fast and easy to use. Especially someone who generates passwords frequently will appreciate this feature.
|
|
|
|
+The complete database is always encrypted either with AES (alias Rijndael) or Twofish encryption algorithm using a 256 bit key. Therefore the saved information can be considered as quite safe. KeePassX uses a database format that is compatible with KeePass Password Safe for MS Windows.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
@@ -59,7 +55,7 @@ rm -f %{buildroot}%{_datadir}/pixmaps/keepassx.xpm
|
|
# Menu
|
|
# Menu
|
|
sed -i -e 's/^Exec=keepassx$/Exec=keepassx %f/g' \
|
|
sed -i -e 's/^Exec=keepassx$/Exec=keepassx %f/g' \
|
|
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
-desktop-file-install --vendor vine\
|
|
|
|
|
|
+desktop-file-install \
|
|
--dir %{buildroot}%{_datadir}/applications \
|
|
--dir %{buildroot}%{_datadir}/applications \
|
|
--delete-original \
|
|
--delete-original \
|
|
--add-mime-type application/x-keepass \
|
|
--add-mime-type application/x-keepass \
|
|
@@ -80,7 +76,7 @@ install -D -m 644 -p x-keepass.desktop \
|
|
|
|
|
|
%check
|
|
%check
|
|
make check
|
|
make check
|
|
-%{_bindir}/desktop-file-validate %{buildroot}%{_datadir}/applications/vine-%{name}.desktop
|
|
|
|
|
|
+%{_bindir}/desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
%post
|
|
%post
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
@@ -120,6 +116,10 @@ fi
|
|
%{_datadir}/icons/hicolor/*/apps/keepassx.png
|
|
%{_datadir}/icons/hicolor/*/apps/keepassx.png
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Feb 7 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.4.3-2
|
|
|
|
+- rebuilt on current VineSeed
|
|
|
|
+- moved to Applications/Accessories Group
|
|
|
|
+
|
|
* Wed Dec 19 2012 IWAI, Masaharu <iwai@alib.jp> 0.4.3-1
|
|
* Wed Dec 19 2012 IWAI, Masaharu <iwai@alib.jp> 0.4.3-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|