]> git.pld-linux.org Git - packages/botnet.git/blobdiff - botnet.spec
- updated to 1.6.1
[packages/botnet.git] / botnet.spec
index 015428f5156e52499649370571ac20a7887a9161..16f4686ca1fc2df412dd49e8d193e5ab089d27a7 100644 (file)
@@ -1,10 +1,11 @@
 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.5.2
+Version:       1.6.1
 Release:       1
 License:       GPL
 Group:         Libraries
+Group(de):     Libraries
 Group(fr):     Librairies
 Group(pl):     Biblioteki
 Source0:       http://zekiller.skytech.org/fichiers/botnet/%{name}-%{version}.tar.gz
@@ -32,6 +33,7 @@ serwer
 Summary:       header files for botnet
 Summary(pl):   pliki nag³ówkowe dla botneta
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -47,6 +49,7 @@ botneta.
 Summary:       botnet static library
 Summary(pl):   statyczna wersja biblioteki botnet
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
@@ -64,27 +67,19 @@ korzystaj
 
 
 %build
-aclocal
-autoheader
-autoconf
-automake 
 
-LDFLAGS="-s"; export LDFLAGS
 %configure 
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 install example/*.c $RPM_BUILD_ROOT/%{_examplesdir}/%{name}-%{version}
 install example/Makefile.new $RPM_BUILD_ROOT/%{_examplesdir}/%{name}-%{version}/Makefile
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/*.so.*.*
-
 gzip -9nf ChangeLog AUTHORS todo.txt botnet.txt
 
 %post   -p /sbin/ldconfig
@@ -95,11 +90,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
 %attr(755,root,root) %{_libdir}/*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
+%doc *.gz
 %attr(755,root,root) %{_libdir}/*.so
 %attr(755,root,root) %{_libdir}/*.la
 %{_includedir}/*
This page took 0.088086 seconds and 4 git commands to generate.