[rcrpanel/f14/master] Commit for f12

John J. McDonough jjmcd at fedoraproject.org
Sun Nov 7 01:12:36 UTC 2010


commit 750049b2968f96444b8931e53136fa0b2174839c
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Sat Nov 6 21:12:22 2010 -0400

    Commit for f12

 .gitignore    |    1 +
 rcrpanel.spec |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..37b3c6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/rcrpanel-3.5.tar.gz
diff --git a/rcrpanel.spec b/rcrpanel.spec
new file mode 100644
index 0000000..de2b315
--- /dev/null
+++ b/rcrpanel.spec
@@ -0,0 +1,61 @@
+Name:           rcrpanel
+Version:        3.5
+Release:        2%{?dist}
+Summary:        Lay out front panel for electronics project
+Group:          Applications/Engineering
+License:        GPLv2+
+URL:            http://qslmaker.mi-nts.org/panel.html
+Source0:        http://qslmaker.mi-nts.org/downloads/rcrpanel-3.5.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+#BuildRequires: 
+#Requires:       
+
+%description
+rcrpanel is an application to lay out a front panel for a radio or similar
+electronics device.  rcrpanel can provide dials for potentiometers or variable
+capacitors as well as lay out cutouts for switches and jacks.  rcrpanel
+accepts a panel description file and produces PostScript output.
+
+%prep
+%setup -q
+
+%build
+#uses make
+make rpmdeps
+
+%install
+install -D -m 0755 rcrpanel $RPM_BUILD_ROOT%{_bindir}/rcrpanel
+install -D -m 0644 rcrpanel.1 $RPM_BUILD_ROOT%{_mandir}/man1/rcrpanel.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc rcrpanel.txt Changelog README COPYING AUTHORS
+%{_bindir}/rcrpanel
+%{_mandir}/man?/rcrpanel*
+
+%changelog
+* Tue Nov  2 2010 John McDonough <jjmcd at fedoraproject.org> - 3.5-2
+- Remove prelim clean of $RPM_BUILD_ROOT per 529387
+- Leaving %clean for now due to build for F12
+
+* Mon Oct 19 2009 John McDonough <jjmcd at fedoraproject.org> - 3.5-1
+- Use source from the web
+- Update README to eliminate references to Dial
+- Include Changelog
+- Reflect GPLV2+ in specfile
+
+* Fri Oct 16 2009 John McDonough <jjmcd at fedoraproject.org> - 3.4-2
+- Rebuild for F11
+
+* Wed Apr 08 2009 John McDonough <jjmcd at fedoraproject.org> - 3.4-1
+- Clean up source to reflect new name
+- Check into RCS so rev updated
+- Add licensing statement
+
+* Wed Apr 08 2009 John McDonough <jjmcd at fedoraproject.org> - 3.2-1
+- First packaging attempt
+
diff --git a/sources b/sources
index e69de29..d2e50c7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5e3f974eafc98ce1a87eab0e0b866242  rcrpanel-3.5.tar.gz


More information about the scm-commits mailing list