SPECS: xournal.spec (NEW) - init
wolvverine
wolvverine at pld-linux.org
Mon Oct 16 01:52:54 CEST 2006
Author: wolvverine Date: Sun Oct 15 23:52:54 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
xournal.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xournal.spec
diff -u /dev/null SPECS/xournal.spec:1.1
--- /dev/null Mon Oct 16 01:52:54 2006
+++ SPECS/xournal.spec Mon Oct 16 01:52:48 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary: Xournal - application for notetaking, sketching, keeping a journal using a stylus.
+Summary(pl): Xournal -
+Name: xournal
+Version: 0.3.1
+Release: 0.1
+License: GPL
+Group: Applications
+Source0: http://dl.sourceforge.net/sourceforge/xournal/%{name}-%{version}.tar.gz
+# Source0-md5: 5c5077afff8ef41aa296d5b68504f73b
+URL: http://xournal.sourceforge.net
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel >= 2.4
+BuildRequires: libgnomecanvas-devel >= 2.4
+BuildRequires: libgnomeprint-devel >= 2.2
+BuildRequires: libgnomeprintui-devel >= 2.2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Xournal is an application for notetaking, sketching, keeping a journal
+using a stylus. It is similar to Microsoft Windows Journal or to other
+alternatives such as Jarnal and Gournal.
+
+%description -l pl
+Xournal
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/10/15 23:52:48 wolvverine
+- init
+
+
================================================================
More information about the pld-cvs-commit
mailing list