translation update
This commit is contained in:
parent
ae60303c3a
commit
9f7a3c1366
34
sos.spec
34
sos.spec
@ -3,16 +3,19 @@
|
|||||||
Summary: A set of tools to gather troubleshooting information from a system
|
Summary: A set of tools to gather troubleshooting information from a system
|
||||||
Name: sos
|
Name: sos
|
||||||
Version: 1.9
|
Version: 1.9
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Url: http://fedorahosted.org/sos
|
Url: http://fedorahosted.org/sos
|
||||||
BuildRequires: python-devel, python-setuptools
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: gettext
|
||||||
Requires: libxml2-python
|
Requires: libxml2-python
|
||||||
Requires: tar, bzip2, xz
|
Requires: tar
|
||||||
|
Requires: bzip2
|
||||||
|
Requires: xz
|
||||||
Provides: sysreport = 1.4.3-13
|
Provides: sysreport = 1.4.3-13
|
||||||
Obsoletes: sysreport
|
Obsoletes: sysreport
|
||||||
|
|
||||||
@ -26,34 +29,33 @@ support technicians and developers.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
install -D -m644 gpgkeys/rhsupport.pub ${RPM_BUILD_ROOT}/%{_datadir}/%{name}/rhsupport.pub
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||||
install -D -m644 extras/sysreport/sysreport.legacy ${RPM_BUILD_ROOT}/%{_datadir}/%{name}/sysreport
|
%find_lang %{name} || echo 0
|
||||||
%{__python} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT}
|
|
||||||
ln -s /usr/sbin/sosreport ${RPM_BUILD_ROOT}/usr/sbin/sysreport
|
|
||||||
%find_lang %{name}
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/rh-upload
|
|
||||||
%{_sbindir}/sosreport
|
%{_sbindir}/sosreport
|
||||||
%{_sbindir}/sysreport
|
|
||||||
%{_sbindir}/sysreport.legacy
|
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/sysreport
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%{_mandir}/man1/sosreport.1.gz
|
%{_mandir}/man1/*
|
||||||
%doc README README.rh-upload TODO LICENSE ChangeLog docs/*
|
%doc README README.rh-upload TODO LICENSE ChangeLog doc/*
|
||||||
%config(noreplace) %{_sysconfdir}/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 17 2010 Adam Stokes <ajs at redhat dot com> = 1.9-1
|
* Fri Mar 26 2010 Adam Stokes <ajs at redhat dot com> = 1.9-3
|
||||||
|
- fix setup.py to autocompile translations and man pages
|
||||||
|
|
||||||
|
* Fri Mar 19 2010 Adam Stokes <ajs at redhat dot com> = 1.9-2
|
||||||
|
- updated translations
|
||||||
|
|
||||||
|
* Thu Mar 04 2010 Adam Stokes <ajs at redhat dot com> = 1.9-1
|
||||||
- version bump 1.9
|
- version bump 1.9
|
||||||
- replaced compression utility with xz
|
- replaced compression utility with xz
|
||||||
- strip threading/multiprocessing
|
- strip threading/multiprocessing
|
||||||
|
Loading…
Reference in New Issue
Block a user