SPECS (DEVEL): comanche.spec - updated, builds but don't work

krystian krystian at pld-linux.org
Mon Dec 11 00:09:25 CET 2006


Author: krystian                     Date: Sun Dec 10 23:09:25 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- updated, builds but don't work

---- Files affected:
SPECS:
   comanche.spec (1.20 -> 1.20.2.1) 

---- Diffs:

================================================================
Index: SPECS/comanche.spec
diff -u SPECS/comanche.spec:1.20 SPECS/comanche.spec:1.20.2.1
--- SPECS/comanche.spec:1.20	Mon Nov 22 00:41:33 2004
+++ SPECS/comanche.spec	Mon Dec 11 00:09:20 2006
@@ -2,13 +2,14 @@
 Summary:	A front-end for configuring the Apache Web server
 Summary(pl):	Frontend do konfiguracji serwera WWW Apache
 Name:		comanche
-Version:	990405
-Release:	5
+Version:	3
+%define		_rc      b4
+Release:	0%{_rc}
 License:	GPL
 Group:		Applications/System
-#Source0:	http://comanche.com.dtu.dk/comanche/download/com%{version}.tar.gz
-Source0:	com%{version}.tar.gz
-# Source0-md5:	96ad93f17de7b11c52cd9a4ff028570b
+Source0:	http://www.comanche.org/downloads/comanche%{version}.%{release}-src.tar.gz
+# Source0-md5:	3f0a8eab0b16dbe05bbea95b72a23551
+#Source0:	com%{version}.tar.gz
 Source1:	%{name}.desktop
 Source2:	%{name}.xpm
 Source3:	%{name}-mini.xpm
@@ -34,10 +35,10 @@
 Apache.
 
 %prep
-%setup -q -n com%{version}
+%setup -q -n comanche%{version}-%{release}
 
 %build
-cat > comanche <<EOF
+cat > comanche.sh <<EOF
 #!/bin/sh
 #
 
@@ -49,8 +50,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_prefix}/lib/comanche,%{_pixmapsdir}/mini,%{_desktopdir}}
 
-install comanche $RPM_BUILD_ROOT%{_bindir}
-rm -f apachectl INSTALL changes.txt comanche
+install comanche.sh $RPM_BUILD_ROOT%{_bindir}
+rm -f apachectl INSTALL changes.txt comanche.sh
 cp -a * $RPM_BUILD_ROOT%{_prefix}/lib/comanche
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -65,7 +66,7 @@
 %{_prefix}/lib/comanche
 %{_desktopdir}/comanche.desktop
 %{_pixmapsdir}/comanche.xpm
-%{_pixmapsdir}/mini/mini-comanche.xpm
+%{_pixmapsdir}/mini
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -73,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20.2.1  2006/12/10 23:09:20  krystian
+- updated, builds but don't work
+
 Revision 1.20  2004/11/21 23:41:33  qboosh
 - use _prefix/lib, switched to vfolders
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/comanche.spec?r1=1.20&r2=1.20.2.1&f=u



More information about the pld-cvs-commit mailing list