]> git.pld-linux.org Git - packages/wiggle.git/blobdiff - wiggle.spec
- rel 1
[packages/wiggle.git] / wiggle.spec
index 4d94335e6417ab6bba38a1798906fca9b09d9e69..8cbf331eeb84d871a86bbc0eafa9938185530d3f 100644 (file)
@@ -1,9 +1,9 @@
-Summary:       wiggle
-Summary(pl):   wiggle
+Summary:       Wiggle - apply conflicting patches
+Summary(pl):   Wiggle - nak³adanie konfliktuj±cych patchy
 Name:          wiggle
 Version:       0.6
-Release:       0.1
-License:       GPL
+Release:       1
+License:       GPL v2
 Group:         Applications/Text
 Source0:       http://cgi.cse.unsw.edu.au/~neilb/source/wiggle/%{name}-%{version}.tar.gz
 # Source0-md5: 1884607cdebaf730737cb99b2909219b
@@ -22,13 +22,12 @@ patch z powodu konklikt
 %setup -q
 
 %build
-%{__make} wiggle wiggle.man
+%{__make} wiggle wiggle.man \
+       CC="%{__cc}" OptDbg="%{rpmcflags} %{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -37,5 +36,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc ANNOUNCE TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/wiggle.1*
This page took 0.073406 seconds and 4 git commands to generate.