From a4594fc67fee6484e4fae8b0418ef767a68e6da4 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 10 Aug 2013 08:00:33 +0200 Subject: [PATCH] - pl, package fr man pages --- gputils.spec | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/gputils.spec b/gputils.spec index ad9a2ea..3330a5f 100644 --- a/gputils.spec +++ b/gputils.spec @@ -1,17 +1,21 @@ - Summary: Tools for the Microchip (TM) PIC microcontrollers +Summary(pl.UTF-8): Narzędzia dla mikrokontrolerów PIC Microchip(TM) Name: gputils Version: 1.2.0 Release: 1 -License: GPL v2 -Group: Applications -Source0: http://dl.sourceforge.net/gputils/%{name}-%{version}.tar.gz +License: GPL v2+ +Group: Applications/System +Source0: http://downloads.sourceforge.net/gputils/%{name}-%{version}.tar.gz # Source0-md5: 4332391ce058c636d6c15d05d4cecd86 URL: http://gputils.sourceforge.net/ +BuildRequires: flex >= 2.5.4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Tools for the Microchip (TM) PIC microcontrollers. +Tools for the Microchip(TM) PIC microcontrollers. + +%description -l pl.UTF-8 +Narzędzia dla mikrokontrolerów PIC Microchip(TM). %prep %setup -q @@ -26,7 +30,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -r $RPM_BUILD_ROOT%{_docdir} +%{__rm} -r $RPM_BUILD_ROOT%{_docdir} %clean rm -rf $RPM_BUILD_ROOT @@ -34,6 +38,27 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO doc/html-help -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man1/*.1* +%attr(755,root,root) %{_bindir}/gpasm +%attr(755,root,root) %{_bindir}/gpdasm +%attr(755,root,root) %{_bindir}/gplib +%attr(755,root,root) %{_bindir}/gplink +%attr(755,root,root) %{_bindir}/gpstrip +%attr(755,root,root) %{_bindir}/gpvc +%attr(755,root,root) %{_bindir}/gpvo %{_datadir}/%{name} +%{_mandir}/man1/gpasm.1* +%{_mandir}/man1/gpdasm.1* +%{_mandir}/man1/gplib.1* +%{_mandir}/man1/gplink.1* +%{_mandir}/man1/gpstrip.1* +%{_mandir}/man1/gputils.1* +%{_mandir}/man1/gpvc.1* +%{_mandir}/man1/gpvo.1* +%{_mandir}/fr/man1/gpasm.1* +%{_mandir}/fr/man1/gpdasm.1* +%{_mandir}/fr/man1/gplib.1* +%{_mandir}/fr/man1/gplink.1* +%{_mandir}/fr/man1/gpstrip.1* +%{_mandir}/fr/man1/gputils.1* +%{_mandir}/fr/man1/gpvc.1* +%{_mandir}/fr/man1/gpvo.1* -- 2.44.0