xournal/xournal-0.4.2.1.spec

Name: xournal
Summary: Stylus oriented notetaking
Version: 0.4.2.1
Release: 1
License: GPL
Group: Applications/Productivity
URL: http://xournal.sourceforge.net/
Description: Xournal is an application for notetaking, sketching, keeping a journal using a stylus. It is free software (GNU GPL) and runs on Linux (recent distributions) and other GTK+/Gnome platforms. It is similar to Microsoft Windows Journal or to other alternatives such as Jarnal, Gournal, and NoteLab.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: xournal-0.4.2.1.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id: xournal.spec 7981 2009-11-03 03:05:34Z dag $
# Authority: dag

# ExclusiveDist: el2 el3 el4 el5

Summary: Stylus oriented notetaking
Name: xournal
Version: 0.4.2.1
Release: 1%{?dist}
License: GPL
Group: Applications/Productivity
URL: http://xournal.sourceforge.net/

Source: http://dl.sf.net/xournal/xournal-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: libgnomeprintui22-devel, glib2-devel >= 2.6, freetype-devel
BuildRequires: autoconf, automake

%description
Xournal is an application for notetaking, sketching, keeping a journal using 
a stylus. It is free software (GNU GPL) and runs on Linux (recent 
distributions) and other GTK+/Gnome platforms. It is similar to Microsoft 
Windows Journal or to other alternatives such as Jarnal, Gournal, and NoteLab.

%prep
%setup

%build
./autogen.sh --prefix="%{_prefix}"
#configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README 
%{_bindir}/xournal
%{_datadir}/xournal/

%changelog
* Fri Mar 28 2008 Dag Wieers <dag@wieers.com> - 0.4.2.1-1
- Updated to release 0.4.2.1.

* Wed Mar 26 2008 Dag Wieers <dag@wieers.com> - 0.4.2-1
- Updated to release 0.4.2.

* Sat Sep 22 2007 Dag Wieers <dag@wieers.com> - 0.4.1-1
- Updated to release 0.4.1.

* Wed Sep 09 2007 R P Herrold <info@owlriver.com> - 0.4.0.1-1
- Initial packaging.