Author: arvenil Date: Tue Oct 16 14:13:14 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.2.1 - added patch: kde-ac260-lt.patch - better use of sed - adapter
---- Files affected: SPECS: kdmtheme.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/kdmtheme.spec diff -u SPECS/kdmtheme.spec:1.12 SPECS/kdmtheme.spec:1.13 --- SPECS/kdmtheme.spec:1.12 Fri Apr 27 12:47:53 2007 +++ SPECS/kdmtheme.spec Tue Oct 16 16:13:08 2007 @@ -2,12 +2,13 @@ Summary: KDM Theme Settings Module Summary(pl.UTF-8): Moduł ustawień motywów KDM Name: kdmtheme -Version: 1.1.3 +Version: 1.2.1 Release: 1 -License: GPL +License: GPL Group: Applications Source0: http://beta.smileaf.org/files/kdmtheme/%{name}-%{version}.tar.bz2 -# Source0-md5: f49500529652a03701dff03ca54986c4 +# Source0-md5: 42f2df67dc4e15f23d73fae3b8c2106e +Patch0: kde-ac260-lt.patch URL: http://www.kde-look.org/content/show.php?content=22120 BuildRequires: autoconf BuildRequires: automake @@ -22,19 +23,20 @@ %description -l pl.UTF-8 Ten moduł ustawień pozwala na łatwe zarządzanie motywami KDM. - + %prep %setup -q +%patch0 -p1 %build cp -f /usr/share/automake/config.sub admin -mv admin/cvs.sh admin/cvs.sh.bak -cat admin/cvs.sh.bak | \ - sed 's:utoconf\*2\.5\*:utoconf*:g' | \ - sed 's:utoheader\*2\.5\*:utoheader*:g' | \ - sed 's:automake\*1\.6\.\*:automake*1.*:g' | \ - > admin/cvs.sh +# fix for wrong autoconf, autoheader and automake version +%{__sed} -i \ + -e 's:autoconf\*2\.5\*:autoconf*:g' \ + -e 's:autoheader\*2\.5\*:autoheader*:g' \ + -e 's:automake\*1\.6\.\*:automake*1.*:g' \ + admin/cvs.sh %{__make} -f admin/Makefile.common cvs @@ -72,13 +74,18 @@ %{_desktopdir}/kde/kdmtheme.desktop %{_datadir}/config/kdm - %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.13 2007/10/16 14:13:08 arvenil +- up to 1.2.1 +- added patch: kde-ac260-lt.patch +- better use of sed +- adapter + Revision 1.12 2007/04/27 10:47:53 shadzik - 1.1.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kdmtheme.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
