summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrobell2008-11-02 17:45:30 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit76bdd6e10ea27f70c8fd2bc059adc4fa9109d266 (patch)
treeba7188673cafa571389260739ff34b3e13cdeb52
downloadgputils-76bdd6e10ea27f70c8fd2bc059adc4fa9109d266.zip
gputils-76bdd6e10ea27f70c8fd2bc059adc4fa9109d266.tar.gz
- based on templateauto/th/gputils-0_13_6-1
Changed files: gputils.spec -> 1.1
-rw-r--r--gputils.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/gputils.spec b/gputils.spec
new file mode 100644
index 0000000..a5c8044
--- /dev/null
+++ b/gputils.spec
@@ -0,0 +1,37 @@
+
+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}