rpms/calcurse/devel calcurse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Fri Jun 1 23:44:40 UTC 2007


Author: nigelj

Update of /cvs/extras/rpms/calcurse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15049/devel

Modified Files:
	.cvsignore sources 
Added Files:
	calcurse.spec 
Log Message:
Initial F8 Import


--- NEW FILE calcurse.spec ---
Name:           calcurse
Version:        1.8
Release:        2%{?dist}
Summary:        Text-based personal organizer

Group:          Applications/Productivity
License:        GPL
URL:            http://culot.org/calcurse/
#Real SourceURL is: http://culot.org/cgi-bin/get.cgi?%{name}-%{version}.tar.gz 
#but the ? annoys rpmbuild
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gettext ncurses-devel

%description
Calcurse is a text-based calendar and scheduling application. It helps 
keep track of events, appointments, and everyday tasks.

A configurable notification system reminds the user of upcoming 
deadlines, and the curses based interface can be customized to suit user 
needs.

%prep
%setup -q
chmod a-x src/*.{c,h} AUTHORS ChangeLog NEWS README TODO

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/calcurse
%{_mandir}/man1/calcurse.1.gz


%changelog
* Wed May 30 2007 Nigel Jones <dev at nigelj.com> 1.8-2
- Minor touchups to spec file

* Wed May 23 2007 Nigel Jones <dev at nigelj.com> 1.8-1
- Initial SPEC file



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/calcurse/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jun 2007 20:43:46 -0000	1.1
+++ .cvsignore	1 Jun 2007 23:43:34 -0000	1.2
@@ -0,0 +1 @@
+calcurse-1.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/calcurse/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jun 2007 20:43:46 -0000	1.1
+++ sources	1 Jun 2007 23:43:34 -0000	1.2
@@ -0,0 +1 @@
+daa32dfe9ee627db7a4c2be4c281f581  calcurse-1.8.tar.gz




More information about the fedora-extras-commits mailing list