Add compiled translation files
Remove rpm spec file git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@251 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
----------------------------
|
||||
0.4.0beta1 ()
|
||||
0.4.0beta1 (2009-01-11)
|
||||
----------------------------
|
||||
- Added pronounceable password generator
|
||||
- Added action "Copy URL to Clipboard"
|
||||
|
||||
55
keepass.spec
55
keepass.spec
@@ -1,55 +0,0 @@
|
||||
Name: keepass
|
||||
Summary: KeePassX Cross Platform Password Manager
|
||||
Version: 0.2.0
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Security
|
||||
Source: keepass-0.2.0.tar.gz
|
||||
|
||||
|
||||
BuildRoot: /home/tarek/Desktop/KeePassX-RPM-Build
|
||||
Packager: Tarek Saidi
|
||||
Distribution: KeePassX
|
||||
Prefix: /usr/local
|
||||
Url: http://keepass.berlios.de
|
||||
|
||||
Vendor: Tarek Saidi
|
||||
|
||||
|
||||
%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).
|
||||
|
||||
%prep
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir $RPM_BUILD_ROOT
|
||||
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
qmake PREFIX=$RPM_BUILD_ROOT%{prefix}
|
||||
make
|
||||
|
||||
%install
|
||||
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_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 -f ../file.list.%{name}
|
||||
|
||||
%defattr(-,root,root,0755)
|
||||
BIN
share/keepassx/i18n/keepassx-cs_CZ.qm
Normal file
BIN
share/keepassx/i18n/keepassx-cs_CZ.qm
Normal file
Binary file not shown.
BIN
share/keepassx/i18n/keepassx-de_DE.qm
Normal file
BIN
share/keepassx/i18n/keepassx-de_DE.qm
Normal file
Binary file not shown.
BIN
share/keepassx/i18n/keepassx-es_ES.qm
Normal file
BIN
share/keepassx/i18n/keepassx-es_ES.qm
Normal file
Binary file not shown.
BIN
share/keepassx/i18n/keepassx-fr_FR.qm
Normal file
BIN
share/keepassx/i18n/keepassx-fr_FR.qm
Normal file
Binary file not shown.
BIN
share/keepassx/i18n/keepassx-gl_ES.qm
Normal file
BIN
share/keepassx/i18n/keepassx-gl_ES.qm
Normal file
Binary file not shown.
BIN
share/keepassx/i18n/keepassx-it_IT.qm
Normal file
BIN
share/keepassx/i18n/keepassx-it_IT.qm
Normal file
Binary file not shown.
BIN
share/keepassx/i18n/keepassx-ja_JP.qm
Normal file
BIN
share/keepassx/i18n/keepassx-ja_JP.qm
Normal file
Binary file not shown.
BIN
share/keepassx/i18n/keepassx-ru_RU.qm
Normal file
BIN
share/keepassx/i18n/keepassx-ru_RU.qm
Normal file
Binary file not shown.
Reference in New Issue
Block a user