rpms/perl-CSS-Squish/F-8 perl-CSS-Squish.spec,NONE,1.1

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sat Feb 2 02:50:40 UTC 2008


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-CSS-Squish/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28658/F-8

Added Files:
	perl-CSS-Squish.spec 
Log Message:
Initial import.


--- NEW FILE perl-CSS-Squish.spec ---
Name:           perl-CSS-Squish
Version:        0.07
Release:        1%{?dist}
Summary:        Compact many CSS files into one big file
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CSS-Squish/
Source0:        http://www.cpan.org/modules/by-module/CSS/CSS-Squish-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::LongString)
BuildRequires:  perl(URI)
BuildRequires:  perl(URI::file)

# For improved tests
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Pod)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module takes a list of CSS files and concatenates them, making sure to
honor any valid @import statements included in the files.

%prep
%setup -q -n CSS-Squish-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jan 31 2008 Ralf Corsépius <rc040203 at freenet.de> 0.07-1
- Manually tweak spec.
- Specfile autogenerated by cpanspec 1.74.




More information about the fedora-extras-commits mailing list