rpms/choqok/devel choqok.spec,1.8,1.9

Rex Dieter rdieter at fedoraproject.org
Wed Sep 23 15:48:42 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/choqok/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2374

Modified Files:
	choqok.spec 
Log Message:
* Wed Sep 23 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.6.6-9
- add icon/desktop-file scriptlets
* Sun Aug 16 2009 Tejas Dinkar <tejas at gja.in> - 0.6.6-8
- Added Dependency on kdeutils
- Choqok 0.6.6 is out
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sun Jun 14 2009 Tejas Dinkar <tejas at gja.in> - 0.6.1-7
- Choqok 0.6.1 is out with the below two patches
* Sat Jun 13 2009 Tejas Dinkar <tejas at gja.in> - 0.6-6
- Fixed the inreplyto (via patch)
* Sat Jun 13 2009 Tejas Dinkar <tejas at gja.in> - 0.6-5
- Fixed the twitpocalypse (via patch)
* Wed May 27 2009 Tejas Dinkar <tejas at gja.in> - 0.6-4
- Changed to 0.6
* Fri Apr 10 2009 Tejas Dinkar <tejas at gja.in> - 0.5-3
- Added the TweetAll patch, remove this by 0.6
* Fri Mar 27 2009 Tejas Dinkar <tejas at gja.in> - 0.5-2
- Added AUTHORS changelog and TODO to doc
* Fri Mar 27 2009 Tejas Dinkar <tejas at gja.in> - 0.5-1
- Initial Version for Fedora



Index: choqok.spec
===================================================================
RCS file: /cvs/pkgs/rpms/choqok/devel/choqok.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- choqok.spec	16 Aug 2009 13:18:31 -0000	1.8
+++ choqok.spec	23 Sep 2009 15:48:40 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Choqok KDE Micro-Blogging Client
 Name: choqok
 Version: 0.6.6
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv3
 Group: Applications/Internet
 URL: http://choqok.gnufolks.org/
@@ -10,9 +10,11 @@ Source: http://mirror.umoss.org/download
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake >= 2.6
+BuildRequires: desktop-file-utils
 BuildRequires: kdelibs4-devel
 BuildRequires: gettext
 
+# FIXME/TODO: please document what this dep is for exactly -- Rex  :)
 Requires: kdeutils >= 4.1
 
 %description
@@ -34,13 +36,29 @@ make %{?_smp_mflags} -C %{_target_platfo
 %install
 rm -rf %{buildroot}
 
-make install DESTDIR=%{buildroot} -C %{_target_platform}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 %find_lang %{name}
 
+%check
+desktop-file-validate %{buildroot}%{_kde4_sharedir}/applications/kde4/choqok.desktop
+
 %clean
 rm -rf %{buildroot}
 
+%post
+touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null
+gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING README AUTHORS changelog TODO
@@ -52,6 +70,8 @@ rm -rf %{buildroot}
 %{_kde4_sharedir}/config.kcfg/choqok.kcfg
 
 %changelog
+* Wed Sep 23 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.6.6-9
+- add icon/desktop-file scriptlets
 * Sun Aug 16 2009 Tejas Dinkar <tejas at gja.in> - 0.6.6-8
 - Added Dependency on kdeutils
 - Choqok 0.6.6 is out




More information about the scm-commits mailing list