]> git.pld-linux.org Git - packages/dnshistory.git/blobdiff - dnshistory.spec
- release 4
[packages/dnshistory.git] / dnshistory.spec
index 82f7f02420ebb2fd745619370a5b10a58c890677..f343731c1c8f93a1bf4248ed0fabf1e6c22f7a0d 100644 (file)
@@ -1,14 +1,14 @@
 # TODO:
 # - move man_fix patch to ac/am automatic generation, based on configure option 
 Summary:       dnshistory - storing a history of DNS/Name changes
+Summary(pl.UTF-8):     dnshistory - przechowywanie historii zmian DNS/nazw
 Name:          dnshistory
-%define                _beta   beta1
 Version:       1.3
-Release:       0.5
+Release:       4
 License:       GPL v2+
 Group:         Applications/Networking
-Source0:       http://www.stedee.id.au/files/%{name}-%{version}-%{_beta}.tar.gz
-# Source0-md5: c9843e87412c1bdf8fb2ec5983f0c9c4
+Source0:       http://www.stedee.id.au/files/%{name}-%{version}.tar.gz
+# Source0-md5: 6fa5dbb93bf3d69331077a1422350320
 Patch0:                %{name}-man_fix.patch
 URL:           http://www.stedee.id.au/dnshistory/
 BuildRequires: db-devel
@@ -26,8 +26,15 @@ being that multiple analyses of older log files do not require
 re-lookups of IP Address to FQDNs, and additionally maintain the
 accuracy of the lookup as it was then and not as it is now.
 
+%description -l pl.UTF-8
+dnshistory daje możliwość przechowywania historii zmian DNS/nazw dla
+adresów IP wyciągniętych z plików logów WWW. Głównym zastosowaniem
+jest wielokrotne analizowanie starszych plików logów nie wymagające
+ciągłych przekształceń adresów IP na FQDN, a jednocześnie zachowujące
+rezultaty przekształceń z przeszłości.
+
 %prep
-%setup -q -n %{name}-%{version}-%{_beta}
+%setup -q
 %patch0 -p1
 
 %build
@@ -38,12 +45,12 @@ accuracy of the lookup as it was then and not as it is now.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/%{_databasedir}
+install -d $RPM_BUILD_ROOT%{_databasedir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-touch $RPM_BUILD_ROOT/%{_databasedir}/%{_dbfile}
+touch $RPM_BUILD_ROOT%{_databasedir}/%{_dbfile}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.35979 seconds and 4 git commands to generate.