]> git.pld-linux.org Git - packages/wget.git/commitdiff
- added wget-pl.po.patch patch with polish translation
authorkloczek <kloczek@pld-linux.org>
Mon, 7 Sep 1998 20:43:48 +0000 (20:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (Adam Kozubowicz <tapir@interdata.com.pl>,
- added wget-man.patch patch with wget man page.

Changed files:
    wget.spec -> 1.2

wget.spec

index 9ab9826bca755954831301b9d7dcd62c17259326..7ab5cbd842fb7e831113eddeb3c1c9336e95a123 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -2,10 +2,12 @@ Summary:     Command-line HTTP and FTP client
 Summary(pl): Wsadowy klient HTTP/FTP 
 Name:        wget
 Version:     1.5.2
-Release:     1
+Release:     2
 Copyright:   GPL
 Group:       Networking/Utilities
 Source:      ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
+Patch0:      wget-man.patch
+Patch1:      wget-pl.po.patch
 Prereq:      /sbin/install-info
 BuildRoot:   /tmp/%{name}-%{version}-root
 
@@ -25,6 +27,8 @@ zadanie z cron'a.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS=-s \
@@ -52,15 +56,23 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog MAILING-LIST NEWS README TODO rmold.README
 %verify(not md5 size mtime) %config(noreplace) /etc/wgetrc
 %attr(755, root, root) /usr/bin/*
+%attr(644, root,  man) /usr/man/man1/*
 /usr/info/wget.info*
 %lang(cs) /usr/share/locale/cs/LC_MESSAGES/wget.mo
 %lang(de) /usr/share/locale/de/LC_MESSAGES/wget.mo
 %lang(hr) /usr/share/locale/hr/LC_MESSAGES/wget.mo
 %lang(it) /usr/share/locale/it/LC_MESSAGES/wget.mo
 %lang(no) /usr/share/locale/no/LC_MESSAGES/wget.mo
+%lang(pl) /usr/share/locale/pl/LC_MESSAGES/wget.mo
 %lang(pt) /usr/share/locale/pt_BR/LC_MESSAGES/wget.mo
 
 %changelog
+* Mon Sep  7 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [1.5.2-2]
+- added wget-pl.po.patch patch with polish translation 
+  (Adam Kozubowicz <tapir@interdata.com.pl>,
+- added wget-man.patch patch with wget man page.
+
 * Sat Aug  8 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.5.2-1]
 - added pl translation.
This page took 0.035447 seconds and 4 git commands to generate.