Author: qboosh Date: Sat Nov 15 07:53:01 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added c++ patch - cleanup, fixed URL and License
---- Files affected: SPECS: acidlaunch.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/acidlaunch.spec diff -u SPECS/acidlaunch.spec:1.13 SPECS/acidlaunch.spec:1.14 --- SPECS/acidlaunch.spec:1.13 Tue Mar 18 21:34:27 2008 +++ SPECS/acidlaunch.spec Sat Nov 15 08:52:56 2008 @@ -4,20 +4,21 @@ Name: acidlaunch Version: 0.5 Release: 1 -License: GPL v2.1 +License: LGPL v2.1 Group: X11/Applications Source0: http://linuxgamers.net/download/%{name}-%{version}.tar.gz # Source0-md5: 7c90e429d5883b9f109a52e024597fab Patch0: %{name}-ac.patch Patch1: %{name}-gcc4.patch -URL: http://linuxgamers.net/infoPage.php?page=acidlaunchh +Patch2: %{name}-c++.patch +URL: http://linuxgamers.net/infoPage.php?page=acidlaunch BuildRequires: autoconf BuildRequires: automake -BuildRequires: gdk-pixbuf-devel > 0.9.0 -BuildRequires: gtk+-devel +BuildRequires: gdk-pixbuf-devel >= 0.9.0 +BuildRequires: gtk+-devel >= 1.2.0 BuildRequires: libstdc++-devel BuildRequires: libtool -BuildRequires: libxml2-devel > 2.4.0 +BuildRequires: libxml2-devel >= 2.4.0 BuildRequires: xorg-lib-libX11-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -36,21 +37,21 @@ trybie osadzenia w szczelinie blackboksa. %prep -%setup -q +%setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build -rm -f missing %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_mandir}/man3} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ @@ -66,7 +67,7 @@ %dir %{_datadir}/%{name} %{_datadir}/%{name}/default.png %{_datadir}/%{name}/config.xml -%{_mandir}/man1/*.1* +%{_mandir}/man1/acidlaunch.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -74,6 +75,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008/11/15 07:52:56 qboosh +- added c++ patch +- cleanup, fixed URL and License + Revision 1.13 2008/03/18 20:34:27 witekfl - added two patches - xorg deps @@ -110,4 +115,3 @@ Revision 1.2 2002/11/05 13:44:17 qboosh - added Log and pl description - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/acidlaunch.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
