rpms/sqliteman/devel sqliteman-1.0.1.desktop.patch, NONE, 1.1 sqliteman.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sat Jan 5 21:08:14 UTC 2008


Author: terjeros

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

Modified Files:
	.cvsignore sources 
Added Files:
	sqliteman-1.0.1.desktop.patch sqliteman.spec 
Log Message:
Importing sqliteman.



sqliteman-1.0.1.desktop.patch:

--- NEW FILE sqliteman-1.0.1.desktop.patch ---
--- sqliteman-1.0.1/sqliteman.desktop.orig	2008-01-03 07:49:02.000000000 +0100
+++ sqliteman-1.0.1/sqliteman.desktop	2008-01-03 07:49:15.000000000 +0100
@@ -4,12 +4,12 @@
 Name=Sqliteman
 GenericName=Sqlite admin tool
 Comment=Administer and develop your Sqlite3 databases
-Icon=sqliteman.png
+Icon=sqliteman
 Exec=sqliteman %f
 Terminal=false
-Categories=Office;Database
+Categories=Office;Database;
 StartupNotify=true
-MimeType=application/x-sqlite3
+MimeType=application/x-sqlite3;
 
 # Translations
 GenericName[cs]=Sqlite administrace


--- NEW FILE sqliteman.spec ---
Summary:       Manager for sqlite - Sqlite Databases Made Easy
Name:          sqliteman
Version:       1.0.1
Release:       3%{?dist}
# src is GPLv2+, icons are LGPLv2+
License:       GPLv2+ and LGPLv2+
Group:         Applications/Databases
URL:           http://www.sqliteman.com/
Source :       http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch:         sqliteman-1.0.1.desktop.patch
Requires:      qt4-sqlite
BuildRequires: cmake qt4-devel >= 4.2.0
BuildRequires: desktop-file-utils
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
If you are looking for a tool for tuning SQL statements, manage
tables, views, or triggers, administrate the database space and index
statistics then Sqliteman is the perfect choice.

If you are looking for a graphical queries creation wizards, user
interface designers for your database, or an universal report tool try
the applications designed for tasks such this (Kexi, knoda).

%prep
%setup -q
%patch -p1

%build
%cmake
%{__make} VERBOSE=1 %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" install 
desktop-file-install   \
    --vendor=fedora    \
    --delete-original  \
    --dir=%{buildroot}%{_datadir}/applications \
    %{buildroot}/%{_datadir}/applications/%{name}.desktop

# fix location of desktop icon
mv %{buildroot}%{_datadir}/icons %{buildroot}%{_datadir}/pixmaps

# no test defined yet
#check
#ctest

%clean
%{__rm} -rf %{buildroot}

%post
if [ -x %{_bindir}/update-mime-database ] ; then
    %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null || :
fi

%postun
if [ -x %{_bindir}/update-mime-database ] ; then
    %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null || :
fi

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

%changelog
* Thu Jan  3 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.0.1-3
- fix license again
- improve comment about movement of desktop icon 

* Thu Jan  3 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.0.1-2
- fix license
- fix desktop patch

* Tue Jan  1 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.0.1-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sqliteman/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jan 2008 18:51:58 -0000	1.1
+++ .cvsignore	5 Jan 2008 21:07:38 -0000	1.2
@@ -0,0 +1 @@
+sqliteman-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sqliteman/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jan 2008 18:51:58 -0000	1.1
+++ sources	5 Jan 2008 21:07:38 -0000	1.2
@@ -0,0 +1 @@
+6d4c6cffe4f7d68c0a8a8e2ce0e853df  sqliteman-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list