Compare commits

..

4 commits

Author SHA1 Message Date
Till Maas
f9aed339fe merge with master 2010-12-18 21:33:17 +01:00
Till Maas
d44e12e677 Merge branch 'master' into f13
Conflicts:
	.gitignore
2010-12-18 21:29:17 +01:00
Fedora Release Engineering
7ecaff4b9a dist-git conversion 2010-07-29 15:29:44 +00:00
Jesse Keating
d637b96046 Initialize branch F-13 for wyrd 2010-02-17 03:28:15 +00:00
6 changed files with 125 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/wyrd-1.4.5.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
3f39fa83a54d2d890823094aba9ca3cc wyrd-1.4.5.tar.gz

View file

@ -0,0 +1,21 @@
diff -ru wyrd-1.4.3/wyrdrc wyrd-1.4.3.p/wyrdrc
--- wyrd-1.4.3/wyrdrc 2007-08-18 05:30:06.000000000 +0200
+++ wyrd-1.4.3.p/wyrdrc 2007-08-18 10:26:38.000000000 +0200
@@ -1,3 +1,8 @@
+#
+# Do not edit this file!
+# Edit /etc/wyrdrc.local instead
+#
+
# Wyrd run-configuration file
# command for the Remind executable
@@ -165,6 +170,7 @@
color left_divider cyan blue
color right_divider cyan blue
-
+# Put different default values in this file
+include "/etc/wyrdrc.local"
# arch-tag: DO_NOT_CHANGE_ee9bb855-2fde-4a61-8645-8ba31b35eaab

1
wyrd-wyrdrc.local Normal file
View file

@ -0,0 +1 @@
# Use this file for your local wyrd configuration changes

101
wyrd.spec Normal file
View file

@ -0,0 +1,101 @@
Name: wyrd
Version: 1.4.5
Release: 1%{?dist}
Summary: A ncurses frontend for the calendar application remind
Group: Applications/Productivity
License: GPLv2
URL: http://pessimization.com/software/wyrd/
Source0: http://pessimization.com/software/wyrd/wyrd-%{version}.tar.gz
Source1: wyrd-wyrdrc.local
Patch0: wyrd-1.4.3-wyrdrc-local.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml remind ncurses-devel
BuildRequires: ocaml-camlp4-devel
Requires: remind
%description
wyrd is a ncurses frontend for the calendar application remind.
%prep
%setup -q
%patch0 -p1 -b .wyrdrc-local
%build
%configure --enable-utf8
# parallel make disabled because of:
# https://bugs.launchpad.net/bugs/691827
#make %{?_smp_mflags}
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
install --mode 0644 -D %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/wyrdrc.local
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog doc/TODO doc/manual.pdf doc/manual.html
%config %{_sysconfdir}/wyrdrc
%config(noreplace) %{_sysconfdir}/wyrdrc.local
%{_bindir}/wyrd
%{_mandir}/man1/wyrd.1*
%{_mandir}/man5/wyrdrc.5*
%changelog
* Sat Dec 18 2010 Till Maas <opensource@till.name> - 1.4.5-1
- Update to new release
- disable parallel make: https://bugs.launchpad.net/bugs/691827
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x@lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Dec 09 2008 Till Maas <opensource@till.name> - 1.4.4-3
- Add Requires: remind
* Tue Jul 08 2008 Till Maas <opensource@till.name> - 1.4.4-2
- fix BuildRequires, camlp4 is not needed/supported as BR anymore
* Fri Feb 22 2008 Till Maas <opensource till name> - 1.4.4-1
- update to latest version that fixes CVE-2008-0806 in a different way
- update URL/SOURCE to new location
- remove ExcludeArch, because ocaml is now available for ppc64
* Thu Feb 21 2008 Till Maas <opensource till name> - 1.4.3b-1
- update to latest version
- include patch from debian to fix CVE-2008-0806
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.3-4
- Autorebuild for GCC 4.3
* Sun Oct 21 2007 Till Maas <opensource till name> - 1.4.3-3
- fix permissions of local config file
- use globbing for manpages (the may not be gzipped)
- add ExludeArch ppc64
* Tue Aug 28 2007 Till Maas <opensource till name> - 1.4.3-2
- Fix BuildRequires for F8
* Sat Aug 18 2007 Till Maas <opensource till name> - 1.4.3-1
- initial spec for Fedora