Author: terjeros
Update of /cvs/extras/rpms/perl-CSS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7831
Modified Files:
perl-CSS.spec
Log Message:
* Sun May 1 2008 Terje Rosten <terje.rosten(a)ntnu.no> - 1.08-3
- Fix broken build
Index: perl-CSS.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-CSS/devel/perl-CSS.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-CSS.spec 24 Apr 2008 20:32:16 -0000 1.2
+++ perl-CSS.spec 1 Jun 2008 11:49:29 -0000 1.3
@@ -1,6 +1,6 @@
Name: perl-CSS
Version: 1.08
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Object oriented access to Cascading Style Sheets (CSS)
License: GPL+ or Artistic
Group: Development/Libraries
@@ -36,7 +36,7 @@
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
-find %{buildroot} -depth -type d -delete
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{__install} -D -p -m 0644 t/css_simple examples/t/css_simple
%{_fixperms} %{buildroot}/*
@@ -54,6 +54,9 @@
%{_mandir}/man3/*
%changelog
+* Sun May 1 2008 Terje Rosten <terje.rosten(a)ntnu.no> - 1.08-3
+- Fix broken build
+
* Thu Apr 24 2008 Terje Rosten <terje.rosten(a)ntnu.no> - 1.08-2
- Ship t/css_simple