Show
Ignore:
Timestamp:
04/17/09 09:37:22 (16 months ago)
Author:
ahodgkinson
Message:

Minor updates to the spec file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/digitalme/SpecBuild.cmake

    r2574 r2575  
    6161file( APPEND ${SPEC_FILE}       "Name: ${PROJECT_NAME}\n") 
    6262file( APPEND ${SPEC_FILE}       "Version: ${PACKAGE_VERSION}\n") 
    63 file( APPEND ${SPEC_FILE}       "Release: 2\n") 
     63file( APPEND ${SPEC_FILE}       "Release: 1.1\n") 
    6464file( APPEND ${SPEC_FILE}       "License: Eclipse Public License, see http://www.eclipse.org/legal\n") 
    6565file( APPEND ${SPEC_FILE}       "Group: Productivity/Security\n") 
     
    6767file( APPEND ${SPEC_FILE}       "BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build\n") 
    6868file( APPEND ${SPEC_FILE}       "BuildRequires: cmake >= 2.4 gcc-c++ libglade2-devel >= 2.5 openssl-devel >= 0.9.7 gnome-keyring-devel >= 0.4 make >= 3.8 unzip zip tar binutils\n") 
    69 #file( APPEND ${SPEC_FILE}      "Requires: openssl >= 0.9.7 gnome-keyring >= 0.4 gtk2 >= 2.8 libglade2 >= 2.5\n") 
    70 file( APPEND ${SPEC_FILE}       "Recommends: %{name}-firefox = %{version}\n") 
    7169file( APPEND ${SPEC_FILE}       "\n") 
    7270