]> git.pld-linux.org Git - packages/xephem.git/commitdiff
- up to 3.7
authorsnurf <snurf@pld-linux.org>
Wed, 12 Oct 2005 19:05:03 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xephem.spec -> 1.31

xephem.spec

index 8dacd9e759b3fae2ba05d6cae34222b44409c212..f2a6a1122a3b2e2fd2ca9c7f96aa07a158420e23 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Interactive astronomy program
 Summary(pl):   Interaktywny program astronomiczny
 Name:          xephem
-Version:       3.6.4
+Version:       3.7
 Release:       0.1
 License:       distributable with free-unices distros, free for non-profit non-commercial purposes
 Group:         X11/Applications/Science
 Source0:       http://www.clearskyinstitute.com/xephem/%{name}-%{version}.tar.gz
-# Source0-md5: f108d27e25cf9d569fbe419c1570e504
+# Source0-md5: 30d253d086580895df73d17e47b1a5fa
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 # http://www.clearskyinstitute.com/xephem/help/xephem.html
@@ -74,24 +74,25 @@ mv GUI/xephem/tools/xedb/README GUI/xephem/tools/xedb/README-xedb
 mv GUI/xephem/tools/xephemdbd/README GUI/xephem/tools/xephemdbd/README-xephemdbd
 
 %build
-%{__make} -C libastro \
-       CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}"
-
-%{__make} -C libip \
-       CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} -I../libastro"
 
-%{__make} -C liblilxml \
-        CC="%{__cc}" \
-        CFLAGS="%{rpmcflags}"
-
-%{__make} -C libjpegd \
-        CC="%{__cc}" \
-        CFLAGS="%{rpmcflags}"
+#%{__make} -C libastro \
+#      CC="%{__cc}" \
+#      CFLAGS="%{rpmcflags}"
+#
+#%{__make} -C libip \
+#      CC="%{__cc}" \
+#      CFLAGS="%{rpmcflags} -I../libastro"
+#
+#%{__make} -C liblilxml \
+#        CC="%{__cc}" \
+#        CFLAGS="%{rpmcflags}"
+#
+#%{__make} -C libjpegd \
+#        CC="%{__cc}" \
+#        CFLAGS="%{rpmcflags}"
 
 cd GUI/xephem
-xmkmf -a
+#xmkmf -a
 
 %{__make} \
        CC="%{__cc}" \
@@ -111,7 +112,7 @@ xmkmf -a
 
 %{__make} drivers -C tools/indi \
         CC="%{__cc}" \
-        CFLAGS="%{rpmcflags} -I../../../../liblilxml -I../../../../libastro"
+        CFLAGS="%{rpmcflags} -I../../../../liblilxml -I../../../../libastro -I../../../../libip"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.064502 seconds and 4 git commands to generate.