|
发表于 2007-3-6 22:15:09
|
显示全部楼层
另外开始菜单没有翻译成中文:Audacious 音频播放器
现在系统里的包的描述信息都要求翻译成中文,大部分 sejishikong 已经做完,请使用 gb18030 编码,这是为分组安装打基础,例如:
[code:1]
Summary: A program to extract Microsoft Cabinet files
Summary(zh_CN): 用于解压缩微软 Cab 文件的程序
Name: cabextract
Version: 1.2
Release: 2mgc
License: GPL
Group: Applications/Archiving
Group(zh_CN): 应用程序/归档
Source: http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.gz
URL: http://www.kyz.uklinux.net/cabextract.php
Vendor: Stuart Caie
Packager: Stuart Caie <[email protected]>
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
Prefix: %{_prefix}
%description
Cabinet (.CAB) files are a form of archive, which Microsoft use to
distribute their software, and things like Windows Font Packs. The
cabextract program unpacks these files.
%description -l zh_CN
Cabinet (.CAB) 是一种归档形式,微软用它发布自己的软件,以及
诸如 Windows 字体包这类东西。cabextract 程序用来解压缩这些
文件。
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%{__rm} -rf %{_builddir}/%{name}-%{version}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_mandir}/man?/*
%changelog
* Sat Mar 3 2007 kde <athena_star {at} 163 {dot} com> - 1.2-2mgc
- modify the spec file
* Sun Jan 07 2007 Liu Di <[email protected]> - 1.2-1mgc
- rebuild for Magic
* Tue Sep 26 2006 Dries Verachtert <[email protected]> - 1.2-1 #4774
- Updated to release 1.2.
* Mon Oct 18 2004 Matthias Saou <http://freshrpms.net/> 1.1-1
- Update to 1.1.
* Mon Mar 15 2004 Matthias Saou <http://freshrpms.net/> 1.0-1
- Update to 1.0.
* Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 0.6-3
- Rebuild for Fedora Core 1.
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 9.
* Tue Jan 7 2003 Matthias Saou <http://freshrpms.net/>
- Initial RPM release.
[/code:1] |
|