Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > f47dc6c026b8bd7d22f693c6c4709f2f > files > 4

brilltagger-1.14-4mdk.src.rpm

%define name	brilltagger
%define version	1.14
%define tag	1_14
%define release	4mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Rule based tagger
Source:		http://www.cs.jhu.edu/~brill/RBT%{tag}.tar.bz2
Patch0:		%{name}.makefile.patch.bz2
Patch1:		%{name}.no-hardcoded-path-check.patch.bz2
URL:		http://www.cs.jhu.edu/~brill/
License:	MIT
Group:		Sciences/Computer science
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This packages needs a description.

%prep
%setup -q -n RULE_BASED_TAGGER_V%{version}
%patch0
%patch1
mkdir Bin

%build
export CFLAGS=$RPM_OPT_FLAGS
%make

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 Bin/* %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 Bin_and_Data/* %{buildroot}%{_datadir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Docs README COPYRIGHT
%{_bindir}/*
%{_datadir}/%{name}

%changelog
* Thu Jul 28 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.14-4mdk 
- spec cleanup 

* Thu Jul 08 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.14-3mdk 
- rpmbuilupdate aware

* Fri Jan 16 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.14-2mdk
- fix stupid check for other binaries

* Thu Jan 08 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.14-1mdk
- first mdk release