]> git.pld-linux.org Git - packages/aMule.git/blobdiff - aMule.spec
- why it depends on binutils?
[packages/aMule.git] / aMule.spec
index 30b8ef6968a947a27e4989024c34446f78facf2b..734cfb1c936a97693c5c56195e2b7edace44809d 100644 (file)
@@ -2,16 +2,17 @@
 # TODO:
 # - split into subpackages
 # - package %{_libdir}/xchat/plugins/xas.pl
+# - depends on binutils, why?
 #
 Summary:       Unix port of eMule client
 Summary(pl):   Uniksowy port klienta eMule
 Name:          aMule
-Version:       2.0.0
-Release:       3
+Version:       2.0.1
+Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://download.berlios.de/amule/%{name}-%{version}.tar.gz
-# Source0-md5: e6680641e171ddf4236c955168947ba0
+# Source0-md5: a88e6d9b263d684d8dc064a2bf535569
 Patch0:                %{name}-configure_in.patch
 Patch1:                %{name}-desktop.patch
 Patch2:                %{name}-cas-datadir.patch
@@ -146,10 +147,12 @@ rm -rf $RPM_BUILD_ROOT
 %lang(hu) %{_mandir}/hu/man1/xas*
 
 %files plugin-xchat
+%defattr(644,root,root,755)
 %{_libdir}/xchat/plugins/xas.pl
 
 %files alc
-%{_bindir}/alc*
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/alc*
 %{_desktopdir}/alc.desktop
 %{_pixmapsdir}/alc.xpm
 %{_mandir}/man1/alc*
@@ -158,9 +161,9 @@ rm -rf $RPM_BUILD_ROOT
 %lang(fr) %{_mandir}/fr/man1/alc*
 %lang(hu) %{_mandir}/hu/man1/alc*
 
-
 %files cas
-%{_bindir}/*cas
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*cas
 %{_datadir}/amule/cas
 %{_desktopdir}/*cas.desktop
 %{_pixmapsdir}/wxcas.xpm
This page took 0.040776 seconds and 4 git commands to generate.