rpms/wyrd/devel wyrd-1.4.3-wyrdrc-local.patch, NONE, 1.1 wyrd-wyrdrc.local, NONE, 1.1 wyrd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Till Maas (till) fedora-extras-commits at redhat.com
Sun Oct 21 17:49:50 UTC 2007


Author: till

Update of /cvs/pkgs/rpms/wyrd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18223/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wyrd-1.4.3-wyrdrc-local.patch wyrd-wyrdrc.local wyrd.spec 
Log Message:
initial spec


wyrd-1.4.3-wyrdrc-local.patch:

--- NEW FILE wyrd-1.4.3-wyrdrc-local.patch ---
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 


--- NEW FILE wyrd-wyrdrc.local ---
# Use this file for your local wyrd configuration changes


--- NEW FILE wyrd.spec ---
Name:           wyrd
Version:        1.4.3
Release:        3%{?dist}
Summary:        A ncurses frontend for the calendar application remind

Group:          Applications/Productivity
License:        GPLv2
URL:            http://www.eecs.umich.edu/~pelzlpj/wyrd/
Source0:        http://www.eecs.umich.edu/~pelzlpj/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)

BuildRequires:  ocaml remind ncurses-devel
# can be removed when F7 is EOL
BuildRequires:  camlp4

# Since F8 ocaml-camlp4-devel instead of camlp4 is needed
%if 0%{?fedora} >= 8
BuildRequires:  ocaml-camlp4-devel
%endif

%description
wyrd is a ncurses frontend for the calendar application remind.


%prep
%setup -q
%patch0 -p1


%build
%configure --enable-utf8
make %{?_smp_mflags}


%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
* 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)

* 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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wyrd/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Oct 2007 16:52:20 -0000	1.1
+++ .cvsignore	21 Oct 2007 17:49:17 -0000	1.2
@@ -0,0 +1 @@
+wyrd-1.4.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wyrd/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Oct 2007 16:52:20 -0000	1.1
+++ sources	21 Oct 2007 17:49:17 -0000	1.2
@@ -0,0 +1 @@
+defb0708a77bc1433607cbaf8273323a  wyrd-1.4.3.tar.gz




More information about the fedora-extras-commits mailing list