rpms/gresolver/devel gresolver-0.0.5-makefile.patch, NONE, 1.1 gresolver.desktop, NONE, 1.1 gresolver.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jochen Schmitt s4504kr at fedoraproject.org
Mon Sep 8 15:22:11 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/gresolver/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19713/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gresolver-0.0.5-makefile.patch gresolver.desktop 
	gresolver.spec import.log 
Log Message:

Initional cvs import.


gresolver-0.0.5-makefile.patch:

--- NEW FILE gresolver-0.0.5-makefile.patch ---
diff -up gresolver-0.0.5/Makefile.in.mk gresolver-0.0.5/Makefile.in
--- gresolver-0.0.5/Makefile.in.mk	2008-08-13 17:39:46.000000000 +0200
+++ gresolver-0.0.5/Makefile.in	2008-08-13 17:39:57.000000000 +0200
@@ -12,7 +12,7 @@ build:
 
 install:
 	-mkdir -p "$(prefix)/bin" "$(prefix)/share/$(name)" "$(prefix)/share/pixmaps" "$(prefix)/share/applications"
-	-mkdir -p "$(prefix)/share/locale/en/LC_MESSAGES"
+#	-mkdir -p "$(prefix)/share/locale/en/LC_MESSAGES"
 	install -m 0755 $(name) "$(prefix)/bin/"
 	install -m 0644 $(name).png "$(prefix)/share/pixmaps/"
 	install -m 0644 $(name).glade "$(prefix)/share/$(name)/"


--- NEW FILE gresolver.desktop ---
[Desktop Entry]
Version=1.0
Type=Application
Exec=gresolver
Terminal=false
StartupNotify=true
Name=DNS Query Tool
Name[en_GB]=DNS Query Tool
Comment=Perform advanced DNS queries
Comment[en_GB]=Perform advanced DNS queries
Icon=gresolver
Categories=Network;


--- NEW FILE gresolver.spec ---
Summary:	Graphical DNS query tool
Name:		gresolver
Version:	0.0.5
Release:	3%{?dist}

Group:		Applications/System
License:	GPLv2+ or Artistic
URL:		http://jodrell.net/projects/gresolver

Source: 	http://jodrell.net/files/%{name}/%{name}-%{version}.tar.gz
Source1:	gresolver.desktop
Patch1:		gresolver-0.0.5-makefile.patch

BuildRoot: 	%{_tmppath}/root-%{name}-%{version}-%(%{__id_u} -n)

BuildArch: 	noarch
BuildRequires: 	desktop-file-utils
Requires: 	gtk2 >= 2.6.0, perl >= 5.8.0, bind-utils > 9

%description
GResolver is a graphical DNS query tool. It allows system administrators
to quickly and easily make the most common DNS queries without constructing 
lengthy 'dig' commands.

%prep
%setup -q
%patch1 -p1
./configure --prefix=%{_prefix}

%build
sed -e 's|@PREFIX@|%{_prefix}|g' <%{name}.pl >%{name}

%install
rm -rf %{buildroot}
make install prefix=%{buildroot}%{_prefix}

rm %{buildroot}%{_datadir}/applications/gresolver.desktop

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

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc COPYING ChangeLog
%{_bindir}/*
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/

%changelog
* Thu Aug 14 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.0.5-3
- Fix %%file section

* Wed Aug 13 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.0.5-2
- Use 'make install' instead of %%makeinstall
- Correcting Reqs.
- Eliminate the need of perl as BR.
- Remove empty dirs

* Mon Jul  7 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.0.5-1
- Initional Fedora package




--- NEW FILE import.log ---
gresolver-0_0_5-3_fc9:HEAD:gresolver-0.0.5-3.fc9.src.rpm:1220887228


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gresolver/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Aug 2008 17:24:33 -0000	1.1
+++ .cvsignore	8 Sep 2008 15:21:41 -0000	1.2
@@ -0,0 +1 @@
+gresolver-0.0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gresolver/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Aug 2008 17:24:33 -0000	1.1
+++ sources	8 Sep 2008 15:21:41 -0000	1.2
@@ -0,0 +1 @@
+092adb0206423118357a93ce3f14afb1  gresolver-0.0.5.tar.gz




More information about the fedora-extras-commits mailing list