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.07.tar.gz
|
||||||
|
/remind-03.01.12.tar.gz
|
||||||
|
16
remind.spec
16
remind.spec
@ -1,6 +1,6 @@
|
|||||||
Name: remind
|
Name: remind
|
||||||
Version: 03.01.07
|
Version: 03.01.12
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A sophisticated calendar and alarm program
|
Summary: A sophisticated calendar and alarm program
|
||||||
|
|
||||||
Group: Applications/Productivity
|
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
|
Source0: http://www.roaringpenguin.com/files/download/remind-%{version}.tar.gz
|
||||||
Source1: tkremind.desktop
|
Source1: tkremind.desktop
|
||||||
Patch0: remind-nostrip.patch
|
Patch0: remind-nostrip.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
Requires: tcl
|
Requires: tcl
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
@ -18,7 +17,7 @@ Remind is a sophisticated calendar and alarm program. It includes the following
|
|||||||
features:
|
features:
|
||||||
* A sophisticated scripting language
|
* A sophisticated scripting language
|
||||||
* Plain-text, PostScript and HTML output
|
* Plain-text, PostScript and HTML output
|
||||||
* Timed reminders and pop-up alarms
|
* Timed reminders and pop-up alarms
|
||||||
|
|
||||||
%package gui
|
%package gui
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
@ -60,7 +59,6 @@ if ! make test; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
# This preserves timestamps.
|
# This preserves timestamps.
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
|
||||||
|
|
||||||
@ -74,11 +72,7 @@ desktop-file-install --vendor "fedora" \
|
|||||||
--add-category "Office" \
|
--add-category "Office" \
|
||||||
%{SOURCE1}
|
%{SOURCE1}
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/rem2html
|
%{_bindir}/rem2html
|
||||||
%{_bindir}/cm2rem.tcl
|
%{_bindir}/cm2rem.tcl
|
||||||
%{_bindir}/rem2ps
|
%{_bindir}/rem2ps
|
||||||
@ -92,12 +86,14 @@ desktop-file-install --vendor "fedora" \
|
|||||||
%doc COPYRIGHT docs/README.UNIX docs/WHATSNEW examples www
|
%doc COPYRIGHT docs/README.UNIX docs/WHATSNEW examples www
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
%{_bindir}/tkremind
|
%{_bindir}/tkremind
|
||||||
%{_mandir}/man1/tkremind.1.gz
|
%{_mandir}/man1/tkremind.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user