Author: mmahut
Update of /cvs/pkgs/rpms/nexcontrol/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7982/devel
Modified Files: .cvsignore sources Added Files: nexcontrol.spec Log Message: Initial import
--- NEW FILE nexcontrol.spec --- Name: nexcontrol Version: 0.2 Release: 1%{?dist} Summary: Software to control your Celestron NexStar Telescope
License: GPLv2+ Group: Applications/Communications URL: http://www.mybrainhurts.com/projects/nexcontrol/ Source0: http://www.mybrainhurts.com/projects/nexcontrol/%%7Bname%7D.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch
%description NexControl is a perl code to interface with the NexStar series of scopes from Celestron.
%prep %setup -q
%build
%install rm -rf $RPM_BUILD_ROOT install -Dpm 755 nexcontrol.pl $RPM_BUILD_ROOT%{_bindir}/nexcontrol
%clean rm -rf $RPM_BUILD_ROOT
%files %defattr(-,root,root,-) %doc LICENSE README %{_bindir}/nexcontrol
%changelog * Mon Dec 31 2007 Marek Mahut mmahut@fedoraproject.org - 0.2-1 - Initial release.
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/nexcontrol/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2007 18:06:35 -0000 1.1 +++ .cvsignore 31 Dec 2007 22:41:16 -0000 1.2 @@ -0,0 +1 @@ +nexcontrol.tar.gz
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/nexcontrol/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2007 18:06:35 -0000 1.1 +++ sources 31 Dec 2007 22:41:16 -0000 1.2 @@ -0,0 +1 @@ +7eba08240de22d2baf794b00d9731440 nexcontrol.tar.gz
scm-commits@lists.fedoraproject.org