Blob Blame History Raw
Name:           blazeblogger
Version:        1.1.1
Release:        1%{?dist}
Summary:        A simple to use but capable CMS for the command line

Group:          Applications/Publishing
# The application is GPLv3 while the man pages are GFDL
License:        GPLv3 and GFDL
URL:            http://blaze.blackened.cz/
Source0:        http://blazeblogger.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArchitectures: noarch 

%description
Written in Perl as a cross-platform application and producing
the static content without the need of database servers or
server side scripting, BlazeBlogger is literally a CMS without
boundaries suitable for a wide variety of web presentations,
from personal weblog to a project page or even a company presentation.

%prep
%setup -q


%build


%install
rm -rf %{buildroot}
make install prefix=%{buildroot}/usr config=%{buildroot}/etc


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING FDL
%{_bindir}/blaze*
%{_datadir}/blazeblogger/
%{_mandir}/man1/blaze*.1*
%{_sysconfdir}/bash_completion.d/blazeblogger


%changelog
* Mon Nov  1 2010 Thomas Spura <tomspur@fedoraproject.org> - 1.1.1-1
- update to new version

* Mon Oct  4 2010 Thomas Spura <tomspur@fedoraproject.org> - 1.1.0-1
- update to new version

* Wed Oct 21 2009 Sebastian Dziallas <sebastian@when.com> - 1.0.0-1
- update to new upstream release

* Sat Sep 12 2009 Sebastian Dziallas <sebastian@when.com> - 0.9.1-1
- update to new upstream release

* Sun Aug 09 2009 Sebastian Dziallas <sebastian@when.com> - 0.9.0-1
- initial packaging