]> git.pld-linux.org Git - packages/ucarp.git/blame - ucarp.spec
- initial PLD release
[packages/ucarp.git] / ucarp.spec
CommitLineData
cf5959c5 1Summary: Common Address Redundancy Protocol (CARP) for Unix
2Name: ucarp
3Version: 1.1
4Release: 0.1
5License: BSD
6Group: Applications/Networking
7Source0: ftp://ftp.ucarp.org/pub/ucarp/%{name}-%{version}.tar.gz
8# Source0-md5: 59122fd8efd49ac18c5da60e08e93493
9URL: http://www.ucarp.org
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Common Address Redundancy Protocol (CARP) for Unix
16
17%prep
18%setup -q
19
20%build
21%{__aclocal}
22%{__autoconf}
23%{__autoheader}
24%{__automake}
25%configure
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30# create directories if necessary
31#install -d $RPM_BUILD_ROOT
32
33%{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc ChangeLog README
41%attr(755,root,root) %{_sbindir}/*
This page took 0.113444 seconds and 4 git commands to generate.