SPECS: linunace.spec (NEW) - initial version, unace from http://ww...
teodor
teodor at pld-linux.org
Wed Sep 21 11:59:18 CEST 2005
Author: teodor Date: Wed Sep 21 09:59:18 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial version, unace from http://www.winace.com/
---- Files affected:
SPECS:
linunace.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/linunace.spec
diff -u /dev/null SPECS/linunace.spec:1.1
--- /dev/null Wed Sep 21 11:59:18 2005
+++ SPECS/linunace.spec Wed Sep 21 11:59:13 2005
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary: unace - extract, test and view ACE archives
+Summary(pl): unace - rozpakowuje, testuje i przegląda archiwa ACE
+Name: linunace
+Version: 2.5
+Release: 0.1
+License: Distributable
+Group: Applications/Archive
+Source0: http://www.winace.com/files/linunace25.tgz
+# Source0-md5: ad1f8cb7ff3a6c6019da869b72300719
+URL: http://www.winace.com/
+Obsoletes: unace
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+unace is a utility to extract, view, and test the contents of an ACE
+archive. This version comes from http://www.winace.com and it's
+close source.
+
+%description -l pl
+unace jest programem przecznaczonym do rozpakowywania, testowania
+oraz przegladania archiwów ACE.
+Ta wersja pochodzi z http://www.winace.com i jej źródła są
+niedostępne.
+
+%prep
+%setup -q -c
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install unace $RPM_BUILD_ROOT%{_bindir}/unace
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%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/09/21 09:59:13 teodor
+- initial version, unace from http://www.winace.com/
+
================================================================
More information about the pld-cvs-commit
mailing list