]> git.pld-linux.org Git - packages/perl-Class-Unload.git/commitdiff
- change desc so rpmlint won't be thinking of unexpanded macro auto/th/perl-Class-Unload-0_05-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Feb 2011 19:40:09 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Class-Unload.spec -> 1.2

perl-Class-Unload.spec

index 6201310ba3e8b1a0a01e3557ff79788fdd4f1900..f10c21021d0285524d649314db9be332fd98b9d7 100644 (file)
@@ -1,15 +1,14 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
+
+%define                pdir    Class
+%define                pnam    Unload
 %include       /usr/lib/rpm/macros.perl
-%define        pdir    Class
-%define        pnam    Unload
 Summary:       Class::Unload - Unload a class
-#Summary(pl.UTF-8):    
 Name:          perl-Class-Unload
 Version:       0.05
-Release:       1
+Release:       2
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -26,10 +25,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 +39,6 @@ it from %INC.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.042412 seconds and 4 git commands to generate.