]> git.pld-linux.org Git - packages/KeePassX.git/commitdiff
- adapterized
authordomelu <domelu@pld-linux.org>
Tue, 15 Aug 2006 08:47:30 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    KeePassX.spec -> 1.2

KeePassX.spec

index 7af73ed005d0cd800a9483cc0e34c9c4eaa35ba3..a2a2a40a83977b56273fa53d31d277116fbd1924 100644 (file)
@@ -3,41 +3,55 @@
 # - qt-designer 4.0 required
 # - Qt Modules: QtCore, QtGui, QtXml
 
 # - qt-designer 4.0 required
 # - Qt Modules: QtCore, QtGui, QtXml
 
+######         Unknown group!
 Summary:       KeePassX - Cross Platform Password Manager
 Summary:       KeePassX - Cross Platform Password Manager
-Summary(pl):   KeePassX - Wieloplatformowy Manager hase³. 
+Summary(pl):   KeePassX - Wieloplatformowy Manager hase³.
 Name:          KeePassX
 Version:       0.2.2
 Release:       0.1
 License:       GPL
 Group:         Security
 Source0:       http://dl.sourceforge.net/keepassx/%{name}-%{version}.tar.gz
 Name:          KeePassX
 Version:       0.2.2
 Release:       0.1
 License:       GPL
 Group:         Security
 Source0:       http://dl.sourceforge.net/keepassx/%{name}-%{version}.tar.gz
-# Source0-md5: 
+# Source0-md5:
 URL:           http://keepassx.berlios.de
 URL:           http://keepassx.berlios.de
+BuildRequires: qt
+BuildRequires: qt-designer
+BuildRequires: qt-devel
 BuildRequires: rpmbuild(macros) >= 1.230
 BuildRequires: rpmbuild(macros) >= 1.230
-BuildRequires:  qt-designer
-BuildRequires:  qt-devel
-BuildRequires:  qt
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 ExclusiveArch: %{ix86}
 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).
+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
 
 %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 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.
 
 %prep
 
 %prep
-%setup -q -n keepassx-%{version} 
+%setup -q -n keepassx-%{version}
 
 %build
 
 %build
-qmake PREFIX=$RPM_BUILD_ROOT/usr/local
-make
+qmake PREFIX=$RPM_BUILD_ROOT%{_prefix}/local
+%{__make}
 
 
 %INSTALL
 rm -rf $RPM_BUILD_ROOT
 
 
 
 %INSTALL
 rm -rf $RPM_BUILD_ROOT
 
-make install
+%{__make} install
 
 cd $RPM_BUILD_ROOT
 
 
 cd $RPM_BUILD_ROOT
 
@@ -62,8 +76,3 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %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
This page took 0.068993 seconds and 5 git commands to generate.