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:
sniperbeamer 2009-01-11 00:50:30 +00:00
parent 5aedd1f3e8
commit 92fe9bfdb2
10 changed files with 1 additions and 56 deletions

View File

@ -1,5 +1,5 @@
---------------------------- ----------------------------
0.4.0beta1 () 0.4.0beta1 (2009-01-11)
---------------------------- ----------------------------
- Added pronounceable password generator - Added pronounceable password generator
- Added action "Copy URL to Clipboard" - Added action "Copy URL to Clipboard"

View File

@ -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)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.