rpms/callgit/F-12 callgit.desktop, NONE, 1.1 callgit.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jens Maucher jensm at fedoraproject.org
Tue Feb 23 05:25:19 UTC 2010


Author: jensm

Update of /cvs/pkgs/rpms/callgit/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14350/F-12

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



--- NEW FILE callgit.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=callgit
GenericName=Callsign lookup
Exec=callgit
Terminal=false
Type=Application
Categories=Network;


--- NEW FILE callgit.spec ---
Name:		callgit
Version:	2.0
Release:	3%{dist}
Summary:	A tool for Ham Radio Operators to look up call-signs on the web
Group:		Applications/Communications
License:	GPLv3
URL:		http://www.hamsoftware.org/
Source0:	http://www.hamsoftware.org/%{name}-%{version}.tgz
Source1:	%{name}.desktop
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: qt-devel
BuildRequires: desktop-file-utils

%description
This program allows you to search for another Ham's name and address
without having a web browser up. It is very simple.

%prep
%setup -q -n %{name}

%build
qmake-qt4 
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
install -Dpm 755 callgit %{buildroot}/%{_bindir}/%{name}
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

%changelog
* Sat Feb 20 2010 Jens Maucher <jensm at fedoraproject.org> - 2.0-3
- Changed desktop-file

* Fri Feb 19 2010 Jens Maucher <jensm at fedoraproject.org> - 2.0-2
- Added desktop-file
- Corrected misspellings

* Sat Feb 12 2010 Jens Maucher <jensm at fedoraproject.org> - 2.0-1
- Initial spec file


--- NEW FILE import.log ---
callgit-2_0-3_fc12:F-12:callgit-2.0-3.fc12.src.rpm:1266902688


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/callgit/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	22 Feb 2010 21:28:48 -0000	1.1
+++ .cvsignore	23 Feb 2010 05:25:18 -0000	1.2
@@ -0,0 +1 @@
+callgit-2.0.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/callgit/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	22 Feb 2010 21:28:48 -0000	1.1
+++ sources	23 Feb 2010 05:25:19 -0000	1.2
@@ -0,0 +1 @@
+53cbfc90cae868cef2ccf18d2ed87234  callgit-2.0.tgz



More information about the scm-commits mailing list