Changeset 2575 for trunk/digitalme/SpecBuild.cmake
- Timestamp:
- 04/17/09 09:37:22 (16 months ago)
- Files:
-
- 1 modified
-
trunk/digitalme/SpecBuild.cmake (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/digitalme/SpecBuild.cmake
r2574 r2575 61 61 file( APPEND ${SPEC_FILE} "Name: ${PROJECT_NAME}\n") 62 62 file( APPEND ${SPEC_FILE} "Version: ${PACKAGE_VERSION}\n") 63 file( APPEND ${SPEC_FILE} "Release: 2\n")63 file( APPEND ${SPEC_FILE} "Release: 1.1\n") 64 64 file( APPEND ${SPEC_FILE} "License: Eclipse Public License, see http://www.eclipse.org/legal\n") 65 65 file( APPEND ${SPEC_FILE} "Group: Productivity/Security\n") … … 67 67 file( APPEND ${SPEC_FILE} "BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build\n") 68 68 file( 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")71 69 file( APPEND ${SPEC_FILE} "\n") 72 70