rpms/beacon/F-11 beacon.spec, NONE, 1.1 httpd-beacon.conf, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

satyak satyak at fedoraproject.org
Tue Sep 1 13:34:15 UTC 2009


Author: satyak

Update of /cvs/pkgs/rpms/beacon/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20112/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	beacon.spec httpd-beacon.conf import.log 
Log Message:



--- NEW FILE beacon.spec ---
Name:			beacon
Version:		0.5
Release:		3%{?dist}
Summary:		WYSIWYG editor for docbook xml

Group:			Applications/Editors
License:		GPLv3+
URL:			http://fedoraproject.org/wiki/DocBook_Editor
Source0:		http://rakesh.fedorapeople.org/misc/%{name}-%{version}.tar.gz
Source1:		httpd-beacon.conf
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:		noarch
Requires:		php, httpd, php-xml, mysql-server, mysql, python-fedora

%description
Beacon is an XSLT based plug-able WYSIWYG editor for DocBook xml. It 
is intended to serve as an easy to use tool which will attract new 
contributors who would otherwise be discouraged by the steep learning
curve involved with DocBook and will also provide a convenient
alternative to those who are old-timers. More information is available
at https://fedoraproject.org/wiki/DocBook_Editor_Documentation and
https://fedoraproject.org/wiki/DocBook_Editor_Feature.
 
%prep
%setup -q


%build
# Empty build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/beacon
cp -rp beacon php $RPM_BUILD_ROOT/%{_datadir}/beacon/
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/
cp -p  %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc docs/* LICENSE README TODO README_DATABASE README.fedora
%{_datadir}/beacon/*
%attr(0700,apache,apache)

%config(noreplace) %{_sysconfdir}/httpd/conf.d/httpd-beacon.conf
%config(noreplace) %{_datadir}/beacon/php/settings.php


%changelog
* Wed Aug 24 2009 Satya Komaragiri <satyak at fedoraproject.org> 0.5-3
- Improved description.
- Reverted back to requiring httpd.

* Wed Aug 24 2009 Satya Komaragiri <satyak at fedoraproject.org> 0.5-2
- Changed requires to webserver from httpd
- Added beacon/php/settings.php to the config section.
- Removed /var/tmp as we are using mysql now.
- Added more documentation and moved README.fedora inside the tarball.

* Wed Aug 12 2009 Satya Komaragiri <satyak at fedoraproject.org> 0.5-1
- Initial version




--- NEW FILE httpd-beacon.conf ---
# Beacon specific httpd conf file
#PHPIniDir "/etc/beacon/php-beacon.ini"
Alias /beacon /usr/share/beacon
<Directory /usr/share/beacon>
Order allow,deny
Allow from all
</Directory>



--- NEW FILE import.log ---
beacon-0_5-3_fc11:F-11:beacon-0.5-3.fc11.src.rpm:1251725593


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/beacon/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Aug 2009 18:33:42 -0000	1.1
+++ .cvsignore	1 Sep 2009 13:34:14 -0000	1.2
@@ -0,0 +1 @@
+beacon-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/beacon/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Aug 2009 18:33:42 -0000	1.1
+++ sources	1 Sep 2009 13:34:14 -0000	1.2
@@ -0,0 +1 @@
+1288e8d6dd41b4a95dbfcfc66bd485a4  beacon-0.5.tar.gz




More information about the scm-commits mailing list