]> git.pld-linux.org Git - packages/ipv6calc.git/commitdiff
- up to ipv6calc-0.41
authorŁukasz Jarosław Mozer <lukasz.mozer@gmail.com>
Sat, 1 Jun 2002 18:05:27 +0000 (18:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new %doc
- updated url's

Changed files:
    ipv6calc.spec -> 1.9

ipv6calc.spec

index 5d52982e28f4aa1f243da22694bbed792c70365d..c7e1480224ebd631daa25528716286e020d9bbd1 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       IPv6 address format change and calculation utility
 Summary(pl):   Narzêdzie do zmiany formatu i przeliczania adresów IPv6
 Name:          ipv6calc
-Version:       0.28
-Release:       2
+Version:       0.41
+Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Source0:       ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz
-URL:           ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
+URL:           http://www.bieringer.de/linux/IPv6/ipv6calc/
+Buildrequires: openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,32 +18,33 @@ Install this package, if you want to extend the existing address
 detection on IPv6 initscript setup or make life easier in adding
 reverse IPv6 zones to DNS or using in DNS queries like nslookup -q=ANY
 `ipv6calc -r 3ffe:400:100:f101::1/48` See also here for more details:
-http://www.bieringer.de/linux/IPv6/ .
+http://www.bieringer.de/linux/IPv6/ipv6calc/ .
 
 %description -l pl
 ipv6calc to niewielkie narzêdzie formatuj±ce i przeliczaj±ce adresy
 IPv6 na ró¿ne sposoby. U³atwia ¿ycie przy dodawaniu stref odwrotnych
 IPv6 do DNS lub odpytywaniu w rodzaju nslookup -q=ANY `ipv6calc -r
 3ffe:400:100:f101::1/48`. Wiêcej szczegó³ów pod adresem
-http://www.bieringer.de/linux/IPv6/ .
+http://www.bieringer.de/linux/IPv6/ipv6calc/ .
 
 %prep
 %setup -q
 
 %build
-%{__make} CFLAGS="%{rpmcflags}"
+./configure
+%{__make} CFLAGS="%{rpmcflags} -I../getopt/ -I../ -I../lib/"
+cd ipv6calcweb
+perl -pi -m: -e "s:../ipv6calc/ipv6calc:%{_bindir}/ipv6calc:" ipv6calcweb.cgi
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
-install ipv6calc $RPM_BUILD_ROOT%{_bindir}
-
-gzip -9nf README TODO ChangeLog
+install ipv6calc/ipv6calc $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc ChangeLog README CREDITS TODO COPYING LICENSE ipv6calcweb/ipv6calcweb.cgi
 %attr(755,root,root) %{_bindir}/ipv6calc
This page took 0.506273 seconds and 4 git commands to generate.