Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 2da20f300f1cc6d768d5dfa5646e2f03 > files > 2

clc-0.02-2.fc13.src.rpm

Name:		clc
Version:	0.02
Release:	2%{?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 Oct 24 2009 Sean Middleditch <sean@middleditch.us> 0.02-2
- Removed explicit build requires version dependency.

* Wed Sep 29 2009 Sean Middleditch <sean@middleditch.us> 0.02-1
- Update to upstream 0.02 release.
- Explicit version dependency for libtelnet due to unstable API/ABI.

* Wed Sep 12 2009 Sean Middleditch <sean@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@middleditch.us> 0.01-3
- Added build-requires on zlib-devel and ncurses-devel.

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

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