[pal/f14] Initial import (#698576).

Martin Cermak mcermak at fedoraproject.org
Thu May 12 14:02:52 UTC 2011


commit e10da64735269f7d3186c7c0ad6438c7bc944889
Author: Martin Cermak <mcermak at redhat.com>
Date:   Thu May 12 14:02:37 2011 -0400

    Initial import (#698576).

 .gitignore |    1 +
 pal.spec   |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ae2344e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pal-0.4.3.tgz
diff --git a/pal.spec b/pal.spec
new file mode 100644
index 0000000..b920f78
--- /dev/null
+++ b/pal.spec
@@ -0,0 +1,57 @@
+Summary:    Command line calendar that displays holidays and events
+Name:       pal
+Version:    0.4.3
+Release:    2%{?dist}
+License:    GPLv2+
+Group:      Applications/Productivity
+Url:        http://palcal.sourceforge.net
+Source0:    http://downloads.sourceforge.net/palcal/pal-%{version}.tgz
+
+
+BuildRequires: glib2-devel
+BuildRequires: ncurses-devel
+BuildRequires: readline-devel
+BuildRequires: gettext
+
+%description
+Pal is command-line calendar program for Unix/Linux that can keep track of
+events.  It has similarities with the Unix cal command, the more complex GNU
+gcal program, and the calendar program distributed with the BSDs.
+
+%prep
+%setup -q
+sed -i 's/-o\ root//g' src/Makefile
+sed -i 's/-o\ root//g' src/convert/Makefile
+
+%build
+make DEBUG=1 -C src OPT="$RPM_OPT_FLAGS"
+
+%install
+make -C src DESTDIR="$RPM_BUILD_ROOT" install-no-rm
+%find_lang %{name}
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc doc/example.css COPYING ChangeLog
+%config(noreplace) %{_sysconfdir}/pal.conf
+%{_bindir}/pal
+%{_bindir}/vcard2pal
+%{_datadir}/pal
+%{_datadir}/man/man1/pal.1.gz
+%{_datadir}/man/man1/vcard2pal.1.gz
+
+%changelog
+
+* Sun May  1 2011 Martin Cermak <mcermak at redhat.com> 0.4.3-2
+- Description modified.
+- Standard URL for SF downloads used in Source0 
+- Fixed the empty-debuginfo-package error
+- License tag fixed (GPLv2 changed to GPLv2+)
+- Removed unnecessary -n switch from the setup macro
+- Defattr fixed 
+- Relevant docs packaged (example.css, COPYING, ChangeLog)
+
+
+* Tue Apr 19 2011 Martin Cermak <mcermak at redhat.com> 0.4.3-1
+- Packaged for Fedora 
+
diff --git a/sources b/sources
index e69de29..bf8a95e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7585089bc191f083c96234c1c8d05726  pal-0.4.3.tgz


More information about the scm-commits mailing list