]> git.pld-linux.org Git - packages/perl-SGMLS.git/commitdiff
- changed all BuildRoot definitons
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 1 Apr 2000 11:15:26 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed all applnkdir defs
- changed some prereqs/requires
- removed duplicate empty lines

Changed files:
    perl-SGMLS.spec -> 1.3

perl-SGMLS.spec

index bdc224f36ef2f143ee75518a59f079c14eec455f..ed789130b1d17212f23775028f9f95adc70ebf12 100644 (file)
@@ -11,7 +11,7 @@ Source:               ftp://ftp.perl.org/pub/CPAN/modules/by-module/SGMLS/SGMLSpm-%{version}.
 BuildRequires: rpm-perlprov >= 3.0.3-18
 BuildRequires: perl >= 5.005_03-14
 %requires_eq   perl
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 SGMLS perl module.
@@ -35,7 +35,6 @@ pod2man SGMLS.pm  > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS.3pm
 pod2man Output.pm > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS::Output.3pm
 pod2man Refs.pm   > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS::Refs.3pm
 
-
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
         ChangeLog README BUGS TODO
 
This page took 0.050189 seconds and 4 git commands to generate.