-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwmsigner.spec
48 lines (42 loc) · 1.32 KB
/
wmsigner.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Summary: wmsigner module for Webmoney signing data
Name: wmsigner
Version: 2.0.2
Release: 1
Group: Applications/Tools
License: BSD
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
Requires: gcc-c++
%description
wmsigner module for Webmoney signing data
%prep
%setup -q
%build
#./configure --prefix=/usr/local/bin
make
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}
make install prefix=%{buildroot}
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%files
%attr(0755, root, bin) /usr/local/bin/wmsigner
%attr(0755, root, bin) /usr/local/bin/code64
%attr(0644, root, bin) /usr/local/man/man1/wmsigner.1
%attr(0644, root, bin) /usr/share/doc/wmsigner/ChangeLog
%attr(0644, root, bin) /usr/share/doc/wmsigner/INSTALL
%attr(0644, root, bin) /usr/share/doc/wmsigner/README
%attr(0644, root, bin) /usr/share/doc/wmsigner/README.rus
%changelog
* Mon Sep 21 2009 Alexander Oryol <[email protected]> 2.0.2
- update to 2.0.2
* Thu Aug 14 2007 Alexander Oryol <[email protected]> 2.0.1
- update to 2.0.1
* Mon Jul 23 2007 Alexander Oryol <[email protected]> 2.0
- update to 2.0
* Wed Jul 18 2007 Alexander Oryol <[email protected]> 2.0-beta
- update to 2.0beta
* Wed Jul 05 2006 Alexander Oryol <[email protected]> 1.2-1
- update to 1.2
- add ChangeLog, README, README.rus in /usr/share/doc/WMSigner to RPM