SPECS: csstidy.spec - add makefile patch and longer description fr...

glen glen at pld-linux.org
Mon Jul 16 15:06:08 CEST 2007


Author: glen                         Date: Mon Jul 16 13:06:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add makefile patch and longer description from debian

---- Files affected:
SPECS:
   csstidy.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/csstidy.spec
diff -u SPECS/csstidy.spec:1.7 SPECS/csstidy.spec:1.8
--- SPECS/csstidy.spec:1.7	Mon Jul 16 14:52:43 2007
+++ SPECS/csstidy.spec	Mon Jul 16 15:06:03 2007
@@ -2,31 +2,39 @@
 Summary:	Opensource CSS parser and optimiser
 Name:		csstidy
 Version:	1.2
-Release:	0.2
+Release:	0.3
 License:	GPL v2
 Group:		Applications/WWW
 Source0:	http://dl.sourceforge.net/csstidy/%{name}-source-%{version}.zip
 # Source0-md5:	cd2e1e50289fdaba0c56dcb293de8c40
+Patch0:		http://ftp.debian.org/debian/pool/main/c/csstidy/%{name}_%{version}-1.diff.gz
 URL:		http://csstidy.sourceforge.net/
 BuildRequires:	libstdc++-devel
 BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Opensource CSS parser and optimiser.
+csstidy parses and optimises your CSS code, making it cleaner and more
+concise. The end result is a smaller CSS file and better written code.
+It has a variety of option settings giving the user a significant
+amount of control over the level of file compression and readability.
+It is not meant to be a css validator.
 
 %prep
 %setup -qc
-sed -i -e 's,g++,%{__cxx},;s,-o,%{rpmcxxflags} -o,' compile.sh
+%patch0 -p1
+%{__patch} -p1 < debian/patches/01_Makefiles.dpatch
+chmod +x configure
 
 %build
-sh -x ./compile.sh
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
-install csstidy $RPM_BUILD_ROOT%{_bindir}
-cp -a csstidy.layout $RPM_BUILD_ROOT%{_datadir}/%{name}
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+install -D csstidy.layout $RPM_BUILD_ROOT%{_datadir}/%{name}/csstidy.layout
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,6 +51,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/07/16 13:06:03  glen
+- add makefile patch and longer description from debian
+
 Revision 1.7  2007/07/16 12:52:43  glen
 - add csstidy.layout
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/csstidy.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list