rpms/starplot-yale5/F-7 starplot-yale5.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Thu Dec 27 02:47:49 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/starplot-yale5/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19548/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	starplot-yale5.spec 
Log Message:
Initial import into F-7.
 
 Modified Files:
 	F-7/.cvsignore F-7/sources 
 Added Files:
 	F-7/starplot-yale5.spec 



--- NEW FILE starplot-yale5.spec ---
%define _dataset yale5

Summary:	Stellar data set for use by the StarPlot tool
Name:		starplot-%{_dataset}
Version:	0.95
Release:	2%{?dist}
License:	Redistributable, no modification permitted
Group:		Applications/Engineering
URL:		http://starplot.org/
Source0:	http://starplot.org/data/%{_dataset}-%{version}.tar.gz

BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

Requires:	starplot >= %{version}
Requires(post):	starplot >= %{version}

BuildArch:	noarch

%description
Stellar data set for use by the StarPlot tool from the [Yale] Bright Star
Catalog, 5th Rev. Ed. (preliminary), Hoffleit and Warren, 1991. The data set
was obtained from the archives of the Astronomical Data Center (ADC) at NASA
Goddard Space Flight Center.

%prep
%setup -q -n %{_dataset}-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/starplot/%{_dataset}/orig-data

install -p -m644 %{_dataset}.spec \
  $RPM_BUILD_ROOT%{_datadir}/starplot/%{_dataset}
install -p -m644 orig-data/catalog.dat \
  $RPM_BUILD_ROOT%{_datadir}/starplot/%{_dataset}/orig-data
install -p -m644 orig-data/notes.dat \
  $RPM_BUILD_ROOT%{_datadir}/starplot/%{_dataset}/orig-data
install -p -m644 orig-data/ReadMe \
  $RPM_BUILD_ROOT%{_datadir}/starplot/%{_dataset}/orig-data

touch $RPM_BUILD_ROOT%{_datadir}/starplot/%{_dataset}.stars

%clean
rm -rf $RPM_BUILD_ROOT

%post
starpkg --dataset %{_datadir}/starplot/%{_dataset} --dest %{_datadir}/starplot

%files
%defattr(-,root,root,-)
%doc Changelog
%doc COPYING
%doc README
%ghost %{_datadir}/starplot/%{_dataset}.stars

%dir %{_datadir}/starplot/%{_dataset}
%{_datadir}/starplot/%{_dataset}/%{_dataset}.spec
%{_datadir}/starplot/%{_dataset}/orig-data

%changelog
* Tue Dec 25 2007 Parag Nemade <paragn at fedoraproject.org> - 0.95-2
- Fixed installation error with --excludedocs.

* Sun Dec 16 2007 Debarshi Ray <rishi at fedoraproject.org> - 0.95-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/starplot-yale5/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Dec 2007 16:06:27 -0000	1.1
+++ .cvsignore	27 Dec 2007 02:47:11 -0000	1.2
@@ -0,0 +1 @@
+yale5-0.95.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/starplot-yale5/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Dec 2007 16:06:27 -0000	1.1
+++ sources	27 Dec 2007 02:47:11 -0000	1.2
@@ -0,0 +1 @@
+6a5c7f633db97c2ca20e492bab3107d3  yale5-0.95.tar.gz




More information about the fedora-extras-commits mailing list