~ubuntu-branches/ubuntu/raring/crash/raring-proposed

« back to all changes in this revision

Viewing changes to configure.c

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-11-04 13:04:16 UTC
  • mfrom: (0.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20081104130416-7s1imz9huwwfzrbt
Tags: 4.0-7.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/patches/01_spu_commands.dpatch
    + Provides SPU extension support
  - debian/rules:
    + Patch support
    + Enable SPU on PPC
  - debian/control:
    + Enable LPIA builds.
    + Build depend on dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1156
1156
        printf("Name: %s\n", lower_case(target_data.program, buf));
1157
1157
        printf("Version: %s\n", Version);
1158
1158
        printf("Release: %s\n", Release);
1159
 
        printf("License: GPL\n");
 
1159
        printf("License: GPLv2\n");
1160
1160
        printf("Group: Development/Debuggers\n");
1161
1161
        printf("Source: %%{name}-%%{version}-%%{release}.tar.gz\n");
1162
1162
        printf("URL: http://people.redhat.com/anderson\n");
1167
1167
        printf("ExclusiveArch: i386 alpha ia64 ppc ppc64 ppc64pseries ppc64iseries x86_64 s390 s390x\n");
1168
1168
        printf("Buildroot: %%{_tmppath}/%%{name}-root\n");
1169
1169
        printf("BuildRequires: ncurses-devel zlib-devel\n");
 
1170
        printf("Requires: binutils\n");
1170
1171
        printf("# Patch0: crash-3.3-20.installfix.patch (patch example)\n");
1171
1172
        printf("\n");
1172
1173
        printf("%%description\n");