SPECS: minised.spec (NEW) - new 1.12

piotrek piotrek at pld-linux.org
Sat Oct 28 16:10:53 CEST 2006


Author: piotrek                      Date: Sat Oct 28 14:10:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new 1.12

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

---- Diffs:

================================================================
Index: SPECS/minised.spec
diff -u /dev/null SPECS/minised.spec:1.1
--- /dev/null	Sat Oct 28 16:10:53 2006
+++ SPECS/minised.spec	Sat Oct 28 16:10:48 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	minised - a smaller, cheaper, faster SED implementation
+Summary(pl):	minised - mniejsza, tańsza, szybsza implementacja SED-a
+Name:		minised
+Version:	1.12
+Release:	0.1
+License:	GPL
+Group:		Applications/Text
+Source0:	http://dl.exactcode.de/oss/minised/%{name}-%{version}.tar.gz
+# Source0-md5:	ea532e8cb043618be69fd3e7fb9a36f3
+URL:		http://www.exactcode.de/oss/minised/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+minised is a minimalistic and fast sed implementation for small
+systems and embedded use.
+
+%description -l pl
+minised jest minimalistyczną i szybką implementacją sed-a dla małych
+systemów i zastosowań w systemach osadzonych.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{,%{_bindir},%{_mandir}/man1}
+install minised $RPM_BUILD_ROOT%{_bindir}
+install minised.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README BUGS
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+#%{_examplesdir}/%{name}-%{version}
+
+%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  2006/10/28 14:10:48  piotrek
+- new 1.12
+
================================================================


More information about the pld-cvs-commit mailing list