]> git.pld-linux.org Git - packages/dircproxy.git/blobdiff - dircproxy.spec
- release 2 to rebuild with ac
[packages/dircproxy.git] / dircproxy.spec
index 24b4456918ecfdfc0ff81d389789cc6565374ab9..b750c4cdfbe17ddd53ccc5affd290e91e287c9a6 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       irc proxy
 Summary(pl):   proxy irc
 Name:          dircproxy
-Version:       1.0.3
-Release:       1
+Version:       1.0.5
+Release:       2
 License:       GPL
 Group:         Applications/Communications
 Source0:       ftp://ftp.dircproxy.net/pub/dircproxy/1.0/%{name}-%{version}.tar.gz
+# Source0-md5: 33b92e0f28530a5faa9fea801d1ad807
 Patch0:                %{name}-ac_fix.patch
 URL:           http://www.dircproxy.net/
 BuildRequires: autoconf
@@ -48,14 +49,15 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO
+%doc AUTHORS ChangeLog FAQ NEWS PROTOCOL README*
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/dircproxy/
 %{_datadir}/dircproxy/*
This page took 0.050172 seconds and 4 git commands to generate.