Author: felix
Update of /cvs/free/rpms/amule/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16956
Modified Files:
.cvsignore amule.spec sources
Log Message:
* Wed Apr 15 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.4-1
- upstream 2.2.4
- spec fixup
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/amule/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 22 Mar 2009 16:29:29 -0000 1.4
+++ .cvsignore 24 Apr 2009 13:07:47 -0000 1.5
@@ -1 +1 @@
-aMule-2.2.3.tar.bz2
+aMule-2.2.4.tar.bz2
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/F-9/amule.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- amule.spec 22 Mar 2009 16:29:29 -0000 1.6
+++ amule.spec 24 Apr 2009 13:07:47 -0000 1.7
@@ -1,13 +1,12 @@
# TODO: setup firefox for ed2k links using triggers and a file in
/usr/lib/firefox-3.0.1/defaults/preferences/
Name: amule
-Version: 2.2.3
+Version: 2.2.4
Release: 1%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
Source0:
http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.bz2
-Patch3: aMule-2.2.3-gcc44.patch
URL:
http://amule.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# See
http://www.amule.org/wiki/index.php/Requirements
@@ -30,7 +29,7 @@
Group: Applications/Internet
%description nogui
-This package containes the aMule components which don't require a GUI.
+This package contains the aMule components which don't require a GUI.
It is useful for servers which don't have Xorg.
@@ -39,6 +38,7 @@
Group: Applications/Internet
Requires: %{name} = %{version}-%{release}
Requires: xchat
+BuildArch: noarch
%description -n xchat-%{name}
This plugins allows you to display aMule statistics in XChat
@@ -46,7 +46,6 @@
%prep
%setup -q -n aMule-%{version}
-%patch3 -p1 -b .gcc44
%build
@@ -109,7 +108,7 @@
%files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
%doc %{_datadir}/doc/aMule-%{version}
%{_bindir}/alc
%{_bindir}/amule
@@ -133,6 +132,7 @@
%exclude %{_datadir}/%{name}/webserver
%files nogui
+%defattr(-,root,root,-)
%{_bindir}/alcc
%{_bindir}/amulecmd
%{_bindir}/amuled
@@ -152,14 +152,18 @@
%files -n xchat-%{name}
-%defattr(-,root,root)
+%defattr(-,root,root,-)
%{_bindir}/autostart-xas
-%{_libdir}/xchat/plugins/xas.pl
+%attr(0755, root, root) %{_libdir}/xchat/plugins/xas.pl
%{_mandir}/man1/xas.1.gz
%{_mandir}/*/man1/xas.1.gz
%changelog
+* Wed Apr 15 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.4-1
+- upstream 2.2.4
+- spec fixup
+
* Sun Mar 22 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.3-1
- updated to 2.2.3
- replaced patch3 with new one for gcc4.4
Index: sources
===================================================================
RCS file: /cvs/free/rpms/amule/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 22 Mar 2009 16:29:29 -0000 1.4
+++ sources 24 Apr 2009 13:07:47 -0000 1.5
@@ -1 +1 @@
-64a0d41edbdd7cf36fa892e45a652bfd aMule-2.2.3.tar.bz2
+283c428dd2961a57f2691c455c845a42 aMule-2.2.4.tar.bz2