rpms/greadelf/devel greadelf.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 07:04:09 UTC 2008


Author: ashokdas

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

Modified Files:
	.cvsignore sources 
Added Files:
	greadelf.spec import.log 
Log Message:
* Fri Sep 26 2008 Ashok Das <ashok.s.das at gmail.com>- 0.4-1
- Update to next release 0.4
* Tue Sep 23 2008 Ashok Das <ashok.s.das at gmail.com>- 0.3-1
- Initial specfile for Fedora




--- NEW FILE greadelf.spec ---
Name:           greadelf
Version:        0.4
Release:        1%{?dist}
Summary:        Wrapper tool for eu-readelf
Group:          Development/Tools
License:        GPLv2
URL:            http://code.google.com/p/greadelf/
Source0:        http://greadelf.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  desktop-file-utils elfutils
BuildRequires:  gtk2-devel 

%description
This Tool is essentially a wrapper over eu-readelf. This package can work
without eu-readelf with limited functionality. Optionally it can also works
with elfinfo an associated package.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"

cat << EOF > %{name}.desktop
[Desktop Entry]
Name=greadelf
Comment=wrapper tool over eu-readelf
Exec=greadelf
Terminal=false
Type=Application
Encoding=UTF-8
Categories=GNOME;GTK;System;
EOF

desktop-file-install --vendor fedora \
    --dir %{buildroot}/%{_datadir}/applications/ \
    %{name}.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS ChangeLog README
%{_bindir}/greadelf
%{_datadir}/applications/fedora-%{name}.desktop


%changelog
* Fri Sep 26 2008 Ashok Das <ashok.s.das at gmail.com>- 0.4-1
- Update to next release 0.4 
* Tue Sep 23 2008 Ashok Das <ashok.s.das at gmail.com>- 0.3-1
- Initial specfile for Fedora 



--- NEW FILE import.log ---
greadelf-0_4-1_fc9:HEAD:greadelf-0.4-1.fc9.src.rpm:1222756659


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/greadelf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Sep 2008 04:22:15 -0000	1.1
+++ .cvsignore	30 Sep 2008 07:03:38 -0000	1.2
@@ -0,0 +1 @@
+greadelf-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/greadelf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Sep 2008 04:22:15 -0000	1.1
+++ sources	30 Sep 2008 07:03:38 -0000	1.2
@@ -0,0 +1 @@
+148744d64f5d82d1e9f39b5029b624c6  greadelf-0.4.tar.gz




More information about the fedora-extras-commits mailing list