rpms/clc/F-12 clc.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sean Middleditch elanthis at fedoraproject.org
Fri Sep 25 01:34:58 UTC 2009


Author: elanthis

Update of /cvs/pkgs/rpms/clc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22749/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	clc.spec import.log 
Log Message:
* Wed Sep 24 2009 Sean Middleditch <sean at middleditch.us> 0.01-4
- Import to F-12.



--- NEW FILE clc.spec ---
Name:		clc
Version:	0.01
Release:	4%{?dist}
Summary:	Command-line client for MUDs

Group:		Applications/Internet
License:	Public Domain
URL:		http://github.com/elanthis/clc/tree/master
Source0:	http://cloud.github.com/downloads/elanthis/clc/%{name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libtelnet-devel
BuildRequires: ncurses-devel
BuildRequires: zlib-devel

%description
Very simplistic MUD client for command line usage.

%prep
%setup -q

%build
make %{?_smp_mflags} CFLAGS="%{optflags} -DHAVE_ZLIB -DCLC_VERSION='\"%{version}\"'"

%install
rm -rf "%{buildroot}"
install -m 644 -D README "%{buildroot}/%{_docdir}/%{name}-%{version}/README"
install -m 755 -D clc "%{buildroot}/%{_bindir}/clc"

%clean
rm -rf "%{buildroot}"

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/clc

%changelog
* Wed Sep 12 2009 Sean Middleditch <sean at middleditch.us> 0.01-4
- Rebuild with the proper tarball.
- Included RPM optflags in build.
- Use buildroot macro instead of RPM_BUILD_ROOT variable.

* Wed Sep 12 2009 Sean Middleditch <sean at middleditch.us> 0.01-3
- Added build-requires on zlib-devel and ncurses-devel.

* Wed Sep 04 2009 Sean Middleditch <sean at middleditch.us> 0.01-2
- Fixed source location.

* Wed Aug 29 2009 Sean Middleditch <sean at middleditch.us> 0.01-1
- Initial RPM release.


--- NEW FILE import.log ---
clc-0_01-4_fc12:F-12:clc-0.01-4.fc12.src.rpm:1253842406


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/clc/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Sep 2009 16:27:24 -0000	1.1
+++ .cvsignore	25 Sep 2009 01:34:57 -0000	1.2
@@ -0,0 +1 @@
+clc-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/clc/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Sep 2009 16:27:24 -0000	1.1
+++ sources	25 Sep 2009 01:34:57 -0000	1.2
@@ -0,0 +1 @@
+b6043dececbaa61e8a3b26a2bda33d38  clc-0.01.tar.gz




More information about the scm-commits mailing list