]> git.pld-linux.org Git - packages/byobu.git/commitdiff
preserve execute bit in libdir
authorElan Ruusamäe <glen@delfi.ee>
Sun, 3 Apr 2016 18:07:55 +0000 (21:07 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 3 Apr 2016 18:07:55 +0000 (21:07 +0300)
byobu.spec

index 40571c15ccad74ab842318e304bcf6bfd209de00..7ce4d6074a65f420696899b6db33a703e48bceb6 100644 (file)
@@ -3,7 +3,7 @@ Summary(hu.UTF-8):      Hasznos profilok és profilváltó gyűjteménye a GNU screen
 Summary(pl.UTF-8):     Zestaw przydatnych profili oraz przełącznik profili dla GNU screena
 Name:          byobu
 Version:       5.97
-Release:       0.1
+Release:       0.2
 License:       GPL v3
 Group:         Applications/System
 Source0:       https://code.launchpad.net/byobu/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz
@@ -119,6 +119,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/vigpg
 %attr(755,root,root) %{_bindir}/wifi-status
 %{_mandir}/man1/*.1*
+%{_desktopdir}/%{name}.desktop
+# preserve +x bits where needed
+%defattr(-,root,root,-)
 %{_libexecdir}/%{name}
 %{_datadir}/%{name}
-%{_desktopdir}/%{name}.desktop
This page took 0.059018 seconds and 4 git commands to generate.