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

thomasj thomasj at fedoraproject.org
Fri Sep 18 09:10:18 UTC 2009


Author: thomasj

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

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

* Thu Sep 17 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.1-0.3.beta
- Spec file corrections and Version correction

* Wed Sep 16 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.1-beta2
- cleaned up desktop files

* Tue Sep 15 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.1-beta1
- changed version to 0.5.1 beta with fixed rpmlint output

* Sun Sep 13 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.0-2
- Fixed the spec and rpmlintoutput debuginfo-without-source

* Fri Sep 11 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.0-1
- Initial Release 0.5.0



--- NEW FILE import.log ---
skrooge-0_5_1-0_3_beta_fc10:F-12:skrooge-0.5.1-0.3.beta.fc10.src.rpm:1253264948


--- NEW FILE skrooge.spec ---
Name:           skrooge
Version:        0.5.1
Release:        0.3.beta%{?dist}
Summary:        Personal finances manager

Group:          Applications/Productivity
License:        GPLv2+
URL:            http://extragear.kde.org/apps/skrooge/
Source0:        http://websvn.kde.org/*checkout*/tags/skrooge/%{version}/skrooge-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


BuildRequires:  qca2-devel
BuildRequires:  libofx-devel
BuildRequires:  sqlite-devel
BuildRequires:  kdelibs4-devel
BuildRequires:  gettext

Requires:       %{name}-libs = %{version}-%{release}

%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }

%description   
Skrooge is a personal finances manager, 
aiming at being simple and intuitive. 
It allows you to keep track of your expenses and incomes, 
categorize them, and build reports of them.

%package libs
Summary:        Skrooge libraries
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description libs
Skrooge libraries

%prep
%setup -q

%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} .. -DCMAKE_SKIP_RPATH=on
popd

make %{?_smp_mflags} -C %{_target_platform}


%install
rm -rf %{buildroot}
make install -C %{_target_platform} DESTDIR=%{buildroot}


## unpackaged devel files
rm -f %{buildroot}%{_kde4_libdir}/libskgbasemodeler.so
rm -f %{buildroot}%{_kde4_libdir}/libskgbankgui.so
rm -f %{buildroot}%{_kde4_libdir}/libskgbasegui.so
rm -f %{buildroot}%{_kde4_libdir}/kde4/plugins/designer/libskgbankgui.so
rm -f %{buildroot}%{_kde4_libdir}/libskgbankmodeler.so
rm -f %{buildroot}%{_kde4_libdir}/kde4/plugins/designer/libskgbasegui.so

%clean
rm -rf %{buildroot}

%check
for i in %{buildroot}%{_kde4_datadir}/kde4/services/*desktop ;  do 
    desktop-file-validate $i ; 
done
desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/skrooge.desktop
desktop-file-validate %{buildroot}%{_kde4_datadir}/kde4/servicetypes/skrooge-plugin.desktop

%post libs -p /sbin/ldconfig

%post 
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun libs -p /sbin/ldconfig

%postun
if [ $1 -eq 0 ] ; then
   touch --no-create %{_datadir}/icons/hicolor &>/dev/null
   gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :


%files 
%defattr(-,root,root,-)
%doc AUTHORS CHANGELOG COPYING README TODO 
%{_kde4_bindir}/skrooge
%{_kde4_datadir}/applications/kde4/skrooge.desktop
%{_kde4_datadir}/config.kcfg/*.kcfg
%{_kde4_iconsdir}/oxygen/*/*/*
%{_kde4_appsdir}/skrooge/css/skrooge_monthly-default.css
%{_kde4_appsdir}/skrooge/images/*/*
%{_kde4_appsdir}/skrooge/resources/*
%{_kde4_appsdir}/skrooge/theme/default.css
%{_kde4_appsdir}/skrooge_*/*
%{_kde4_datadir}/kde4/services/*.desktop
%{_kde4_datadir}/kde4/servicetypes/skrooge-plugin.desktop
%{_kde4_datadir}/mime/packages/x-skg.xml
%{_kde4_appsdir}/skrooge/images/splash.png
%{_kde4_appsdir}/skrooge/skrooge.notifyrc
%{_kde4_appsdir}/skrooge/skrooge.rc

%files libs
%defattr(-,root,root,-)
%doc AUTHORS CHANGELOG COPYING README TODO
%{_kde4_libdir}/kde4/plugins/designer/*.so*
%{_kde4_libdir}/kde4/*.so
%{_kde4_libdir}/*.so*

%changelog
* Thu Sep 17 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.1-0.3.beta
- Spec file corrections and Version correction

* Wed Sep 16 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.1-beta2
- cleaned up desktop files

* Tue Sep 15 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.1-beta1
- changed version to 0.5.1 beta with fixed rpmlint output

* Sun Sep 13 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.0-2
- Fixed the spec and rpmlintoutput debuginfo-without-source

* Fri Sep 11 2009 Thomas Janssen <thomasj at fedoraproject.org>  0.5.0-1
- Initial Release 0.5.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/skrooge/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Sep 2009 19:42:39 -0000	1.1
+++ .cvsignore	18 Sep 2009 09:10:17 -0000	1.2
@@ -0,0 +1 @@
+skrooge-0.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/skrooge/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Sep 2009 19:42:39 -0000	1.1
+++ sources	18 Sep 2009 09:10:18 -0000	1.2
@@ -0,0 +1 @@
+23777cbce2afb6198197683846e9f89c  skrooge-0.5.1.tar.gz




More information about the fedora-extras-commits mailing list