]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- separated from rpm.spec auto/ac/rpm-build-tools-4_4_9-8 auto/th/rpm-build-tools-4_4_9-8
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 30 Aug 2007 10:59:02 +0000 (10:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated builder script to 0.19

Changed files:
    rpm-build-tools.spec -> 1.1

rpm-build-tools.spec [new file with mode: 0644]

diff --git a/rpm-build-tools.spec b/rpm-build-tools.spec
new file mode 100644 (file)
index 0000000..f47f03a
--- /dev/null
@@ -0,0 +1,60 @@
+Summary:       Scripts for managing .spec files and building RPM packages
+Summary(de.UTF-8):     Scripts fürs Bauen binärer RPM-Pakete
+Summary(pl.UTF-8):     Skrypty pomocnicze do zarządznia plikami .spec i budowania RPM-ów
+Summary(pt_BR.UTF-8):  Scripts e programas executáveis usados para construir pacotes
+Summary(ru.UTF-8):     Скрипты и утилиты, необходимые для сборки пакетов
+Summary(uk.UTF-8):     Скрипти та утиліти, необхідні для побудови пакетів
+Group:         Applications/File
+Requires:      rpm-build
+Name:          rpm-build-tools
+Version:       4.4.9
+Release:       8
+License:       GPL
+Group:         Base
+Source30:      builder
+Source31:      adapter.awk
+Source32:      pldnotify.awk
+Requires:      wget
+Suggests:      cvs
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Scripts for managing .spec files and building RPM packages.
+
+%description -l de.UTF-8
+Scripts fürs Bauen RPM-Pakete.
+
+%description -l pl.UTF-8
+Skrypty pomocnicze do zarządzania plikami .spec i do budowania RPM-ów.
+
+%description -l pt_BR.UTF-8
+Este pacote contém scripts e programas executáveis que são usados para
+construir pacotes usando o RPM.
+
+%description -l ru.UTF-8
+Различные вспомогательные скрипты и исполняемые программы, которые
+используются для сборки RPM'ов.
+
+%description -l uk.UTF-8
+Різноманітні допоміжні скрипти та утиліти, які використовуються для
+побудови RPM'ів.
+
+%prep
+%setup -qcT
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{SOURCE30} $RPM_BUILD_ROOT%{_bindir}/builder
+install %{SOURCE31} $RPM_BUILD_ROOT%{_bindir}/adapter.awk
+install %{SOURCE32} $RPM_BUILD_ROOT%{_bindir}/pldnotify.awk
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/builder
+%attr(755,root,root) %{_bindir}/adapter.awk
+%attr(755,root,root) %{_bindir}/pldnotify.awk
This page took 0.055365 seconds and 4 git commands to generate.