]> git.pld-linux.org Git - packages/debiandoc-sgml.git/commitdiff
- initital rpm version ;)
authorundefine <undefine@pld-linux.org>
Sat, 11 Sep 2004 14:29:05 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    debiandoc-sgml.spec -> 1.1

debiandoc-sgml.spec [new file with mode: 0644]

diff --git a/debiandoc-sgml.spec b/debiandoc-sgml.spec
new file mode 100644 (file)
index 0000000..2355a86
--- /dev/null
@@ -0,0 +1,44 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       SGML-based documentation formatting package
+Summary(pl):   Bazuj±cy na SGML pakiet do formatowania dokumentacji
+Name:          debiandoc-sgml
+Version:       1.1.83
+Release:       1
+License:       GPL 2
+Group:         Applications/Publishing/SGML
+Source0:       ftp://ftp.debian.org/debian/pool/main/d/debiandoc-sgml/%{name}_%{version}.tar.gz
+# Source0-md5: abc5ea35af3fbce2968517be9eeb1d74
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SGML-based documentation formatting package.
+
+%description -l pl
+Bazuj±cy na SGML pakiet do formatowania dokumentacji.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       prefix=%{_prefix} \
+       perl_dir=%{perl_vendorlib}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       prefix=$RPM_BUILD_ROOT%{_prefix} \
+       perl_dir=$RPM_BUILD_ROOT%{perl_vendorlib}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/debiandoc2*
+%{perl_vendorlib}/DebianDoc_SGML
+%{_datadir}/%{name}
+%{_datadir}/sgml/debiandoc
+%{_mandir}/man?/*
This page took 0.180933 seconds and 4 git commands to generate.