[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2394: Add an updated RPM spec file from Oliver Niesner that works (in vidalia/trunk: . pkg/rpm)



Author: edmanm
Date: 2008-03-09 23:41:46 -0400 (Sun, 09 Mar 2008)
New Revision: 2394

Modified:
   vidalia/trunk/
   vidalia/trunk/pkg/rpm/vidalia.spec.in
Log:
 r182@lysithea:  edmanm | 2008-03-09 23:41:41 -0400
 Add an updated RPM spec file from Oliver Niesner that works with CMake.



Property changes on: vidalia/trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r182] on 90112fd6-a33b-4cea-8d39-48ff1d78625c

Modified: vidalia/trunk/pkg/rpm/vidalia.spec.in
===================================================================
--- vidalia/trunk/pkg/rpm/vidalia.spec.in	2008-03-04 19:09:19 UTC (rev 2393)
+++ vidalia/trunk/pkg/rpm/vidalia.spec.in	2008-03-10 03:41:46 UTC (rev 2394)
@@ -10,28 +10,28 @@
 ##  the terms described in the LICENSE file.
 ##
 
-
 #%package vidalia
-Name		: vidalia
-Version		: @VERSION@
-Release		: 3
+Name      : vidalia
+Version   : @VERSION@
+Release   : 1
 #
-License		: GPL
-Summary		: A Tor GUI for Linux
-Group		: Applications/Internet
+License   : GPL
+Summary   : A Tor GUI for Linux
+Group     : Applications/Internet
 
-URL		: http://www.vidalia-project.net
-Vendor		: Matt Edman, Justin Hipple
-Packager	: Oliver Niesner <digi_news@xxxxxx> 
+URL       : http://www.vidalia-project.net
+Vendor    : Matt Edman, Justin Hipple
+Packager  : Oliver Niesner <digi_news@xxxxxx> 
 
-Source0		: %{name}-%{version}.tar.gz
+Source0   : %{name}-%{version}.tar.gz
 
-#AutoReq     	: No
-#AutoProv	: No
+#AutoReq      : No
+#AutoProv : No
 
-Requires        : tor >= 0.1.1.15
-BuildRequires	: qt4
-#BuildRoot	: /var/tmp/%{name}-buildroot
+Requires      : tor >= 0.1.2.18
+BuildRequires : qt4 >= 4.2
+BuildRequires : cmake >= 2.4
+#BuildRoot  : /var/tmp/%{name}-buildroot
 
 %description
 
@@ -50,10 +50,15 @@
 # -q      : Run quiety with minimum output
 # -T      : Disable the automatic unpacking of the archives.
 #######################################################################
-%setup 
-%build
-./configure
-make
+%setup
+%build  
+#./configure 
+#make
+
+cmake . && make
+
+
+
 #########################################################
 # Common Red Hat RPM macros (rpm --showrc for more info)
 # {_sourcedir} : /usr/src/redhat/SOURCES
@@ -86,11 +91,39 @@
 %files
 /usr/local/bin/vidalia 
 /usr/local/man/man1/vidalia.1
+
 #####################################################
 # defattr sets the default attributes for all files
 #####################################################
 %defattr(-, root, root)
 
 %changelog
+* Tue Mar 04 2008 Oliver Niesner <digi_news@xxxxxx> 0.1.0-1
+- bump to 0.1.0 and modifications to meet cmake requirements!
+
+* Mon Nov 26 2007 Oliver Niesner <digi_news@xxxxxx> 0.0.16-1
+- bump to 0.0.16
+
+* Thu Oct 29 2007 Oliver Niesner <digi_news@xxxxxx> 0.0.15-1
+-  bump to 0.0.15
+
+* Thu Aug 30 2007 Oliver Niesner <digi_news@xxxxxx> 0.0.14-1
+- bump to 0.0.14
+
+* Thu Aug 07 2007 Oliver Niesner <digi_news@xxxxxx> 0.0.13-1
+- bump to 0.0.13
+
+* Thu Jun 05 2007 Oliver Niesner <digi_news@xxxxxx> 0.0.12-1
+- bump to 0.0.12
+
+* Thu Feb 08 2007 Oliver Niesner <digi_news@xxxxxx> 0.0.11-1
+- bump to 0.0.11 release
+
+* Mon Jan 08 2007 Oliver Niesner <digi_news@xxxxxx> 0.0.10-1
+- bump to 0.0.10 release
+
+* Mon Nov 06 2006 Oliver Niesner <digi_news@xxxxxx> 0.0.9-1
+- first release build for 0.0.9
+
 * Tue Oct 11 2006 Oliver Niesner <digi_news@xxxxxx> 0.0.8-1
 - initial release