summaryrefslogtreecommitdiff
path: root/whois.spec
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2003-09-10 00:40:15 +0200
committerMarco d'Itri <md@linux.it>2013-03-30 02:31:30 +0100
commit971989c7dff8d815f1f0ddcb614fad00939738b4 (patch)
tree528d2a6f1ff5111b15db5b061ea3d964e2bc8577 /whois.spec
parent22cd0eb3ce1df67d21d6d3bd7a0231abbbb8a8a0 (diff)
downloadwhois-971989c7dff8d815f1f0ddcb614fad00939738b4.tar.gz
Imported Debian version 4.6.7v4.6.7
Diffstat (limited to 'whois.spec')
-rw-r--r--whois.spec18
1 files changed, 13 insertions, 5 deletions
diff --git a/whois.spec b/whois.spec
index 413e55f..849966d 100644
--- a/whois.spec
+++ b/whois.spec
@@ -1,6 +1,6 @@
Summary: Enhanced WHOIS client
Name: whois
-Version: 4.6.3
+Version: 4.6.7
Release: 1
License: GPL
Vendor: Marco d'Itri <md@linux.it>
@@ -29,16 +29,24 @@ mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
make install BASEDIR=${RPM_BUILD_ROOT} prefix=%{prefix}/
gzip ${RPM_BUILD_ROOT}%{_mandir}/man?/*
-find $RPM_BUILD_ROOT ! -type d | sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-filelist
-
%clean
rm -rf ${RPM_BUILD_ROOT}
-%files -f %{name}-filelist
+%files
%defattr(-,root,root)
-%doc [A-Z][A-Z]*
+%{prefix}/bin/whois
+%doc %{prefix}/share/man/man1/whois.1.gz
+%lang(de) %{prefix}/share/locale/de/LC_MESSAGES/whois.mo
+%lang(el) %{prefix}/share/locale/el/LC_MESSAGES/whois.mo
+%lang(es) %{prefix}/share/locale/es/LC_MESSAGES/whois.mo
+%lang(fr) %{prefix}/share/locale/fr/LC_MESSAGES/whois.mo
+%lang(it) %{prefix}/share/locale/it/LC_MESSAGES/whois.mo
+%lang(no) %{prefix}/share/locale/no/LC_MESSAGES/whois.mo
+%lang(pl) %{prefix}/share/locale/pl/LC_MESSAGES/whois.mo
%changelog
+* Sun Jul 13 2003 Paul Mundt <lethal@linux-sh.org>
+- Updated spec for 4.6.6, fixed up doc/lang references.
* Fri Feb 23 2001 Oren Tirosh <oren@hishome.net>
- Initial spec based on skelgnu.spec