]> git.pld-linux.org Git - packages/byobu.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Fri, 2 Oct 2009 14:48:36 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    byobu.spec -> 1.1

byobu.spec [new file with mode: 0644]

diff --git a/byobu.spec b/byobu.spec
new file mode 100644 (file)
index 0000000..c3417ed
--- /dev/null
@@ -0,0 +1,82 @@
+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/*
This page took 0.077562 seconds and 4 git commands to generate.