]> git.pld-linux.org Git - packages/botnet.git/commitdiff
- (auto)updated to 1.6.3: bugfixes, RA-1_0 STABLE botnet-1_6_3-1
authorkloczek <kloczek@pld-linux.org>
Mon, 26 Aug 2002 10:41:42 +0000 (10:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new %doc,
- add %%{_bindir}/botnet-config to devel %files list.

Changed files:
    botnet.spec -> 1.21

botnet.spec

index 99a1fa62dfb7cff26e75102760532033664bbc8f..0a7578836ff2f8607d37bb5d00b2d53774ad5fd1 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       a small library to assist development of IRC bots and/or clients
 Summary(pl):   ma³a biblioteka pomocna przy tworzeniu botów i/lub klientów IRC
 Name:          botnet
-Version:       1.6.2
+Version:       1.6.3
 Release:       1
 License:       GPL
 Group:         Libraries
@@ -77,8 +77,6 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install example/*.c $RPM_BUILD_ROOT/%{_examplesdir}/%{name}-%{version}
 install example/Makefile.new $RPM_BUILD_ROOT/%{_examplesdir}/%{name}-%{version}/Makefile
 
-gzip -9nf ChangeLog AUTHORS todo.txt botnet.txt
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -91,7 +89,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
+%doc ChangeLog AUTHORS todo.txt botnet.txt
+%attr(755,root,root) %{_bindir}/botnet-config
 %attr(755,root,root) %{_libdir}/*.so
 %attr(755,root,root) %{_libdir}/*.la
 %{_includedir}/*
This page took 0.077819 seconds and 4 git commands to generate.