]> git.pld-linux.org Git - packages/botnet.git/blobdiff - botnet.spec
- updated to 1.6.1
[packages/botnet.git] / botnet.spec
index a98f8873a27dba9deacb4fc63bfadcb4cae998bf..16f4686ca1fc2df412dd49e8d193e5ab089d27a7 100644 (file)
@@ -1,13 +1,16 @@
 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.1
+Version:       1.6.1
 Release:       1
+License:       GPL
 Group:         Libraries
+Group(de):     Libraries
+Group(fr):     Librairies
 Group(pl):     Biblioteki
-License:       GPL
 Source0:       http://zekiller.skytech.org/fichiers/botnet/%{name}-%{version}.tar.gz
-URL:           http://zekiller.skytech.org/main.html
+Patch0:                %{name}-examples.patch
+URL:           http://zekiller.skytech.org/coders_en.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,6 +33,8 @@ 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}
 
@@ -44,6 +49,8 @@ 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}
 
@@ -56,30 +63,26 @@ korzystaj
 
 %prep
 %setup -q
+%patch0 -p1
+
 
 %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
 
 gzip -9nf ChangeLog AUTHORS todo.txt botnet.txt
 
-%post -p /sbin/ldconfig
-
+%post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %clean
@@ -87,15 +90,15 @@ 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}/*
-%{_examplesdir}/%{name}-%{version}/*
+%{_examplesdir}/%{name}-%{version}
 
 %files static
 %defattr(644,root,root,755)
This page took 0.059264 seconds and 4 git commands to generate.