9b359b3
Name:			beacon
9b359b3
Version:		0.5
fb4288d
Release:		19%{?dist}
9b359b3
Summary:		WYSIWYG editor for docbook xml
9b359b3
9b359b3
License:		GPLv3+
9b359b3
URL:			http://fedoraproject.org/wiki/DocBook_Editor
Satya Komaragiri a235ef7
Source0:		%{name}-%{version}.tar.gz
b1b89d5
Source1:		httpd-beacon.conf
9b359b3
BuildArch:		noarch
Satya Komaragiri a235ef7
Requires:		php, httpd, php-xml, mysql-server, mysql, php-mysql
9b359b3
9b359b3
%description
Satya Komaragiri a235ef7
Beacon is an XSLT based plug-able WYSIWYG editor for DocBook xml. It
Satya Komaragiri a235ef7
is intended to serve as an easy to use tool which will attract new
9b359b3
contributors who would otherwise be discouraged by the steep learning
9b359b3
curve involved with DocBook and will also provide a convenient
9b359b3
alternative to those who are old-timers. More information is available
9b359b3
at https://fedoraproject.org/wiki/DocBook_Editor_Documentation and
9b359b3
https://fedoraproject.org/wiki/DocBook_Editor_Feature.
Satya Komaragiri a235ef7
9b359b3
%prep
9b359b3
%setup -q
9b359b3
b1b89d5
cp %{SOURCE1} httpd-beacon.conf
9b359b3
9b359b3
%build
9b359b3
# Empty build
9b359b3
9b359b3
%install
9b359b3
rm -rf $RPM_BUILD_ROOT
Satya Komaragiri a235ef7
make install prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_BUILD_ROOT/etc/
Satya Komaragiri a235ef7
Satya Komaragiri a235ef7
#mkdir -p $RPM_BUILD_ROOT/%{_datadir}/beacon
Satya Komaragiri a235ef7
#cp -rp beacon php $RPM_BUILD_ROOT/%{_datadir}/beacon/
Satya Komaragiri a235ef7
#mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/
Satya Komaragiri a235ef7
#cp -p  httpd-beacon.conf $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/
9b359b3
9b359b3
9b359b3
%files
Satya Komaragiri a235ef7
%doc docs/* LICENSE README TODO
9b359b3
%{_datadir}/beacon/*
9b359b3
%attr(0700,apache,apache)
9b359b3
9b359b3
%config(noreplace) %{_sysconfdir}/httpd/conf.d/httpd-beacon.conf
9b359b3
%config(noreplace) %{_datadir}/beacon/php/settings.php
9b359b3
9b359b3
9b359b3
%changelog
fb4288d
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-19
fb4288d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
fb4288d
e1bf7c2
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-18
e1bf7c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e1bf7c2
4d5d42a
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-17
4d5d42a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4d5d42a
d1a20af
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-16
d1a20af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d1a20af
dd2c9e3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-15
dd2c9e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
dd2c9e3
4372b81
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-14
4372b81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4372b81
f220ad9
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-13
f220ad9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f220ad9
65d9b5c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-12
65d9b5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
65d9b5c
e7b18ac
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-11
e7b18ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e7b18ac
f5603d7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-10
f5603d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f5603d7
929755d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-9
929755d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
929755d
9fc57e9
* Sat Dec  5 2012 Remi Collet <rcollet@redhat.com> - 0.5-8
b1b89d5
- fix configuration file for httpd 2.4, #871377
b1b89d5
658a376
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-7
658a376
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
658a376
2bc972a
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-6
2bc972a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2bc972a
Satya Komaragiri a235ef7
* Sat Jun 18 2011 P J P <pj.pandit@yahoo.co.in> 0.5-5
Satya Komaragiri a235ef7
- Updated source to include upstream bug fixes.
Satya Komaragiri a235ef7
- included httpd-beacon.conf into the source tarball.
Satya Komaragiri a235ef7
Satya Komaragiri a235ef7
* Tue May 10 2011 Satya Komaragiri <satyak@fedoraproject.org> 0.5-4
Satya Komaragiri a235ef7
- Added dependency on php-mysql.
Satya Komaragiri a235ef7
- Made mysql login as default.
Satya Komaragiri a235ef7
- Handled file names with spaces.
93ac780
9b359b3
* Wed Aug 24 2009 Satya Komaragiri <satyak@fedoraproject.org> 0.5-3
9b359b3
- Improved description.
9b359b3
- Reverted back to requiring httpd.
9b359b3
9b359b3
* Wed Aug 24 2009 Satya Komaragiri <satyak@fedoraproject.org> 0.5-2
9b359b3
- Changed requires to webserver from httpd
9b359b3
- Added beacon/php/settings.php to the config section.
9b359b3
- Removed /var/tmp as we are using mysql now.
9b359b3
- Added more documentation and moved README.fedora inside the tarball.
9b359b3
9b359b3
* Wed Aug 12 2009 Satya Komaragiri <satyak@fedoraproject.org> 0.5-1
9b359b3
- Initial version