[packages/gputils] - pl, package fr man pages
qboosh
qboosh at pld-linux.org
Sat Aug 10 08:01:10 CEST 2013
commit a4594fc67fee6484e4fae8b0418ef767a68e6da4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Aug 10 08:00:33 2013 +0200
- 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*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gputils.git/commitdiff/a4594fc67fee6484e4fae8b0418ef767a68e6da4
More information about the pld-cvs-commit
mailing list