]> git.pld-linux.org Git - packages/KeePassX.git/blobdiff - KeePassX.spec
- up to 0.3.4
[packages/KeePassX.git] / KeePassX.spec
index 7af73ed005d0cd800a9483cc0e34c9c4eaa35ba3..eb35e10bde921630fdf1701bf0fd8bbfbb3fbe71 100644 (file)
@@ -1,69 +1,61 @@
-
-# NFY
-# - qt-designer 4.0 required
-# - Qt Modules: QtCore, QtGui, QtXml
-
 Summary:       KeePassX - Cross Platform Password Manager
-Summary(pl):   KeePassX - Wieloplatformowy Manager hase³. 
+Summary(pl.UTF-8):     KeePassX - Wieloplatformowy zarządca haseł
 Name:          KeePassX
-Version:       0.2.2
-Release:       0.1
-License:       GPL
-Group:         Security
+Version:       0.3.4
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/keepassx/%{name}-%{version}.tar.gz
-# Source0-md5: 
-URL:           http://keepassx.berlios.de
+# Source0-md5: 437fee5ff43dd4f0017f4fb51eef8f6f
+URL:           http://keepassx.sourceforge.net/
+BuildRequires: Qt3Support-devel >= 4.0
+BuildRequires: QtGui-devel >= 4.0
+BuildRequires: QtXml-devel >= 4.0
+BuildRequires: qt4-build >= 4.3.3-3
+BuildRequires: qt4-designer >= 4.0
+BuildRequires: qt4-qmake >= 4.3.3-3
 BuildRequires: rpmbuild(macros) >= 1.230
-BuildRequires:  qt-designer
-BuildRequires:  qt-devel
-BuildRequires:  qt
-ExclusiveArch: %{ix86}
+BuildRequires: xorg-lib-libXtst-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-KeePassX is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk. So you only have to remember one single master password or insert the key-disk to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).
-
-%description -l pl
-KeePassX to darmowy/open-scourceowy menad¿er do przetrzymywania hase³, który pozwala na zarz±dzanie has³ami w bardzo bezpieczny sposób. Mo¿esz umie¶ciæ wszystkie swoje has³a w jednej bazie, któa jest zabezpieczona poprzez jedno bardzo trudne has³o albo dysk z kluczem. Musisz wiêc zapamiêtaæ jedno trudne has³o lub umie¶ciæ dysk z kluczem aby odblokowaæ ca³a baze z kluczami. Baza jest zaszyfrowana najlepszymi i najbardziej bezpiecznymi algorytmami szyfrowania jakie sa do tej pory zanane(AES i TwoFish. 
+KeePassX is a free/open-source password manager or safe which helps
+you to manage your passwords in a secure way. You can put all your
+passwords in one database, which is locked with one master key or a
+key-disk. So you only have to remember one single master password or
+insert the key-disk to unlock the whole database. The databases are
+encrypted using the best and most secure encryption algorithms
+currently known (AES and Twofish).
+
+%description -l pl.UTF-8
+KeePassX to darmowy i mający otwarte źródła zarządca do przechowywania
+haseł, który pozwala na zarządzanie hasłami w bardzo bezpieczny
+sposób. Pozwala umieścić wszystkie swoje hasła w jednej bazie, która
+jest zabezpieczona poprzez jedno bardzo trudne hasło albo dysk z
+kluczem. Wystarczy więc zapamiętać jedno trudne hasło lub umieścić
+dysk z kluczem aby odblokować całą bazę z kluczami. Baza jest
+zaszyfrowana najlepszymi i najbardziej bezpiecznymi algorytmami
+szyfrowania jakie są do tej pory znane (AES i TwoFish).
 
 %prep
-%setup -q -n keepassx-%{version} 
+%setup -q -n keepassx-%{version}
 
 %build
-qmake PREFIX=$RPM_BUILD_ROOT/usr/local
-make
-
+qmake-qt4 \
+       PREFIX=$RPM_BUILD_ROOT%{_prefix}
+%{__make}
 
 %INSTALL
 rm -rf $RPM_BUILD_ROOT
 
-make install
-
-cd $RPM_BUILD_ROOT
-
-find . -type d -fprint $RPM_BUILD_DIR/file.list.%{name}.dirs
-find . -type f -fprint $RPM_BUILD_DIR/file.list.%{name}.files.tmp
-sed '/\/man\//s/$/.gz/g' $RPM_BUILD_DIR/file.list.%{name}.files.tmp > $RPM_BUILD_DIR/file.list.%{name}.files
-find . -type l -fprint $RPM_BUILD_DIR/file.list.%{name}.libs
-sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' $RPM_BUILD_DIR/file.list.%{name}.dirs > $RPM_BUILD_DIR/file.list.%{name}
-sed 's,^\.,\%attr(-\,root\,root) ,' $RPM_BUILD_DIR/file.list.%{name}.files >> $RPM_BUILD_DIR/file.list.%{name}
-sed 's,^\.,\%attr(-\,root\,root) ,' $RPM_BUILD_DIR/file.list.%{name}.libs >> $RPM_BUILD_DIR/file.list.%{name}
+%{__make} install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_DIR/file.list.%{name}
-rm -rf $RPM_BUILD_DIR/file.list.%{name}.libs
-rm -rf $RPM_BUILD_DIR/file.list.%{name}.files
-rm -rf $RPM_BUILD_DIR/file.list.%{name}.files.tmp
-rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
-
 
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-
-
-%changelog
-* %{date} PLD Team <feedback@pld-linux.org>
-All persons listed below can be reached at <cvs_login>@pld-linux.org
+%{_desktopdir}/keepassx.desktop
+%{_pixmapsdir}/keepassx.xpm
+%{_datadir}/keepassx
This page took 0.168394 seconds and 5 git commands to generate.