From 794433bfcfc14ead2b1d80679997fa56e0d0a9cb Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Mon, 30 Apr 2012 19:54:58 +0200 Subject: [PATCH] Updated to 03.01.12 --- .gitignore | 1 + remind.spec | 16 ++++++---------- sources | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a022703..2ccdf34 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ remind-03.01.07.tar.gz +/remind-03.01.12.tar.gz diff --git a/remind.spec b/remind.spec index 0e1691c..25ad70a 100644 --- a/remind.spec +++ b/remind.spec @@ -1,6 +1,6 @@ Name: remind -Version: 03.01.07 -Release: 4%{?dist} +Version: 03.01.12 +Release: 1%{?dist} Summary: A sophisticated calendar and alarm program Group: Applications/Productivity @@ -9,7 +9,6 @@ URL: http://www.roaringpenguin.com/en/penguin/openSourceProducts/remi Source0: http://www.roaringpenguin.com/files/download/remind-%{version}.tar.gz Source1: tkremind.desktop Patch0: remind-nostrip.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tcl BuildRequires: desktop-file-utils @@ -18,7 +17,7 @@ Remind is a sophisticated calendar and alarm program. It includes the following features: * A sophisticated scripting language * Plain-text, PostScript and HTML output - * Timed reminders and pop-up alarms + * Timed reminders and pop-up alarms %package gui Group: Applications/Productivity @@ -60,7 +59,6 @@ if ! make test; then fi %install -%{__rm} -rf $RPM_BUILD_ROOT # This preserves timestamps. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p" @@ -74,11 +72,7 @@ desktop-file-install --vendor "fedora" \ --add-category "Office" \ %{SOURCE1} -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %{_bindir}/rem2html %{_bindir}/cm2rem.tcl %{_bindir}/rem2ps @@ -92,12 +86,14 @@ desktop-file-install --vendor "fedora" \ %doc COPYRIGHT docs/README.UNIX docs/WHATSNEW examples www %files gui -%defattr(-,root,root,-) %{_datadir}/applications/* %{_bindir}/tkremind %{_mandir}/man1/tkremind.1.gz %changelog +* Mon Apr 30 2012 Jaromir Capik - 03.01.12-1 +- Updated to 03.01.12 + * Sat Jan 14 2012 Fedora Release Engineering - 03.01.07-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 8403106..db64a9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9335189e78a11b78d848aeade30058d6 remind-03.01.07.tar.gz +de16cbfc3ee94defcb1abdf78b2ebcd1 remind-03.01.12.tar.gz