Author: wrobell Date: Sun Nov 2 17:45:36 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - based on template
---- Files affected: SPECS: gputils.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gputils.spec diff -u /dev/null SPECS/gputils.spec:1.1 --- /dev/null Sun Nov 2 18:45:36 2008 +++ SPECS/gputils.spec Sun Nov 2 18:45:30 2008 @@ -0,0 +1,48 @@ +# $Revision$, $Date$ + +Summary: Tools for the Microchip (TM) PIC microcontrollers +Name: gputils +Version: 0.13.6 +Release: 1 +License: GPL v2 +Group: Applications +Source0: http://dl.sourceforge.net/gputils/%{name}-%{version}.tar.gz +# Source0-md5: a95744578c6f7d616235434be1dc3603 +URL: http://gputils.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Tools for the Microchip (TM) PIC microcontrollers. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/*.1* +%{_datadir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/11/02 17:45:30 wrobell +- based on template + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
