Author: arekm Date: Wed Feb 6 07:25:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: perl-CSS-Squish.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/perl-CSS-Squish.spec diff -u /dev/null SPECS/perl-CSS-Squish.spec:1.1 --- /dev/null Wed Feb 6 08:25:56 2008 +++ SPECS/perl-CSS-Squish.spec Wed Feb 6 08:25:51 2008 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_without tests # don't perform "make test" +# +%include /usr/lib/rpm/macros.perl +%define pdir CSS +%define pnam Squish +Summary: CSS::Squish - Compact many CSS files into one big file +Summary(pl.UTF-8): CSS::Squish - Compact many CSS files into one big file +Name: perl-CSS-Squish +Version: 0.07 +Release: 1 +# same as perl +License: GPL v1+ or Artistic +Group: Development/Languages/Perl +Source0: http://www.cpan.org/modules/by-module/CSS/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: d992129bf96368a504fe9c67b6d3e622 +URL: http://search.cpan.org/dist/CSS-Squish/ +BuildRequires: perl-devel >= 1:5.8.0 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This module takes a list of CSS files and concatenates them, making +sure to honor any valid @import statements included in the files. + +%description -l pl.UTF-8 +Ten moduł łączy podaną listę plikół CSS w jeden uwzględniając +polecenia @import wewnątrz plików. + +%prep +%setup -q -n %{pdir}-%{pnam}-%{version} + +%build +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor +%{__make} + +%{?with_tests:%{__make} test} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%{perl_vendorlib}/CSS/*.pm +%{_mandir}/man3/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-02-06 07:25:51 arekm +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
