SPECS: makewhatis.spec (NEW) - added - linux port of FreeBSD makew...

twittner twittner at pld-linux.org
Fri Jul 8 18:17:21 CEST 2005


Author: twittner                     Date: Fri Jul  8 16:17:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added - linux port of FreeBSD makewhatis written in C

---- Files affected:
SPECS:
   makewhatis.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/makewhatis.spec
diff -u /dev/null SPECS/makewhatis.spec:1.1
--- /dev/null	Fri Jul  8 18:17:21 2005
+++ SPECS/makewhatis.spec	Fri Jul  8 18:17:15 2005
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	makewhatis - FreeBSD C implementation, Linux port
+Name:		makewhatis
+Version:	2005.07.08
+Release:	0.1
+License:	BSD
+Group:		Applications
+Source0:	http://twittner.host.sk/files/makewhatis/%{name}-%{version}.tar.gz
+# Source0-md5:	9d0a4c8013cc21fe554b11a9a58845c0
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+makewhatis - FreeBSD C implementation, Linux port.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+mv -f $RPM_BUILD_ROOT%{_mandir}/man1/%{name}{.1,-bsd.1}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS LICENCES 
+
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/08 16:17:15  twittner
+- added - linux port of FreeBSD makewhatis written in C
+
================================================================



More information about the pld-cvs-commit mailing list