Changeset 1138
- Timestamp:
- May 10, 2017, 5:25:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/s3cmd.spec
r430 r1138 1 1 2 2 %define name s3cmd 3 %define version 1. 1.0.beta34 %define unmangled_version 1. 1.0.beta35 %define release 63 %define version 1.6.1 4 %define unmangled_version 1.6.1 5 %define release 1 6 6 7 7 Summary: Command line tool for managing Amazon S3 and CloudFront services 8 8 Name: %{name} 9 9 Version: %{version} 10 Release: %{release} 10 Release: %{release}%{?dist} 11 11 Source0: %{name}-%{unmangled_version}.tar.gz 12 12 Source1: python-wrapper.zip … … 16 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot 17 17 Prefix: %{_prefix} 18 BuildArch: noarch19 18 Vendor: Michal Ludvig <michal@logix.cz> 20 19 Url: http://s3tools.org … … 37 36 38 37 39 %package debug 40 Summary: HLL debug data for exception handling support. 41 42 %description debug 43 HLL debug data for exception handling support. 38 %debug_package 44 39 45 40 … … 51 46 52 47 %install 53 python setup.py install --root=$RPM_BUILD_ROOT --prefix %{_prefix} --record=INSTALLED_FILES 48 S3CMD_PACKAGING=Yes python setup.py install --root=$RPM_BUILD_ROOT --prefix %{_prefix} --record=INSTALLED_FILES 49 install -d $RPM_BUILD_ROOT%{_mandir}/man1 50 install -m 644 s3cmd.1 $RPM_BUILD_ROOT%{_mandir}/man1 51 54 52 #build exe wrapper 55 53 gcc -g -Zomf %optflags -DPYTHON_EXE=\"python%{python_version}.exe\" -o $RPM_BUILD_ROOT/%{_bindir}/%{name}.exe exec-py.c … … 61 59 %defattr(-,root,root) 62 60 %{_bindir}/*.exe 63 64 %files debug 65 %defattr(-,root,root) 66 %{_bindir}/*.dbg 61 %{_mandir}/man1/s3cmd.1* 62 %doc NEWS README.md 67 63 68 64 %changelog 65 * Wed May 10 2017 yd <yd@os2power.com> 1.6.1-1 66 - update source code to 1.6.1 67 69 68 * Wed Jun 18 2014 yd 70 69 - rebuild to fix for http://trac.netlabs.org/rpm/ticket/77
Note:
See TracChangeset
for help on using the changeset viewer.