rpms/binclock/devel binclock.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Miller maxamillion at fedoraproject.org
Thu Sep 11 16:42:14 UTC 2008


Author: maxamillion

Update of /cvs/extras/rpms/binclock/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3895/devel

Modified Files:
	.cvsignore sources 
Added Files:
	binclock.spec import.log 
Log Message:
First upload of binclock package




--- NEW FILE binclock.spec ---
Name:           binclock
Summary:        Fullscreen console binary clock
Version:        0.3.2
Release:        2%{?dist}
License:        GPLv2
Group:          Applications/Text
URL:            http://binclock.sourceforge.net

Source0:        http://prdownloads.sourceforge.net/%{name}/%{name}_%{version}-1.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch:      noarch

BuildRequires:  python

Requires:       python

%description
Fullscreen console binary clock.
Features:

    * Written in Python (needs version 2 or later)
    * Uses ncurses
    * In color
    * Proper SIGWINCH handling


%prep
#NONE

%setup -q
#NONE

%build
#NONE

%install
#For sanity protection, nuke buildroot
%{__rm} -rf %{buildroot}

#get rid of the developers debian folder
%{__rm} -rf debian

#get rid of the Makefile as it is not needed
%{__rm} -rf Makefile

#move the file to get rid of extension, environment is known
mv binclock.py binclock
%{__rm} -rf *.py

#Install the executable
install -Dp -m0755 binclock %{buildroot}%{_bindir}/binclock

%clean
%{__rm} -rf %{buildroot}

%files
%defattr (-, root, root)
%{_bindir}/binclock

%changelog
* Thu Sep 04 2008 Adam Miller <maxamillion [AT] gmail.com> - 0.3.2-2
- Fixed issues pointed out by package review:
- License has been altered, incorrect assumption previously taken from the sourceforge page.
- Stylistic changes made to satisfy rpmlint warning
* Wed Aug 20 2008 Adam Miller <maxamillion [AT] gmail.com> - 0.3.2-1
- First packaging attempt


--- NEW FILE import.log ---
binclock-0_3_2-2:HEAD:binclock-0.3.2-2.src.rpm:1221151263


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/binclock/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Sep 2008 02:21:42 -0000	1.1
+++ .cvsignore	11 Sep 2008 16:41:44 -0000	1.2
@@ -0,0 +1 @@
+binclock_0.3.2-1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/binclock/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Sep 2008 02:21:42 -0000	1.1
+++ sources	11 Sep 2008 16:41:44 -0000	1.2
@@ -0,0 +1 @@
+aa8f1124d9aff7864a0d6d792a2aaea7  binclock_0.3.2-1.tar.gz




More information about the fedora-extras-commits mailing list