File gettext-test.spec of Package gettext-test
# This is a template, before making any further amendments, do the following
# search & replace actions:
#
# PACKAGE => package-name
# VERSION => package version
# YOURNAME => Your name
# FEEDBACK => Your email address
#
# Then, fill in the BuildRequires line as appropriate. Some basic packages are
# listed for you, but you'll need to add packages that the configure script
# fails to find.
#
# Don't forget that every package installs different files, so you need to
# populate the %files section appropriately.
#
# An example %doc line is provided but you may need to tweak it.
#
# provided, you will likely need to add more.
# After that, you may remove this line and all above it.
#
# spec file for package PACKAGE (version VERSION)
#
# Copyright (c) 2007 YOURNAME
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# please send bugfixes or comments to FEEDBACK
#
# Note that the Summary, Release, and Group parts of the preamble are
# automatically filled in/replaced by the internal build system based
# on information stored in the PDB. The same applies to the %description.
# norootforbuild
BuildRequires: gettext-devel
Name: gettext-test
Summary: Aasdf
Version: 0.2
Release: 0
License: GPL
Group: A/B/C
Source0: %{name}-%{version}.tar.gz
URL: http://primates.ximian.com/~maw/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Autoreqprov: on
Requires: %{name}-lang = %{version}
%description
Insert description here - normally taken from the README.
%lang_package
%debug_package
%prep
%setup -n %{name}-%{version}
%build
%configure
CFLAGS=$RPM_OPT_FLAGS make
%install
%makeinstall
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{_bindir}/*
%files lang -f %{name}.lang