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

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Mon Dec 24 17:10:34 UTC 2007


Author: rishi

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

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



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

Summary:	Stellar data set for use by the StarPlot tool
Name:		starplot-gliese3
Version:	0.95
Release:	2%{?dist}
License:	Redistributable, no modification permitted
Group:		Applications/Engineering
URL:		http://starplot.org/
Source0:	http://starplot.org/data/gliese3-%{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 Third Catalogue of
Nearby Stars (preliminary edition), Gliese and Jahreiss, 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 gliese3-%{version}

# Suppress rpmlint error.
iconv --from-code ISO8859-1 --to-code UTF-8 ./Changelog \
  --output Changelog.utf-8 && mv Changelog.utf-8 ./Changelog
iconv --from-code ISO8859-1 --to-code UTF-8 ./%{_dataset}.spec \
  --output %{_dataset}.utf-8 && mv %{_dataset}.utf-8 ./%{_dataset}.spec

%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/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
* Wed Dec 19 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-gliese3/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Dec 2007 16:04:58 -0000	1.1
+++ .cvsignore	24 Dec 2007 17:09:59 -0000	1.2
@@ -0,0 +1 @@
+gliese3-0.95.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/starplot-gliese3/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Dec 2007 16:04:58 -0000	1.1
+++ sources	24 Dec 2007 17:09:59 -0000	1.2
@@ -0,0 +1 @@
+c4f5435c0082bd8b9a7fb2a765f25414  gliese3-0.95.tar.gz




More information about the fedora-extras-commits mailing list