Author: lisu Date: Sat Dec 22 20:54:34 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - ver 0.9.5 - install tilda.glade file to proper dir (-glade_file.patch) - remove useless options in make install
---- Files affected: SPECS: tilda.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/tilda.spec diff -u SPECS/tilda.spec:1.9 SPECS/tilda.spec:1.10 --- SPECS/tilda.spec:1.9 Mon Feb 12 23:09:17 2007 +++ SPECS/tilda.spec Sat Dec 22 21:54:29 2007 @@ -2,12 +2,13 @@ Summary: Tilda - a drop-down terminal Summary(pl.UTF-8): Tilda - wyskakujÄ…cy terminal Name: tilda -Version: 0.9.4 +Version: 0.9.5 Release: 1 -License: GPL +License: GPL v2+ Group: X11/Applications Source0: http://dl.sourceforge.net/tilda/%{name}-%{version}.tar.gz -# Source0-md5: 773d47e3985f7e778b662a38b053c1df +# Source0-md5: c497f82f180e128a1e6f301c6b2463d9 +Patch0: %{name}-glade_file.patch URL: http://tilda.sourceforge.net/ BuildRequires: autoconf >= 2.53 BuildRequires: automake @@ -30,6 +31,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -41,13 +43,13 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/%{name} %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \ - localedir=%{_datadir}/locale + DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry +install tilda.glade $RPM_BUILD_ROOT%{_datadir}/%{name} %clean rm -rf $RPM_BUILD_ROOT @@ -56,6 +58,7 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog README TODO %attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} %{_desktopdir}/tilda.desktop %{_pixmapsdir}/tilda.png @@ -65,6 +68,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007-12-22 20:54:29 lisu +- ver 0.9.5 +- install tilda.glade file to proper dir (-glade_file.patch) +- remove useless options in make install + Revision 1.9 2007-02-12 22:09:17 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tilda.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
