rpms/bti/EL-5 bti.spec,NONE,1.1 .cvsignore,1.1,1.2 sources,1.1,1.2

Michel Alexandre Salim salimma at fedoraproject.org
Sat Aug 30 23:09:38 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/bti/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31391/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	bti.spec 
Log Message:
* Thu Aug 28 2008 Michel Salim <salimma at fedoraproject.org> - 005-1
- Initial package



--- NEW FILE bti.spec ---
Name:           bti
Version:        005
Release:        1%{?dist}
Summary:        Bash Twitter Idiocy

Group:          Applications/Internet
License:        GPLv2
URL:            http://www.kernel.org/pub/linux/kernel/people/gregkh/bti
Source0:        http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/bti-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# still supporting EL-5 and F-8, rename to libcurl-devel once this changes
BuildRequires:  curl-devel
#Requires:       

%description
Allows you to pipe your bash input to twitter in an easy and fast manner
to annoy the whole world.


%prep
%setup -q


%build
CFLAGS=$RPM_OPT_FLAGS make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1
cp -p bti $RPM_BUILD_ROOT%{_bindir}/
cp -p bti.1 $RPM_BUILD_ROOT%{_mandir}/man1/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc bti.example ChangeLog COPYING README RELEASE-NOTES
%{_bindir}/bti
%{_mandir}/man1/*



%changelog
* Thu Aug 28 2008 Michel Salim <salimma at fedoraproject.org> - 005-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bti/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Aug 2008 20:45:55 -0000	1.1
+++ .cvsignore	30 Aug 2008 23:09:08 -0000	1.2
@@ -0,0 +1 @@
+bti-005.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bti/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Aug 2008 20:45:55 -0000	1.1
+++ sources	30 Aug 2008 23:09:08 -0000	1.2
@@ -0,0 +1 @@
+65466367d82bae9b470bcf6591bdf37f  bti-005.tar.bz2




More information about the fedora-extras-commits mailing list