]> git.pld-linux.org Git - packages/botnet.git/commitdiff
- updated to 1.6.2, botnet-1_6_2-1
authorkloczek <kloczek@pld-linux.org>
Fri, 24 Aug 2001 04:20:07 +0000 (04:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- regenerate lt files.

Changed files:
    botnet.spec -> 1.13

botnet.spec

index 9ff8e7e0cda234f51932dc0c9092d3786380b8d5..8d732deb42195854c1c9dba9ee002291a1370bde 100644 (file)
@@ -1,18 +1,23 @@
 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.1
-Release:       2
+Version:       1.6.2
+Release:       1
 License:       GPL
 Group:         Libraries
 Group(de):     Libraries
+Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
+Group(pt_BR):  Bibliotecas
+Group(ru):     âÉÂÌÉÏÔÅËÉ
+Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       http://zekiller.skytech.org/fichiers/botnet/%{name}-%{version}.tar.gz
 Patch0:                %{name}-examples.patch
 URL:           http://zekiller.skytech.org/coders_en.html
 BuildRequires: automake
 BuildRequires: autoconf
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,8 +41,12 @@ Summary:     header files for botnet
 Summary(pl):   pliki nag³ówkowe dla botneta
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 
 %description devel
@@ -52,8 +61,12 @@ Summary:     botnet static library
 Summary(pl):   statyczna wersja biblioteki botnet
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
 
 %description static
@@ -67,12 +80,12 @@ korzystaj
 %setup -q
 %patch0 -p1
 
-
 %build
 rm -f missing
-automake -a -c
+libtoolize --copy --force
 aclocal
 autoconf
+automake -a -c
 %configure 
 
 %{__make}
This page took 0.088703 seconds and 4 git commands to generate.