git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12b305
)
Added LICENSE file to example spec file.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 28 Jan 2009 17:41:35 +0000
(17:41 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 28 Jan 2009 17:41:35 +0000
(17:41 +0000)
example/mingw32-example.spec
patch
|
blob
|
history
diff --git
a/example/mingw32-example.spec
b/example/mingw32-example.spec
index
9361ee9
..
168466b
100644
(file)
--- a/
example/mingw32-example.spec
+++ b/
example/mingw32-example.spec
@@
-57,6
+57,7
@@
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
+%doc LICENSE
%{_mingw32_bindir}/foo.dll
%{_mingw32_libdir}/foo.dll.a
# etc.