]> git.pld-linux.org Git - packages/aMule.git/commitdiff
- missing defattrs
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 20 May 2005 22:36:57 +0000 (22:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aMule.spec -> 1.59

aMule.spec

index 30b8ef6968a947a27e4989024c34446f78facf2b..228985bd07ed2b1b8595fb100f80098589a6377d 100644 (file)
@@ -146,10 +146,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 +160,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.142108 seconds and 4 git commands to generate.