]> git.pld-linux.org Git - packages/KeePassX.git/commitdiff
- Initial release.
authorspeedo <speedo@pld-linux.org>
Mon, 14 Aug 2006 21:22:10 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    KeePassX.spec -> 1.1

KeePassX.spec [new file with mode: 0644]

diff --git a/KeePassX.spec b/KeePassX.spec
new file mode 100644 (file)
index 0000000..7af73ed
--- /dev/null
@@ -0,0 +1,69 @@
+
+# NFY
+# - qt-designer 4.0 required
+# - Qt Modules: QtCore, QtGui, QtXml
+
+Summary:       KeePassX - Cross Platform Password Manager
+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
+# Source0-md5: 
+URL:           http://keepassx.berlios.de
+BuildRequires: rpmbuild(macros) >= 1.230
+BuildRequires:  qt-designer
+BuildRequires:  qt-devel
+BuildRequires:  qt
+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).
+
+%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. 
+
+%prep
+%setup -q -n keepassx-%{version} 
+
+%build
+qmake PREFIX=$RPM_BUILD_ROOT/usr/local
+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}
+
+%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
This page took 0.073221 seconds and 5 git commands to generate.