SPECS: themekreator.spec - builds and works on AC
blues
blues at pld-linux.org
Sun Jan 20 13:31:35 CET 2008
Author: blues Date: Sun Jan 20 12:31:35 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- builds and works on AC
---- Files affected:
SPECS:
themekreator.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/themekreator.spec
diff -u SPECS/themekreator.spec:1.2 SPECS/themekreator.spec:1.3
--- SPECS/themekreator.spec:1.2 Sun Jan 20 13:09:07 2008
+++ SPECS/themekreator.spec Sun Jan 20 13:31:30 2008
@@ -2,14 +2,17 @@
Summary: SonyEricsson display theme creator
Name: themekreator
Version: 0.3
-Release: 0.1
+Release: 0.4
License: GPL v2
Group: X11/Applications
Source0: http://dl.sourceforge.net/themekreator/%{name}-%{version}.tar.gz
# Source0-md5: 323c95e65ccd9a94eba29039fd7b2e48
URL: http://www.matthiaswetzka.de/themekreator.en.php
+BuildRequires: kdelibs-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _appdir %{_datadir}/apps/themekreator
+
%description
ThemeKreator is a program to create themes for SonyEricsson mobile
phones.
@@ -23,19 +26,41 @@
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+mv $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities/themekreator.desktop \
+ $RPM_BUILD_ROOT%{_desktopdir}
+
+%find_lang %{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
-%files
+%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %dir %{_appdir}
+%{_appdir}/*.dtd
+%{_appdir}/*.rc
+%{_appdir}/*.xml
+%{_appdir}/K600i
+%{_appdir}/K700i
+%{_appdir}/K750i
+%{_appdir}/T610
+%{_appdir}/T630
+%{_appdir}/W800i
+%{_datadir}/config.kcfg/%{name}.kcfg
+%{_datadir}/mimelnk/application/vnd.eri.thm.desktop
+%{_iconsdir}/*/*/apps/%{name}.*
+%{_desktopdir}/%{name}.desktop
+#%{_pixmapsdir}/%{name}.png
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -43,6 +68,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008-01-20 12:31:30 blues
+- builds and works on AC
+
Revision 1.2 2008-01-20 12:09:07 blues
- small fixes, doesn't build
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/themekreator.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list