Spec file fix 16/1616/1 1.0 1.0_branch accepted/trunk/20120904.195511 submit/trunk/20120904.201047
authorGraydon, Tracy <tracy.graydon@intel.com>
Tue, 4 Sep 2012 20:10:40 +0000 (13:10 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Tue, 4 Sep 2012 20:10:40 +0000 (13:10 -0700)
packaging/perl-SGMLSpm.spec

index f9d4203..3aebebb 100644 (file)
@@ -7,12 +7,12 @@ Summary:        Perl library for parsing the output of nsgmls
 Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://search.cpan.org/dist/SGMLSpm/
-Source0:        http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        SGMLSpm-%{version}.tar.gz
+#BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+#Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       openjade
 
 %description
@@ -21,7 +21,7 @@ documents into new formats.
 
 
 %prep
-%setup -q -n SGMLSpm
+%setup -q -n SGMLSpm-%{version}
 
 %build