/[packages]/cauldron/waagent/current/SPECS/waagent.spec
ViewVC logotype

Annotation of /cauldron/waagent/current/SPECS/waagent.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389213 - (hide annotations) (download)
Thu Jan 17 21:29:26 2013 UTC (11 years, 3 months ago) by pterjan
Original Path: obsolete/cauldron/waagent/current/SPECS/waagent.spec
File size: 747 byte(s)
Drop 
1 dams 343734 Name: waagent
2     Summary: Windows Azure Linux Agent
3     Version: 1.2
4 umeabot 385588 Release: %mkrel 3
5 dams 343734 License: APL2.0
6     Group: System/Libraries
7     Source: WALinuxAgent-%{version}.tar.gz
8     Patch0: waagent-pyasn1.patch
9     Patch1: waagent-fdisk-locale.patch
10     Buildarch: noarch
11     Requires: iptables openssh-server openssl sudo python pyasn1
12 dams 343730 %description
13 dams 343734 The Windows Azure Linux Agent (%{name}) manages VM interaction with
14     the Windows Azure Fabric Controller.
15 dams 343730
16     %prep
17     %setup -q -n WALinuxAgent-%{version}
18     %apply_patches
19    
20     %build
21    
22     %install
23 dams 343734 mkdir -p %{buildroot}%{_sbindir}
24     mkdir -p %{buildroot}%{_docdir}/%{name}
25     install -m0755 %{name} %{buildroot}%{_sbindir}/%{name}
26 dams 343730 install -m0644 NOTICE README
27    
28     %post
29     /usr/sbin/waagent --setup --force
30    
31     %files
32     %doc NOTICE README
33 dams 343734 %{_sbindir}/%{name}

  ViewVC Help
Powered by ViewVC 1.1.30