]> git.pld-linux.org Git - packages/aMule.git/commitdiff
- xchat is dead and gone, rel 2 auto/th/aMule-2.3.3-2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Oct 2023 00:57:09 +0000 (02:57 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Oct 2023 00:57:09 +0000 (02:57 +0200)
aMule.spec

index d4588e2105aad18e0a549f02ba48931b6ac46ba6..ae16135ec7dff105e1427426ee3a0425c0a9c942 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Unix port of eMule client
 Summary(pl.UTF-8):     Uniksowy port klienta eMule
 Name:          aMule
 Version:       2.3.3
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/amule/%{name}-%{version}.tar.bz2
@@ -42,6 +42,7 @@ Requires:     wget
 Requires:      zlib >= 1.1.4
 Obsoletes:     lmule
 Obsoletes:     xmule
+Obsoletes:     aMule-plugin-xchat < 2.3.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,19 +51,6 @@ aMule is a Linux port of eMule client.
 %description -l pl.UTF-8
 aMule to linuksowy port klienta eMule.
 
-%package plugin-xchat
-Summary:       Xchat plugin
-Summary(pl.UTF-8):     Wtyczka dla xchat
-Group:         X11/Applications
-Requires:      %{name} = %{version}-%{release}
-Provides:      %{name}-plugin-xchat
-
-%description plugin-xchat
-Plugin for Xchat IRC client.
-
-%description plugin-xchat -l pl.UTF-8
-Wtyczka dla klienta IRC xchat.
-
 %package alc
 Summary:       Ed2k link creator for aMule
 Summary(pl.UTF-8):     Kreator linków ed2k dla aMule
@@ -116,7 +104,7 @@ export CXXFLAGS="%{rpmcxxflags} -std=gnu++14"
        --enable-optimize%{!?debug:=no}                 \
        --enable-webserver                              \
        --enable-wxcas                                  \
-       --enable-xas
+       --disable-xas
 
 %{__make}
 
@@ -138,7 +126,6 @@ rm -rf $RPM_BUILD_ROOT
 %files -f amule.lang
 %defattr(644,root,root,755)
 %doc docs/ABOUT-NLS docs/AUTHORS docs/Changelog docs/EC_Protocol.txt docs/README docs/TODO docs/amulesig.txt
-%attr(755,root,root) %{_bindir}/autostart-xas
 %attr(755,root,root) %{_bindir}/amule*
 %attr(755,root,root) %{_bindir}/ed2k
 %dir %{_datadir}/amule
@@ -169,20 +156,6 @@ rm -rf $RPM_BUILD_ROOT
 %lang(zh_TW) %{_mandir}/zh_TW/man1/amule*.1*
 %lang(zh_TW) %{_mandir}/zh_TW/man1/ed2k.1*
 
-%files plugin-xchat
-%defattr(644,root,root,755)
-%{_libdir}/xchat/plugins/xas.pl
-%{_mandir}/man1/xas.1*
-%lang(de) %{_mandir}/de/man1/xas.1*
-%lang(es) %{_mandir}/es/man1/xas.1*
-%lang(fr) %{_mandir}/fr/man1/xas.1*
-%lang(hu) %{_mandir}/hu/man1/xas.1*
-%lang(it) %{_mandir}/it/man1/xas.1*
-%lang(ro) %{_mandir}/ro/man1/xas.1*
-%lang(ru) %{_mandir}/ru/man1/xas.1*
-%lang(tr) %{_mandir}/tr/man1/xas.1*
-%lang(zh_TW) %{_mandir}/zh_TW/man1/xas.1*
-
 %files alc
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/alc
This page took 0.097091 seconds and 4 git commands to generate.