rpms/LinLog/F-9 .cvsignore, 1.2, 1.3 LinLog.desktop, 1.1, 1.2 LinLog.spec, 1.1, 1.2 sources, 1.2, 1.3

Lucian Langa lucilanga at fedoraproject.org
Mon Sep 22 18:01:19 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/LinLog/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10005

Modified Files:
	.cvsignore LinLog.desktop LinLog.spec sources 
Log Message:
* Mon Sep 22 2008 Lucian Langa <cooly at gnome.eu.org> - 0.3.1-1
- new upstream 0.3.1
- add missing sql files
- fixed rpm macros
- fix build requires
- fix desktop file


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/LinLog/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Feb 2008 15:14:11 -0000	1.2
+++ .cvsignore	22 Sep 2008 18:00:48 -0000	1.3
@@ -1 +1 @@
-LinLog-0.3.tar.gz
+LinLog-0.3.1.tar.gz


Index: LinLog.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/LinLog/F-9/LinLog.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LinLog.desktop	29 Feb 2008 15:14:11 -0000	1.1
+++ LinLog.desktop	22 Sep 2008 18:00:48 -0000	1.2
@@ -4,7 +4,7 @@
 GenericName=LinLogBook
 Comment=A ham radio logbook for linux
 Exec=linlog
-Icon=LinLog.png
+Icon=LinLog
 Terminal=false
 Type=Application
 Categories=HamRadio;


Index: LinLog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/LinLog/F-9/LinLog.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LinLog.spec	29 Feb 2008 15:14:11 -0000	1.1
+++ LinLog.spec	22 Sep 2008 18:00:49 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           LinLog
-Version:        0.3
-Release:        4%{?dist}
+Version:        0.3.1
+Release:        1%{?dist}
 Summary:        A ham radio logbook for Linux
 
 Group:          Applications/Communications
@@ -11,7 +11,7 @@
 Source2:        %{name}.png
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  qt4-devel >= 4.3, sqlite-devel >= 3, desktop-file-utils
+BuildRequires:  qt4-devel >= 4.3, sqlite-devel >= 3, desktop-file-utils, libstdc++-devel 
 #Requires:       
 
 %description
@@ -31,14 +31,18 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/bin
-install -m 755 bin/linlog $RPM_BUILD_ROOT/usr/bin/linlog
+install -p -d $RPM_BUILD_ROOT%{_bindir}
+install -p -m 755 bin/linlog $RPM_BUILD_ROOT%{_bindir}/linlog
 
 # no upstream .desktop or icon yet
-mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
 cp %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png
-desktop-file-install --vendor="fedora" \
+desktop-file-install \
         --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -p -m 644 BaseTables.sql $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -p -m 644 Example.sql $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -p -m 644 Statistics.sql $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -50,8 +54,17 @@
 %{_bindir}/linlog
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/applications/*%{name}.desktop
+%{_datadir}/%{name}
+%{_datadir}/%{name}/*.sql
 
 %changelog
+* Mon Sep 22 2008 Lucian Langa <cooly at gnome.eu.org> - 0.3.1-1
+- new upstream 0.3.1
+- add missing sql files
+- fixed rpm macros
+- fix build requires
+- fix desktop file
+
 * Sat Feb 25 2008 Robert 'Bob' Jensen <bob at bobjensen.com> 0.3-4
 - Correct Lic. per Review
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/LinLog/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Feb 2008 15:14:11 -0000	1.2
+++ sources	22 Sep 2008 18:00:49 -0000	1.3
@@ -1 +1 @@
-a19c457eacc0a85382ced5a01123aafd  LinLog-0.3.tar.gz
+c3e0d9b66392ae4073726abebb4a02bf  LinLog-0.3.1.tar.gz




More information about the fedora-extras-commits mailing list