]> git.pld-linux.org Git - packages/fetchpop.git/commitdiff
- revision up to 2d,
authorkloczek <kloczek@pld-linux.org>
Wed, 27 Jan 1999 23:24:41 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %{name}, %{version} macros in %setu,
- some cosmetic changes.

Changed files:
    fetchpop.spec -> 1.2

fetchpop.spec

index b4561345f9446445cf3c9821cb14639656e3ab29..696ec6efbfc32249c1a577e41cec270b4388a314 100644 (file)
@@ -2,7 +2,7 @@ Summary:        POP3 mail client
 Summary(pl):   Klient POP3
 Name:          fetchpop
 Version:       1.9
-Release:       2
+Release:       2d
 Source:                ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/%{name}%{version}.tar.gz
 Copyright:     GPL
 Group:         Applications/Mail
@@ -14,7 +14,7 @@ Requires:     smtpdaemon
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
-   By default, fetchpop retrieves new mail from the remote pop mail
+By default, fetchpop retrieves new mail from the remote pop mail
 server and appends it to your mailbox file, using information in the
 file ~/.fetchhost.  Fetchpop has many options to change its default
 behavior.     
@@ -25,7 +25,7 @@ do twojej skrzynki u
 posiada wiele opcji mog±cych zmieniæ jego domy¶lne zachowanie.
 
 %prep
-%setup -q -n fetchpop1.9
+%setup -q -n %{name}%{version}
 %patch0 -p1 
 %patch1 -p1
 %patch2 -p1
@@ -36,14 +36,12 @@ make all
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT/{usr/bin/,usr/man/man1}
 
 make install INSTALL_DIR=$RPM_BUILD_ROOT
 make install.truncate INSTALL_DIR=$RPM_BUILD_ROOT 
 
-strip $RPM_BUILD_ROOT/usr/bin/fetchpop 
-strip $RPM_BUILD_ROOT/usr/bin/truncate
+strip $RPM_BUILD_ROOT/usr/bin/{fetchpop,truncate}
 
 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
 
@@ -51,21 +49,22 @@ gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr (644, root, root, 755)
-%doc README RFC1225 TODO FAQ.fetchpop fetchpop1.9.lsm
-%attr(755, root, root) /usr/bin/*
-%attr(644, root, man)  /usr/man/man1/*
+%defattr (644,root,root,755)
+%doc README RFC1225 TODO FAQ.fetchpop
+%attr(755,root,root) /usr/bin/*
+%attr(644,root, man) /usr/man/man1/*
 
 %changelog
 * Wed Jan 20 1999 Micha³ Kuratczyk <kurkens@polbox.com> [1.9-2]
-- added pl translations
-- changed BuildRoot to /tmp/%%{name}-%%{version}-root
-- added using %%{name} and %%{version} in Source
-- added using "install -d" in %install
-- added gzipping man pages
-- changed patches names
-- deleted one patch
-- okre¶lenie praw dostêpu/w³a¶cicieli plików
+  [1.9-12]
+- added pl translations,
+- changed BuildRoot to /tmp/%%{name}-%%{version}-root,
+- added using %%{name} and %%{version} in Source,
+- added using "install -d" in %install,
+- added gzipping man pages,
+- changed patches names,
+- deleted one patch,
+- added full %attr description in %files.
 
 * Mon Aug 17 1998 Michael Maher <mike@redhat.com>
 - Built package from contrib package
This page took 0.08868 seconds and 4 git commands to generate.