rpms/php-markdown/F-11 import.log, NONE, 1.1 php-markdown.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Mon Jun 8 03:59:52 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/php-markdown/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4416/F-11

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



--- NEW FILE import.log ---
php-markdown-1_0_1m-2_fc10:F-11:php-markdown-1.0.1m-2.fc10.src.rpm:1244433201


--- NEW FILE php-markdown.spec ---
Name:		php-markdown
Version:	1.0.1m
Release:	2%{?dist}
Summary:	Markdown implementation in PHP

Group:		Development/Languages
License:	BSD
URL:		http://michelf.com/projects/php-markdown/
Source0:	http://michelf.com/docs/projets/%{name}-%{version}.zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
Requires:	php

%description
This is a PHP implementation of John Gruber's Markdown. This is a
Python implementation of John Gruber's Markdown. It is almost
completely compliant with the reference implementation.

%prep
%setup -q -n 'PHP Markdown 1.0.1m'


%build
# Empty build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/php/
install -p -m 644 markdown.php $RPM_BUILD_ROOT%{_datadir}/php/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc License.text 'PHP Markdown Readme.text'
%{_datadir}/php/markdown.php


%changelog
* Sun May 24 2009 Rakesh Pandit <rakesh at fedoraproject.irg> 1.0.1m-2
- Fixed mixed use of space and tabs, using install in place of cp

* Sun May 24 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0.1m-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-markdown/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 May 2009 22:07:23 -0000	1.1
+++ .cvsignore	8 Jun 2009 03:59:22 -0000	1.2
@@ -0,0 +1 @@
+php-markdown-1.0.1m.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-markdown/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 May 2009 22:07:23 -0000	1.1
+++ sources	8 Jun 2009 03:59:22 -0000	1.2
@@ -0,0 +1 @@
+0111093efcb81e455e7bbd959d4cff54  php-markdown-1.0.1m.zip




More information about the fedora-extras-commits mailing list