X-Git-Url: http://git.pld-linux.org/?p=packages%2FElectricFence.git;a=blobdiff_plain;f=ElectricFence.spec;h=6eea1c48bf3ab07bc016b5e7d1378b1d4af1f74a;hp=9c7b640927beffa4500bd71c10cf8f9cc5712eeb;hb=cf7808e43d59c85b4c8628149d13f787bab006b9;hpb=77b5e0e550cc38594cd45d176fd69e34c1a608d6 diff --git a/ElectricFence.spec b/ElectricFence.spec index 9c7b640..6eea1c4 100644 --- a/ElectricFence.spec +++ b/ElectricFence.spec @@ -1,81 +1,105 @@ Summary: A debugger which detects memory allocation violations +Summary(cs): Nástroj pro odhalování chyb pøi alokaci dynamické pamìti +Summary(da): En afluser som finder problemer ved hukommelsesallokering Summary(de): Debugger zum Erkennen von Speicherzugriffsverletzungen Summary(es): Electric Fence biblioteca de depuración de memoria en C Summary(fr): Bibliothèque C de débuggage mémoire Electric Fence -Summary(pl): Biblioteka do wykrywania b³edów alokacji pamiêci +Summary(id): Debugger untuk menditeksi memory allocation violations +Summary(is): Aflúsunartól sem finnur villur í minnismeðhöndlun +Summary(it): Debugger che rileva le violazioni dell'allocazione di memoria +Summary(ja): ¥á¥â¥ê³ä¤êÅö¤Æ¤Î¿¯Î¬¤ò¸¡½Ð¤¹¤ë¥Ç¥Ð¥Ã¥¬ +Summary(no): Et avlusingsprogram som finner overtramp ved minneallokering +Summary(pl): Biblioteka do wykrywania b³êdów alokacji pamiêci +Summary(pt): Um depurador que detecta violações à memória alocada Summary(pt_BR): Electric Fence biblioteca de depuração de memória em C +Summary(ru): ïÔÌÁÄÞÉË, ×ÙÑ×ÌÑÀÝÉÊ ÏÛÉÂËÉ × ÒÁÓÐÒÅÄÅÌÅÎÉÉ ÐÁÍÑÔÉ +Summary(sk): Debugger pre vyhµadávanie chybných prístupov k alokovanej pamäti +Summary(sl): Razhro¹èevalnik, ki najde prekoraèitve dodeljenega pomnilnika +Summary(sv): Ett avlusningsprogram som upptäcker minnesallokeringsfel Summary(tr): C için bellek hatasý ayýklama kitaplýðý +Summary(zh_CN): Ò»ÖÖµ÷ÊÔÆ÷ÓÃÓÚ¼ì²âÄÚ´æ·ÖÅä´íÎó Name: ElectricFence Version: 2.2.2 -Release: 3 -Copyright: GPL +Release: 13 +License: GPL Group: Development/Debuggers -Group(pl): Programowanie/Odpluskwiacze -Source: ftp://perens.com/pub/ElectricFence/Beta/%{name}-%{version}.tar.gz -Patch0: ElectricFence-longjmp.patch -Patch1: ElectricFence-no_bash.spec -BuildRoot: /tmp/%{name}-%{version}-root +Source0: ftp://ftp.perens.com/pub/ElectricFence/Beta/%{name}-%{version}.tar.gz +Patch0: %{name}-longjmp.patch +Patch1: %{name}-no_bash.spec +Patch2: %{name}-va_arg.patch +Patch3: %{name}-ac_am.patch +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +Obsoletes: libefence0 %description If you know what malloc() violations are, you'll be interested in -ElectricFence. ElectricFence is a tool which can be used for C programming -and debugging. It uses the virtual memory hardware of your system to detect -when software overruns malloc() buffer boundaries, and/or to detect any -accesses of memory released by free(). ElectricFence will then stop the -program on the first instruction that caused a bounds violation and you can -use your favorite debugger to display the offending statement. - -This package will install ElectricFence, which you can use if you're -searching for a debugger to find malloc() violations. +ElectricFence. ElectricFence is a tool which can be used for C +programming and debugging. It uses the virtual memory hardware of your +system to detect when software overruns malloc() buffer boundaries, +and/or to detect any accesses of memory released by free(). +ElectricFence will then stop the program on the first instruction that +caused a bounds violation and you can use your favorite debugger to +display the offending statement. %description -l de -Wenn Sie wissen, was malloc()-Verletzungen sind, sind Sie wahrscheinlich an -ElectricFence interessiert. ElectricFence ist ein Tool, das zur C- -Programmierung und zum Debugging benutzt werden kann. Es benutzt virtuelle -Speicherhardware, um zu erkennen, wenn Software malloc()-Buffergrenzen -übersteigt, und wenn Speicher mit free() freigegeben wird. ElectricFence -beendet das Programm bei der Instruktion, die die Speicherverletzung -ausgelöst hat, und Sie können Ihren Lieblingsdebugger benutzen, um den -Befehl anzuzeigen. +Wenn Sie wissen, was malloc()-Verletzungen sind, sind Sie +wahrscheinlich an ElectricFence interessiert. ElectricFence ist ein +Tool, das zur C- Programmierung und zum Debugging benutzt werden kann. +Es benutzt virtuelle Speicherhardware, um zu erkennen, wenn Software +malloc()-Buffergrenzen übersteigt, und wenn Speicher mit free() +freigegeben wird. ElectricFence beendet das Programm bei der +Instruktion, die die Speicherverletzung ausgelöst hat, und Sie können +Ihren Lieblingsdebugger benutzen, um den Befehl anzuzeigen. %description -l es -Electric Fence es una biblioteca que puede ser usada para programación y -depuración en C. Tu lo "linkas" en tiempo de compilación y te avisará sobre -posibles problemas, como liberación de memoria no alocada, etc. +ElectricFence es una herramienta que puede usarse para programación y +depuración en lenguaje C. A través del uso del hardware de memoria +virtual del sistema, detecta accesos que sobrepasan los límites de la +memoria asignada con malloc(), o acceso a la memoria liberada por +free(). En esas situaciones, ElectricFence interrumpe la ejecución del +programa en la primera instrucción que causó la violación, y puede +usarse un debugger para verificar la causa del problema. %description -l fr -Electric Fence est une bibliothéque utilisée pour la programmation en C et -le débogage. Vous pouvez la lier à la compilation et elle vous avertira des -problèmes éventuels de désallocation de mémoire, etc. +Electric Fence est une bibliothéque utilisée pour la programmation en +C et le débogage. Vous pouvez la lier à la compilation et elle vous +avertira des problèmes éventuels de désallocation de mémoire, etc. %description -l pl -Electric Fence jest bibliotek± pomocn± podczas programowania w -jêzyku C i "odpluskwianiu". -Pakiet zawiera bibliotekê wspó³dzielon±, która mo¿e byæ za³adowana przez -zmienn± LD_PRELOAD w trakcie uruchamiania dowolnego programu dziêki temu nie -potrzeba linkowaæ z t± bibliotek± ¶ledzonego programu. Pakiet zawiera tak¿e -skrypt pow³oki ef, który ³aduje do pamiêci przez LD_PRELOAD bibliotekê -libefence i uruchamia program przekazyny do tego skryptu jako parametr. +Electric Fence jest bibliotek± pomocn± podczas programowania w jêzyku +C i "odpluskwiania". Pakiet zawiera bibliotekê wspó³dzielon±, która +mo¿e byæ za³adowana przez zmienn± LD_PRELOAD w trakcie uruchamiania +dowolnego programu dziêki temu nie potrzeba linkowaæ z t± bibliotek± +¶ledzonego programu. Pakiet zawiera tak¿e skrypt pow³oki ef, który +³aduje do pamiêci przez LD_PRELOAD bibliotekê libefence i uruchamia +program przekazany do tego skryptu jako parametr. %description -l pt_BR -Electric Fence é uma biblioteca que pode ser usada para programação e -depuração em C. Você o "linka" em tempo de compilação e ele o avisará sobre -possíveis problemas como liberação de memória não alocada, etc. +ElectricFence é uma ferramenta que pode ser usada com programação e +depuracao em linguagem C. Através do uso do hardware de memoria +virtual do sistema, o ElectricFence detecta acessos além dos limites +da memória alocada com malloc(), ou acesso a memória liberada por +free(). Nessas situações, o ElectricFence interrompe a execução do +programa na primeira instrução que causou a violação, e um debugger +pode ser usado para verificar a causa do problema. %description -l tr -Electric Fence, C'de programlama ve hata ayýklama için kullanýlabilen bir -kitaplýktýr. Derleme esnasýnda programýnýza baðlarsanýz, sizi ortaya -çýkabilecek sorunlar (var olmayan bir bellek parçasýnýn serbest býrakýlmasý -gibi) konusunda uyarýr. +Electric Fence, C'de programlama ve hata ayýklama için kullanýlabilen +bir kitaplýktýr. Derleme esnasýnda programýnýza baðlarsanýz, sizi +ortaya çýkabilecek sorunlar (var olmayan bir bellek parçasýnýn serbest +býrakýlmasý gibi) konusunda uyarýr. %package static -Summary: Satatic Electric Fence library +Summary: Static Electric Fence library Summary(pl): Biblioteka statyczna Electric Fence Group: Development/Debuggers -Group(pl): Programowanie/Odpluskwiacze +Obsoletes: libefence0-devel %description static -Satatic Electric Fence library. +Static Electric Fence library. %description -l pl static Biblioteka statyczna Electric Fence. @@ -84,23 +108,25 @@ Biblioteka statyczna Electric Fence. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build -make CFLAGS="$RPM_OPT_FLAGS" +libtoolize --copy --force +aclocal +autoconf +automake -a -c -f +CFLAGS="%{rpmcflags} -DUSE_SEMAPHORE" +%configure +%{__make} %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib,share/man/man3} - -make BIN_INSTALL_DIR=$RPM_BUILD_ROOT%{_bindir} \ - LIB_INSTALL_DIR=$RPM_BUILD_ROOT%{_libdir} \ - MAN_INSTALL_DIR=$RPM_BUILD_ROOT%{_mandir}/man3 \ - install -strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*so.*.* +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT -gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \ - README CHANGES +gzip -9nf README NEWS %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -113,6 +139,8 @@ rm -rf $RPM_BUILD_ROOT %doc *gz %attr(755,root,root) %{_bindir}/ef %attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/lib*.so +%ghost %{_libdir}/libefence.so.0 %{_mandir}/man3/* %files static