From 4782afe9444218d9155e8352955df5dcd60b4981 Mon Sep 17 00:00:00 2001 From: Radek Vokál Date: Oct 26 2004 12:55:51 +0000 Subject: - spec file cleanup, initial fc4 build --- diff --git a/ipv6calc.spec b/ipv6calc.spec index 8f41ab2..e193b58 100644 --- a/ipv6calc.spec +++ b/ipv6calc.spec @@ -1,11 +1,12 @@ Name: ipv6calc Version: 0.47 -Release: 3.2 +Release: 4 Summary: IPv6 address format change and calculation utility License: GPL Group: Applications/Text URL: http://www.deepspace6.net/projects/%{name}.html Source: ftp://ftp.deepspace6.net/pub/ds6/sources/%{name}/%{name}-%{version}.tar.gz +Patch0: ipv6calc-0.47-typo.patch Requires: krb5-libs, openssl BuildRequires: krb5-devel, openssl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -22,13 +23,12 @@ Many more format conversions are supported, see given URL for more. %prep %setup -q -n ipv6calc-%{version} +%patch0 -p1 %build CFLAGS="$RPM_OPT_FLAGS" %configure make clean -#sh configure --bindir=%{_bindir} \ -# --sbindir=%{_sbindir} make COPTS="$RPM_OPT_FLAGS" make test @@ -36,10 +36,8 @@ make test [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; make installonly root=$RPM_BUILD_ROOT - %clean rm -rf ${RPM_BUILD_ROOT} -#rm -rf $RPM_BUILD_DIR/%{name}-%{version} %files %defattr(-,root,root) @@ -50,6 +48,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/ipv6* %changelog +* Tue Oct 26 2004 Radek Vokal 0.47-4 +- spec file cleanup, typo patch + * Mon Oct 18 2004 Radek Vokal 0.47-3 - initial build for Fedora Core