]> git.pld-linux.org Git - packages/gputils.git/commitdiff
- ver. 1.2.0
authorwrobell <wrobell@pld-linux.org>
Tue, 30 Jul 2013 17:05:28 +0000 (18:05 +0100)
committerwrobell <wrobell@pld-linux.org>
Tue, 30 Jul 2013 17:05:28 +0000 (18:05 +0100)
gputils.spec

index a5c8044e111396f0ed6fa86dc88790dc79668c56..ad9a2eadbceaca230c3b1e37f355450439f16fc8 100644 (file)
@@ -1,12 +1,12 @@
 
 Summary:       Tools for the Microchip (TM) PIC microcontrollers
 Name:          gputils
-Version:       0.13.6
+Version:       1.2.0
 Release:       1
 License:       GPL v2
 Group:         Applications
 Source0:       http://dl.sourceforge.net/gputils/%{name}-%{version}.tar.gz
-# Source0-md5: a95744578c6f7d616235434be1dc3603
+# Source0-md5: 4332391ce058c636d6c15d05d4cecd86
 URL:           http://gputils.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,12 +26,14 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -r $RPM_BUILD_ROOT%{_docdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README TODO doc/html-help
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*.1*
 %{_datadir}/%{name}
This page took 0.084683 seconds and 4 git commands to generate.