Author: uzsolt Date: Fri Oct 2 14:48:41 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/byobu: byobu.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/byobu/byobu.spec diff -u /dev/null packages/byobu/byobu.spec:1.1 --- /dev/null Fri Oct 2 16:48:41 2009 +++ packages/byobu/byobu.spec Fri Oct 2 16:48:36 2009 @@ -0,0 +1,93 @@ +# $Revision$, $Date$ +Summary: A set of useful profiles and a profile-switcher for GNU screen +Summary(hu.UTF-8): Hasznos profilok és profilváltó gyűjteménye a GNU screen-hez +Name: byobu +Version: 2.36 +Release: 0.1 +License: GPL +Group: Applications/System +Source0: http://code.launchpad.net/byobu/trunk/2.36/+download/%{name}_%{version}.orig.tar.gz +# Source0-md5: 6dd84835ec1e7b3b4bf7f7e2da952896 +URL: https://code.launchpad.net/byobu +BuildRequires: gettext +Requires: newt +Requires: python >= 2.5 +Requires: screen +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Byobu is an elegant enhancement of the otherwise functional, plain, +practical GNU Screen. Byobu includes an enhanced profile and +configuration utilities for the GNU screen window manager, such as +toggle-able system status notifications. + +%description -l hu.UTF-8 +Byobu egy elegáns kiterjesztése az amúgy használható, egyszerű, +praktikus GNU screen-nek. A Byobu tartalmaz egy kiterjesztett profilt +és konfigurációs eszközöket a GNU screen ablakkezelőhöz, pl. a +ki/bekapcsolható rendszer státusz jelentéseket. + +%prep +%setup -q -n %{name}_%{version}.orig + +%build +profiles_generator/generate + +%install +rm -rf $RPM_BUILD_ROOT + +debian/rules install-po +install -d $RPM_BUILD_ROOT%{_libdir}/byobu +install -d $RPM_BUILD_ROOT%{_datadir}/locale +install -d $RPM_BUILD_ROOT%{_datadir}/byobu/profiles +install -d $RPM_BUILD_ROOT%{_datadir}/byobu/keybindings +install -d $RPM_BUILD_ROOT%{_datadir}/byobu/windows +install -d $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT%{_sysconfdir}/byobu +install -d $RPM_BUILD_ROOT%{_mandir}/man1 +%{__cp} bin/* $RPM_BUILD_ROOT%{_libdir}/byobu +%{__cp} -r po/locale/* $RPM_BUILD_ROOT%{_datadir}/locale +%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/locale/la +%{__cp} profiles/{byoburc,common,NONE,black,dark,light} $RPM_BUILD_ROOT%{_datadir}/byobu/profiles +ln -sf f-keys $RPM_BUILD_ROOT%{_datadir}/byobu/keybindings/common +%{__cp} keybindings/{f-keys,none} $RPM_BUILD_ROOT%{_datadir}/byobu/keybindings +%{__cp} windows/common $RPM_BUILD_ROOT%{_datadir}/byobu/windows +%{__cp} byobu byobu-{select-profile,config,launcher,janitor,export,status,status-detail} \ + motd+shell $RPM_BUILD_ROOT%{_bindir} +%{__cp} byobu-launcher-{,un}install $RPM_BUILD_ROOT%{_datadir}/byobu +%{__cp} profiles/*_* $RPM_BUILD_ROOT%{_datadir}/byobu/profiles +%{__cp} statusrc $RPM_BUILD_ROOT%{_sysconfdir}/byobu +%{__cp} *.1 $RPM_BUILD_ROOT%{_mandir}/man1 + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/motd+shell +%attr(755,root,root) %{_bindir}/byobu-launcher +%attr(755,root,root) %{_bindir}/byobu-janitor +%attr(755,root,root) %{_bindir}/byobu +%attr(755,root,root) %{_bindir}/byobu-config +%attr(755,root,root) %{_bindir}/byobu-export +%attr(755,root,root) %{_bindir}/byobu-status +%attr(755,root,root) %{_bindir}/byobu-status-detail +%attr(755,root,root) %{_bindir}/byobu-select-profile +%{_libdir}/byobu +%{_datadir}/byobu +%{_sysconfdir}/byobu +%doc README doc/help.txt debian/changelog +%{_mandir}/man1/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/10/02 14:48:36 uzsolt +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
