Updated to 03.01.12
This commit is contained in:
parent
0796474a0d
commit
794433bfcf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
remind-03.01.07.tar.gz
|
||||
/remind-03.01.12.tar.gz
|
||||
|
16
remind.spec
16
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 <jcapik@redhat.com> - 03.01.12-1
|
||||
- Updated to 03.01.12
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 03.01.07-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user