[svn] r5841 - in trunk/rpms: . xournal

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Thu Sep 13 18:11:07 CEST 2007


Author: dag
Date: 2007-09-13 18:11:06 +0200 (Thu, 13 Sep 2007)
New Revision: 5841

Added:
   trunk/rpms/xournal/
   trunk/rpms/xournal/xournal.spec
Log:
Updates

Added: trunk/rpms/xournal/xournal.spec
===================================================================
--- trunk/rpms/xournal/xournal.spec	                        (rev 0)
+++ trunk/rpms/xournal/xournal.spec	2007-09-13 16:11:06 UTC (rev 5841)
@@ -0,0 +1,46 @@
+# $Id$
+# Authority: dag
+
+Summary: Stylus oriented notetaking
+Name: xournal
+Version: 0.4.0.1
+Release: 1
+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
+
+%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
+./autogen.sh --prefix="%{_prefix}"
+#configure
+
+%build
+%{__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
+* Wed Sep 09 2007 R P Herrold <info at owlriver.com> - 0.4.0.1-1
+- Initial packaging.


Property changes on: trunk/rpms/xournal/xournal.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native



More information about the svn-commits mailing list