]> git.pld-linux.org Git - packages/tnef.git/commitdiff
- rewrited in PLD-style
authormarcus <marcus@pld-linux.org>
Fri, 15 Dec 2000 15:06:55 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adapterized
- Release 2

Changed files:
    tnef.spec -> 1.2

tnef.spec

index f76ffdb3e43ff895551044b486adef15174a77e2..7b2057f006fcfba7f9b958606f022d1641c8aa0c 100644 (file)
--- a/tnef.spec
+++ b/tnef.spec
@@ -1,35 +1,59 @@
-Summary: Decodes MS-TNEF attachments.
-
-Name: tnef
-Version: 0.15
-Release: 1
-Group: Mail/Encoders
-Copyright: GPL
-Source: http://world.std.com/~damned/tnef-%{version}.tar.gz
+Summary:       Decodes MS-TNEF attachments.
+Summary(pl):   Dekoder za³±czników w formacie MS-TNEF.
+Name:          tnef
+Version:       0.15
+Release:       2
+License:       GPL
+Group:         Applications
+Group(de):     Applikationen
+Group(pl):     Aplikacje
+Source0:       http://world.std.com/~damned/%{name}-%{version}.tar.gz
+URL:           http://world.std.com/~damned/software.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 TNEF is a program for unpacking MIME attachments of type
 "application/ms-tnef". This is a Microsoft only attachment.
 
-Due to the proliferation of Microsoft Outlook and Exchange mail servers,
-more and more mail is encapsulated into this format.
+Due to the proliferation of Microsoft Outlook and Exchange mail
+servers, more and more mail is encapsulated into this format.
 
 The TNEF program allows one to unpack the attachments which were
-encapsulated into teh TNEF attachment.  Thus alleviating the need to use
-Microsoft Outlook to view the attachment.
+encapsulated into teh TNEF attachment. Thus alleviating the need to
+use Microsoft Outlook to view the attachment.
 
-%prep
-%setup
+%description -l pl
+TNEF jest programem rozpakowuj±cym za³±czniki MIME w formacie
+"application/ms-tnef". S± to za³±czniki specyficzne dla firmy
+Microsoft.
+
+Poniewa¿ jest to format stosowany przez programy Microsoft Outlook i
+Microsoft Exchange coraz wiecej przesylek korzysta z niego.
+
+Program TNEF umo¿liwia rozpakowanie za³±czników opakowanych w
+za³±cznik TNEF. Powoduje to, ¿e nie jest konieczne u¿ycie programu
+Microsoft Outlook do odczytania za³±cznika.
 
+%prep
+%setup -q
 %build
-./configure --prefix=/usr/local
-make
+%configure
+
+%{__make}
 
 %install
-make install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
+gzip -9nf README BUGS ChangeLog NEWS TODO
+       
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-/usr/local/bin/tnef
+%defattr(644,root,root,755)
+%doc {README,BUGS,ChangeLog,NEWS,TODO}.gz doc/file-format.tex
+%doc tests/*.tnef
+
+%attr(755,root,root) %{_bindir}/tnef
This page took 0.085958 seconds and 4 git commands to generate.