summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-Apache-Test.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/perl-Apache-Test.spec b/perl-Apache-Test.spec
index ff36cd5..06ad8ce 100644
--- a/perl-Apache-Test.spec
+++ b/perl-Apache-Test.spec
@@ -8,16 +8,14 @@
Summary: Apache::Test - Test.pm wrapper with helpers for testing Apache
Summary(pl): Apache::Test - wrapper na Test.pm z funkcjami do testowania Apache
Name: perl-Apache-Test
-%define _rc -rc1
Version: 1.29
-Release: 0.%(echo %{_rc} | sed -e s/-//).1
+Release: 1
Epoch: 1
License: Apache Software License 2.0
Group: Development/Languages/Perl
-#Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-Source0: http://people.apache.org/~pgollucci/at/%{pdir}-%{pnam}-%{version}%{_rc}.tar.gz
-# Source0-md5: 6442b0dcca3436f25ba673a69bdb0b4f
-URL: http://httpd.apache.org/test/
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: d99c88b856302420211cee2f891ad931
+URL: http://search.cpan.org/dist/Apache-Test/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
@@ -38,7 +36,7 @@ Apache::Test to moduł opakowujący standardowy Test.pm z funkcjami
pomocniczymi do testowania serwera Apache.
%prep
-%setup -q -n %{pdir}-%{pnam}-%{version}%{_rc}
+%setup -q -n %{pdir}-%{pnam}-%{version}%{?_rc}
%build
%{__perl} Makefile.PL \