diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 0fcb2ee..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -PHP_CodeSniffer-0.8.0.tgz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27dced3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +PHP_CodeSniffer-1.0.1.tgz diff --git a/Makefile b/Makefile deleted file mode 100644 index 24dd3e6..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: php-pear-PHP-CodeSniffer -# $Id$ -NAME := php-pear-PHP-CodeSniffer -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 3beb3aa..b08dd41 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -2,7 +2,7 @@ %define pear_name PHP_CodeSniffer Name: php-pear-PHP-CodeSniffer -Version: 0.8.0 +Version: 1.0.1 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -43,6 +43,8 @@ cd %{pear_name}-%{version} %build +cd %{pear_name}-%{version} +# Empty build section, %install @@ -50,9 +52,10 @@ cd %{pear_name}-%{version} rm -rf $RPM_BUILD_ROOT docdir %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml -# Move documentation (none packaged so far) -# mkdir -p docdir -# mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir +# Move documentation +mkdir -p docdir +mv $RPM_BUILD_ROOT%{pear_datadir}/%{pear_name}/*.sample.conf docdir/ + cp %{SOURCE1} . # Clean up unnecessary files @@ -80,11 +83,13 @@ fi %files %defattr(-,root,root,-) -%doc %{pear_name}-%{version}/PHP_CodeSniffer-licence.txt +%doc %{pear_name}-%{version}/PHP_CodeSniffer-licence.txt +%doc %{pear_name}-%{version}/docdir/* %{pear_xmldir}/%{pear_name}.xml %{pear_testdir}/%{pear_name} %dir %{pear_phpdir}/PHP %{pear_phpdir}/PHP/* +%dir %{pear_datadir}/%{pear_name} %files -n phpcs %defattr(-,root,root,-) @@ -93,6 +98,10 @@ fi %changelog +* Sun Feb 17 2008 Konstantin Ryabitsev - 1.0.1-1 +- Upstream 1.0.1 +- Move sample config into docs + * Fri Aug 17 2007 Konstantin Ryabitsev - 0.8.0-1 - Upstream 0.8.0 diff --git a/sources b/sources index cfce90f..2a6e19d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a106c8c1abfc35ba590d6bc0f7e2acff PHP_CodeSniffer-0.8.0.tgz +500a5fc5236190217c579548304f7155 PHP_CodeSniffer-1.0.1.tgz