Browse Source

2015-02-07 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* keepassx, seahorse: changed Group
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9334 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
4bf95b9aa1
2 changed files with 24 additions and 21 deletions
  1. 19 19
      k/keepassx/keepassx-vl.spec
  2. 5 2
      s/seahorse/seahorse-vl.spec

+ 19 - 19
k/keepassx/keepassx-vl.spec

@@ -1,18 +1,23 @@
 %define	ver 0.4.3
-%define rel 1
+%define rel 2
 
 Name:           keepassx
 Version:        %{ver}
 Release:        %{rel}%{_dist_release}
 Summary:        Cross-platform password manager
 Summary(ja):	クロスプラットフォーム パスワードマネージャー
-Group:          User Interface/Desktops
+Group:          Applications/Accessories
 License:        GPLv2+
 URL:            http://www.keepassx.org/
 Source0:        http://download.sf.net/keepassx/keepassx-%{version}.tar.gz
 Patch1:         keepassx-0.3.3-gcc43.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
 
 Vendor: Project Vine
@@ -20,21 +25,12 @@ Distribution: Vine Linux
 Packager: iwaim
 
 %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.
-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
 %setup -q
@@ -59,7 +55,7 @@ rm -f %{buildroot}%{_datadir}/pixmaps/keepassx.xpm
 # Menu
 sed -i -e 's/^Exec=keepassx$/Exec=keepassx %f/g' \
         %{buildroot}%{_datadir}/applications/%{name}.desktop
-desktop-file-install  --vendor vine\
+desktop-file-install \
         --dir %{buildroot}%{_datadir}/applications \
         --delete-original \
         --add-mime-type application/x-keepass \
@@ -80,7 +76,7 @@ install -D -m 644 -p x-keepass.desktop \
 
 %check
 make check
-%{_bindir}/desktop-file-validate %{buildroot}%{_datadir}/applications/vine-%{name}.desktop
+%{_bindir}/desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -120,6 +116,10 @@ fi
 %{_datadir}/icons/hicolor/*/apps/keepassx.png
 
 %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
 - initial build for Vine Linux
 

+ 5 - 2
s/seahorse/seahorse-vl.spec

@@ -2,9 +2,9 @@ Summary:	A GNOME3 frontend for GnuPG
 Summary(ja):	GnuPG の GNOME3 フロントエンド
 Name:		seahorse
 Version:	3.14.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPL
-Group:		User Interface/Desktops
+Group:		Applications/Accessories
 URL:		http://seahorse.sourceforge.net/
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.14/%{name}-%{version}.tar.xz
 
@@ -104,6 +104,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sat Feb  7 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.14.0-2
+- moved to Applications/Accessories Group
+
 * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
 - new upstream release