rpms/php-geshi/devel import.log, NONE, 1.1 php-geshi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Thu Apr 23 19:48:18 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/php-geshi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16863/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-geshi.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
php-geshi-1_0_8_3-1_fc10:HEAD:php-geshi-1.0.8.3-1.fc10.src.rpm:1240516001


--- NEW FILE php-geshi.spec ---
Name:           php-geshi
Version:        1.0.8.3
Release:        1%{?dist}
Summary:        Generic syntax highlighter

Group:          Development/Libraries
License:        GPLv2+
URL:            http://qbnz.com/highlighter/
Source0:        http://downloads.sourceforge.net/geshi/GeSHi-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       php >= 4.3.0
Requires:       php-mbstring


%description
GeSHi aims to be a simple but powerful highlighting class, with the following
goals:
    * Support for a wide range of popular languages
    * Easy to add a new language for highlighting
    * Highly customisable output formats


%prep
%setup -q -n geshi
find docs -type f -exec chmod a-x {} ';'
find . -type f -name "*.php" -exec chmod a-x {} ';'


%build
# Nothing to build


%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_datadir}/php/
cp -a geshi geshi.php $RPM_BUILD_ROOT%{_datadir}/php/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc docs/* contrib/
%{_datadir}/php/geshi.php
%{_datadir}/php/geshi


%changelog
* Wed Apr 15 2009 Xavier Bachelot <xavier at bachelot.org> 1.0.8.3-1
- Update to 1.0.8.3.

* Thu Mar 26 2009 Xavier Bachelot <xavier at bachelot.org> 1.0.8.2-3
- License is actually GPLv2+.
- Remove implicit R: php-common.
- Fix URL:.

* Thu Mar 26 2009 Xavier Bachelot <xavier at bachelot.org> 1.0.8.2-2
- More Requires:.

* Thu Mar 19 2009 Xavier Bachelot <xavier at bachelot.org> 1.0.8.2-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-geshi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 16:30:33 -0000	1.1
+++ .cvsignore	23 Apr 2009 19:47:47 -0000	1.2
@@ -0,0 +1 @@
+GeSHi-1.0.8.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-geshi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2009 16:30:33 -0000	1.1
+++ sources	23 Apr 2009 19:47:47 -0000	1.2
@@ -0,0 +1 @@
+fa7ad8e9f5d2573cfca58dd3d5945712  GeSHi-1.0.8.3.tar.gz




More information about the fedora-extras-commits mailing list