]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- no need for epoch for new packages
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Nov 2006 11:24:43 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear.spec -> 1.29

php-pear.spec

index 79610f08ad46b5613886dcd0940c4c218d23635e..60ee0551e13d65baf3b18eeba1eafefd92900efe 100644 (file)
@@ -1,6 +1,6 @@
 #
 # NOTE
-# - you should use 'pear makerpm PEARPACKAGE' instead of this template
+# - you should use 'pear make-rpm-spec PEARPACKAGE' instead of this template
 #   this file exists just for a reference when updating existing packages
 #
 %include       /usr/lib/rpm/macros.php
@@ -14,7 +14,6 @@ Summary(pl):  %{_pearname} -
 Name:          php-pear-%{_pearname}
 Version:       0.2.0
 Release:       1
-Epoch:         0
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -46,7 +45,7 @@ Ta klasa ma w PEAR status: %{_status}.
 Summary:       Tests for PEAR::%{_pearname}
 Summary(pl):   Testy dla PEAR::%{_pearname}
 Group:         Development/Languages/PHP
-Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      %{name} = %{version}-%{release}
 AutoReq:       no
 AutoProv:      no
 
This page took 0.244337 seconds and 4 git commands to generate.