]> git.pld-linux.org Git - packages/gputils.git/commitdiff
- pl, package fr man pages auto/th/gputils-1.2.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Aug 2013 06:00:33 +0000 (08:00 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Aug 2013 06:00:33 +0000 (08:00 +0200)
gputils.spec

index ad9a2eadbceaca230c3b1e37f355450439f16fc8..3330a5f9f44e1ac10763c69566160e01f2bb6815 100644 (file)
@@ -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*
This page took 0.086023 seconds and 4 git commands to generate.