Author: arekm                        Date: Sat Feb  3 07:29:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/wtf.spec
diff -u /dev/null SPECS/wtf.spec:1.1
--- /dev/null   Sat Feb  3 08:29:02 2007
+++ SPECS/wtf.spec      Sat Feb  3 08:28:57 2007
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:       translates acronyms for you
+Name:          wtf
+Version:       20051104
+Release:       1
+License:       Public domain
+Group:         Applications/Games
+Source0:       http://www.mu.org/~mux/wtf/%{name}-%{version}.tar.gz
+# Source0-md5: 93ca90bef86d2f58da14ed0db87cbf78
+Patch0:                %{name}-updates.patch
+Requires:      grep
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Translates acronyms for you.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/misc,%{_mandir}/man6}
+
+install acronyms* $RPM_BUILD_ROOT%{_datadir}/misc
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+install %{name}.6 $RPM_BUILD_ROOT%{_mandir}/man6
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man*/*
+%{_datadir}/misc/acronyms*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/03 07:28:57  arekm
+- initial
+
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to