]> git.pld-linux.org Git - packages/xephem.git/commitdiff
- use xephem_sites from cvs
authorsnurf <snurf@pld-linux.org>
Mon, 4 Apr 2005 23:27:19 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xephem.spec -> 1.30

xephem.spec

index 27e07c048809b9e8c2d5157a1bf45c43a0e3b9b4..8dacd9e759b3fae2ba05d6cae34222b44409c212 100644 (file)
@@ -12,6 +12,7 @@ Source2:      %{name}.png
 # http://www.clearskyinstitute.com/xephem/help/xephem.html
 Source3:       http://distfiles.pld-linux.org/src/xephem-reference-manual-html-3.6.4.tar.bz2
 # Source3-md5: c1bf6a50d00f8e4970acd8e6c01e64ac
+Source4:       %{name}_sites
 URL:           http://www.clearskyinstitute.com/xephem/
 BuildRequires: XFree86-devel
 BuildRequires: openmotif-devel
@@ -117,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/doc,%{_mandir}/man1} \
        $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_appdefsdir}}
 
+rm -f GUI/xephem/auxil/xephem_sites
+cp %{SOURCE4} GUI/xephem/auxil/
+
 install GUI/xephem/xephem $RPM_BUILD_ROOT%{_bindir}
 cp -a GUI/xephem/auxil $RPM_BUILD_ROOT%{_datadir}/%{name}
 cp -a GUI/xephem/catalogs $RPM_BUILD_ROOT%{_datadir}/%{name}
This page took 0.065063 seconds and 4 git commands to generate.