]> git.pld-linux.org Git - packages/ez-ipupdate.git/commitdiff
- pl, deps for rc-scripts and chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Aug 2003 17:29:02 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ez-ipupdate.spec -> 1.3

ez-ipupdate.spec

index 79b61b699c0e6aa088cae38d5f18df288a9bda11..f1b094b5ae5223c248a914b0dd9925ace632cd82 100644 (file)
@@ -1,4 +1,5 @@
 Summary:        Client for Dynamic DNS Services
+Summary(pl):   Klient dla serwisów dynamicznego DNS
 Name:          ez-ipupdate
 Version:       3.0.11b8
 Release:       1
@@ -7,33 +8,57 @@ License:      GPL
 Source0:       http://www.gusnet.cx/proj/ez-ipupdate/dist/%{name}-%{version}.tar.gz
 # Source0-md5: 000211add4c4845ffa4211841bff4fb0
 Source1:       %{name}.init
+URL:           http://www.gusnet.cx/proj/ez-ipupdate/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: perl
-URL:           http://www.gusnet.cx/proj/ez-ipupdate/
+BuildRequires: perl-base
+PreReq:                rc-scripts
+Requires(post,preun):  /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 ez-ipupdate is a small utility for updating your host name for any of
 the dynamic DNS service offered at:
+ - http://www.ez-ip.net/
+ - http://www.justlinux.com/
+ - http://www.dhs.org/
+ - http://www.dyndns.org/
+ - http://www.ods.org/
+ - http://gnudip.cheapnet.net/ (GNUDip)
+ - http://www.dyn.ca/ (GNUDip)
+ - http://www.tzo.com/
+ - http://www.easydns.com/
+ - http://www.dyns.cx/
+ - http://www.hn.org/
+ - http://www.zoneedit.com/
+
+It is pure C and works on Linux, *BSD and Solaris.
+
+Don't forget to create your own config file (in
+/etc/ez-ipupdate.conf). You can find some example in
+/usr/share/doc/%{name}-%{version}.
 
-    - http://www.ez-ip.net
-    - http://www.justlinux.com
-    - http://www.dhs.org
-    - http://www.dyndns.org
-    - http://www.ods.org
-    - http://gnudip.cheapnet.net (GNUDip)
-    - http://www.dyn.ca (GNUDip)
-    - http://www.tzo.com
-    - http://www.easydns.com
-    - http://www.dyns.cx
-    - http://www.hn.org
-    - http://www.zoneedit.com
+%description -l pl
+ez-ipupdate to ma³e narzêdzie do uaktualniania nazwy hosta w dowolnym
+serwisie dynamicznego DNS spo¶ród:
+ - http://www.ez-ip.net/
+ - http://www.justlinux.com/
+ - http://www.dhs.org/
+ - http://www.dyndns.org/
+ - http://www.ods.org/
+ - http://gnudip.cheapnet.net/ (GNUDip)
+ - http://www.dyn.ca/ (GNUDip)
+ - http://www.tzo.com/
+ - http://www.easydns.com/
+ - http://www.dyns.cx/
+ - http://www.hn.org/
+ - http://www.zoneedit.com/
 
-it is pure C and works on Linux, *BSD and Solaris.
+Jest napisane w czystym C i dzia³a na Linuksie, *BSD oraz Solarisie.
 
-Don't forget to create your own config file ( in /etc/ez-ipupdate.conf
-) You can find some example in /usr/share/doc/%{name}-%{version}
+Nie nale¿y zapomnieæ o utworzeniu w³asnego pliku konfiguracyjnego
+(/etc/ez-ipupdate.conf). Przyk³ad mo¿na znale¼æ w katalogu
+/usr/share/doc/%{name}-%{version}.
 
 %prep
 %setup -q
@@ -47,15 +72,15 @@ install %{_datadir}/automake/config.* .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 touch $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
 
-perl -pi -e "s|\%{_prefix}\/local\/bin|\%{_prefix}\/bin|" *.conf
+%{__perl} -pi -e "s|\%{_prefix}\/local\/bin|\%{_prefix}\/bin|" *.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -78,8 +103,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc README CHANGELOG
-%doc *.conf
+%doc README CHANGELOG *.conf
 %attr(755,root,root) %{_bindir}/*
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}.conf
-%attr(754,root,root) %{_sysconfdir}/rc.d/init.d/%{name}
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
This page took 0.083163 seconds and 4 git commands to generate.