rpms/ghasher/devel ghasher.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 17:02:29 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/ghasher/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3207/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ghasher.spec 
Log Message:
auto-import ghasher-1.2.0-1 on branch devel from ghasher-1.2.0-1.src.rpm
Initial import


--- NEW FILE ghasher.spec ---
Name:           ghasher
Version:        1.2.0
Release:        1
Summary:        GUI hasher for GTK+ 2
Group:          Applications/File
License:        BSD
URL:            http://asgaard.homelinux.org/code/ghasher/
Source0:        http://asgaard.homelinux.org/code/ghasher/ghasher-1.2.0.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  gtk2-devel >= 2.4 openssl-devel desktop-file-utils libglade2-devel
Requires:       gtk2 >= 2.4 libglade2

%description
ghasher can easily show the MD5 sum (or md2, md4, sha1, sha, ripemd160, dss1) of a file. Motivation for this utility was that users shouldn't need to open a command line for checking the MD5 sum of files they download.

%prep
%setup -q

%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
install -D -m 0755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
install -D -m 0644 hash.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps/hash.xpm
cat > %{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=MD5 sum utility
Comment=Calculate the md5 sum of a file
Exec=ghasher %F
Terminal=false
Type=Application
Icon=hash.xpm
Categories=Utility;GTK;X-Fedora;
EOF
desktop-file-install --vendor=fedora \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category X-Fedora \
  --add-category Application \
  --add-category Utility \
  --add-category GTK \
  %{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE NEWS README TODO
%{_bindir}/*
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/pixmaps/*

%changelog
* Tue Mar 15 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.2.0-1
- Bump release to 1
- Cleaned up %description

* Thu Mar  3 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0:1.2.0-0.iva.1
- Fixed several packaging errors

* Mon Feb 28 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0:1.2.0-0.iva.0
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ghasher/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Mar 2005 17:01:58 -0000	1.1
+++ .cvsignore	16 Mar 2005 17:02:26 -0000	1.2
@@ -0,0 +1 @@
+ghasher-1.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ghasher/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2005 17:01:58 -0000	1.1
+++ sources	16 Mar 2005 17:02:26 -0000	1.2
@@ -0,0 +1 @@
+b0b2dc591e210bca509249c8841a0869  ghasher-1.2.0.tar.gz




More information about the scm-commits mailing list