rpms/LinLog/F-7 LinLog.desktop, NONE, 1.1 LinLog.png, NONE, 1.1 LinLog.spec, NONE, 1.1 sources, 1.1, 1.2

Robert 'Bob' Jensen (bjensen) fedora-extras-commits at redhat.com
Fri Feb 29 15:17:30 UTC 2008


Author: bjensen

Update of /cvs/pkgs/rpms/LinLog/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16729

Modified Files:
	sources 
Added Files:
	LinLog.desktop LinLog.png LinLog.spec 
Log Message:
* Sat Feb 25 2008 Robert 'Bob' Jensen <bob at bobjensen.com> 0.3-4
- Correct Lic. per Review



--- NEW FILE LinLog.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=LinLog
GenericName=LinLogBook
Comment=A ham radio logbook for linux
Exec=linlog
Icon=LinLog.png
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0


--- NEW FILE LinLog.spec ---
Name:           LinLog
Version:        0.3
Release:        4%{?dist}
Summary:        A ham radio logbook for Linux

Group:          Applications/Communications
License:        GPLv2
URL:            http://linlogbook.sourceforge.net/
Source0:        http://downloads.sourceforge.net/linlogbook/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
Source2:        %{name}.png
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  qt4-devel >= 4.3, sqlite-devel >= 3, desktop-file-utils
#Requires:       

%description
LinLogBook is a highly configurable amateur radio logbook for Linux.

It uses an sql- database to store its data. For the ease of use sqlite 3 is 
used but it should be possible to use other databases like mysql, for instance.

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


%build
qmake-qt4 -unix -o Makefile linlog.pro
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/usr/bin
install -m 755 bin/linlog $RPM_BUILD_ROOT/usr/bin/linlog

# no upstream .desktop or icon yet
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/
cp %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png
desktop-file-install --vendor="fedora" \
        --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING LinLogDoc.pdf README 
%{_bindir}/linlog
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/*%{name}.desktop

%changelog
* Sat Feb 25 2008 Robert 'Bob' Jensen <bob at bobjensen.com> 0.3-4
- Correct Lic. per Review

* Sat Feb 25 2008 Robert 'Bob' Jensen <bob at bobjensen.com> 0.3-3
- Submit for Review

* Sat Feb 25 2008 Robert 'Bob' Jensen <bob at bobjensen.com> 0.3-2
- Add .desktop file and icon

* Sat Feb 16 2008 Robert 'Bob' Jensen <bob at bobjensen.com> 0.3-1
- Version Update
- Submit for review

* Mon Jan 07 2008 Robert 'Bob' Jensen <bob at bobjensen.com> 0.2-1
- Version Update

* Thu Dec 06 2007 Robert 'Bob' Jensen <bob at bobjensen.com> 0.1.2-2
- rpmlint clean up

* Thu Dec 06 2007 Robert 'Bob' Jensen <bob at bobjensen.com> 0.1.2-1
- Initial SPEC


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/LinLog/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Feb 2008 07:32:48 -0000	1.1
+++ sources	29 Feb 2008 15:16:56 -0000	1.2
@@ -0,0 +1 @@
+a19c457eacc0a85382ced5a01123aafd  LinLog-0.3.tar.gz




More information about the fedora-extras-commits mailing list