]> git.pld-linux.org Git - packages/perl-Class-Unload.git/blobdiff - perl-Class-Unload.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Class-Unload.git] / perl-Class-Unload.spec
index 6201310ba3e8b1a0a01e3557ff79788fdd4f1900..696612e9feb2c330ed99f93e15a865c18f354cd6 100644 (file)
@@ -1,20 +1,18 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
-%define        pdir    Class
-%define        pnam    Unload
+
+%define                pdir    Class
+%define                pnam    Unload
 Summary:       Class::Unload - Unload a class
-#Summary(pl.UTF-8):    
 Name:          perl-Class-Unload
-Version:       0.05
+Version:       0.11
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Class/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 497de4c5c959b328356569a7e423fecc
+# Source0-md5: 0c28497de640aea4c3900fb52b7c6cb5
 URL:           http://search.cpan.org/dist/Class-Unload/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -26,10 +24,7 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Unloads the given class by clearing out its symbol table and removing
-it from %INC.
-
-# %description -l pl.UTF-8
-# TODO
+it from INC hash.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -43,7 +38,6 @@ it from %INC.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.200099 seconds and 4 git commands to generate.