]> git.pld-linux.org Git - packages/Bugzilla-Guide.git/commitdiff
- initial release
authorjuandon <witekfl@pld-linux.org>
Mon, 30 Sep 2002 08:06:35 +0000 (08:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Bugzilla-Guide.spec -> 1.1

Bugzilla-Guide.spec [new file with mode: 0644]

diff --git a/Bugzilla-Guide.spec b/Bugzilla-Guide.spec
new file mode 100644 (file)
index 0000000..97aa70e
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       LDP Bugzilla Guide
+Summary(pl):   Podrêcznik do Bugzilli
+Name:          Bugzilla-Guide
+Version:       2.14
+Release:       1
+License:       distributable
+Group:         Documentation
+Source0:       http://www.tldp.org/LDP/bugzilla/%{name}.html.tar.gz
+URL:           http://www.tldp.org/LDP/bugzilla/%{name}/index.html
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This document is intended to be the comprehensive guide to the
+installation, administration, maintenance, and use of the Bugzilla
+bug-tracking system.
+
+%description -l pl
+Ten dokument ma byæ, w za³o¿eniach, wszechstronnym podrêcznikiem
+instalacji, administracji, zarz±dzania i u¿ywania systemu ¶ledzenia
+b³êdów Bugzilla.
+
+%prep
+%setup -q -n %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+
+cp -ar * $RPM_BUILD_ROOT%{_docdir}/LDP/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_docdir}/LDP/%{name}
This page took 0.061622 seconds and 4 git commands to generate.