rpms/elfinfo/devel elfinfo.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ashok Shankar Das ashokdas at fedoraproject.org
Tue Sep 30 06:11:43 UTC 2008


Author: ashokdas

Update of /cvs/pkgs/rpms/elfinfo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24283/devel

Modified Files:
	.cvsignore sources 
Added Files:
	elfinfo.spec import.log 
Log Message:

* Tue Sep 29 2008 Ashok Das <ashok.s.das at gmail.com>- 1.0-1
- Initial specfile for Fedora




--- NEW FILE elfinfo.spec ---
Name:           elfinfo
Version:        1.0
Release:        1%{?dist}
Summary:        ELF file parser a subset of eu-readelf
Group:          Development/Tools
License:        GPLv2
URL:            http://code.google.com/p/elfinfo/
Source0:        http://elfinfo.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This Tool is essentially a subset of eu-readelf functionality.
This package can work without libelf.

%prep
%setup -q

%build
make CFALGS="$RPM_OPT_FLAGS" %{?_smp_mflags} 

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
make install DESTDIR=%{buildroot} INSTALL="install -p" PREFIX=/usr DOCDIR=%{_docdir}/%{name}-%{version}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS ChangeLog README
%{_bindir}/elfinfo


%changelog
* Tue Sep 29 2008 Ashok Das <ashok.s.das at gmail.com>- 1.0-1
- Initial specfile for Fedora 



--- NEW FILE import.log ---
elfinfo-1_0-1_fc9:HEAD:elfinfo-1.0-1.fc9.src.rpm:1222754915


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/elfinfo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Sep 2008 04:25:56 -0000	1.1
+++ .cvsignore	30 Sep 2008 06:11:13 -0000	1.2
@@ -0,0 +1 @@
+elfinfo-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/elfinfo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Sep 2008 04:25:56 -0000	1.1
+++ sources	30 Sep 2008 06:11:13 -0000	1.2
@@ -0,0 +1 @@
+6803ca2a6166dcfd205b99c0ee7ec3a2  elfinfo-1.0.tar.gz




More information about the fedora-extras-commits mailing list