From cf5959c5edd40bf52419a60177e9931628394255 Mon Sep 17 00:00:00 2001 From: adasi Date: Tue, 12 Oct 2004 00:13:42 +0000 Subject: [PATCH] - initial PLD release - not tested - needs cosmetics Changed files: ucarp.spec -> 1.1 --- ucarp.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 ucarp.spec diff --git a/ucarp.spec b/ucarp.spec new file mode 100644 index 0000000..294a991 --- /dev/null +++ b/ucarp.spec @@ -0,0 +1,41 @@ +Summary: Common Address Redundancy Protocol (CARP) for Unix +Name: ucarp +Version: 1.1 +Release: 0.1 +License: BSD +Group: Applications/Networking +Source0: ftp://ftp.ucarp.org/pub/ucarp/%{name}-%{version}.tar.gz +# Source0-md5: 59122fd8efd49ac18c5da60e08e93493 +URL: http://www.ucarp.org +BuildRequires: autoconf +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Common Address Redundancy Protocol (CARP) for Unix + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +# create directories if necessary +#install -d $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README +%attr(755,root,root) %{_sbindir}/* -- 2.44.0