]> git.pld-linux.org Git - packages/crashmail.git/commitdiff
- initial rpm release
authorwaszi <waszi@pld-linux.org>
Mon, 2 Oct 2000 19:12:19 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crashmail.spec -> 1.1

crashmail.spec [new file with mode: 0644]

diff --git a/crashmail.spec b/crashmail.spec
new file mode 100644 (file)
index 0000000..a7c8d42
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       A Fidonet *.JAM and MSG tosser
+Name:          crashmail
+Version:       0.6
+Release:       1
+Group:         Applications/Mail
+Group(de):     Applikationen/Post
+Group(pl):     Aplikacje/Poczta
+Group(pt):     Aplicações/Correio Eletrônico
+License:       GPL
+Source0:       http://www.df.lth.se/~billing/crashmail/cm06linux.zip
+URL:           http://http://www.df.lth.se/~billing/crashmail.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A Fidonet *.JAM and MSG tosser
+
+%prep
+rm -rf CrashMail
+unzip -qo %{SOURCE0}
+%setup -q -D -T -n CrashMail
+
+%build
+cd src
+%{__make} linux
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d     $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install bin/*  $RPM_BUILD_ROOT%{_bindir}
+install man/*  $RPM_BUILD_ROOT%{_mandir}/man1
+
+gzip -9nf doc/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.065231 seconds and 4 git commands to generate.