]> git.pld-linux.org Git - packages/wtf.git/commitdiff
- initial
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 3 Feb 2007 07:28:57 +0000 (07:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wtf.spec -> 1.1

wtf.spec [new file with mode: 0644]

diff --git a/wtf.spec b/wtf.spec
new file mode 100644 (file)
index 0000000..fcfc8fb
--- /dev/null
+++ b/wtf.spec
@@ -0,0 +1,35 @@
+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*
This page took 0.07662 seconds and 4 git commands to generate.