Author: blues Date: Sun Jan 20 11:56:16 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - raw adaterized...
---- Files affected: SPECS: themekreator.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/themekreator.spec diff -u /dev/null SPECS/themekreator.spec:1.1 --- /dev/null Sun Jan 20 12:56:16 2008 +++ SPECS/themekreator.spec Sun Jan 20 12:56:10 2008 @@ -0,0 +1,45 @@ +# $Revision$, $Date$ +Summary: SonyEricsson display theme creator +Name: themekreator +Version: 0.3 +Release: 0.1 +License: GPL +Group: X11/Applications +URL: http://www.matthiaswetzka.de/themekreator.en.php +Source0: %{_tmppath}/%{name}-%{PACKAGE_VERSION}.tar.gz +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +ThemeKreator is a program to create themes for SonyEricsson mobile +phones. + +%prep +%setup -q +CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ +./configure --prefix=%{_prefix} --disable-debug --enable-debug=no + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} DESTDIR=$RPM_BUILD_ROOT install + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog NEWS README TODO +/ +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-01-20 11:56:10 blues +- raw adaterized... + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
