]> git.pld-linux.org Git - packages/teg.git/commitdiff
- updated to 0.11.0 for GNOME2 teg-0_11_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 9 Jul 2003 12:40:00 +0000 (12:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    teg.spec -> 1.12

teg.spec

index cc6ef9addf3ce35194f12902f239d08c3ca23398..b4a1e066c6044f9b230a9f44bf510b32f27f3086 100644 (file)
--- a/teg.spec
+++ b/teg.spec
@@ -1,17 +1,24 @@
 Summary:       Risk clone
 Summary(pl):   Klon Ryzyka
 Name:          teg
-Version:       0.10.0
+Version:       0.11.0
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games
-Source0:       http://dl.sourceforge.net/teg/%{name}-%{version}.tar.gz
-# Source0-md5: c9ba8ab27bc590b8fe48a37fafd69e8b
+Source0:       http://dl.sourceforge.net/teg/%{name}-%{version}.tar.bz2
+# Source0-md5: b7c778b07a22c34bd21942a8be26e095
 Source1:       %{name}.desktop
 URL:           http://teg.sf.net/
-BuildRequires: gnome-libs-devel
-BuildRequires: libxml-devel
+BuildRequires: glib2-devel >= 2.0.0
+BuildRequires: libgnome-devel >= 2.0.0
+BuildRequires: libgnomeui-devel >= 2.0.0
+BuildRequires: libxml2-devel >= 2.4.0
 BuildRequires: readline-devel
+Requires(post):        Gconf2
+Requires:      glib2 >= 2.0.0
+Requires:      libgnome >= 2.0.0
+Requires:      libgnomeui >= 2.0.0
+Requires:      libxml2 >= 2.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,7 +35,7 @@ turowej dla wielu graczy. Niekt
 %setup -q
 
 %build
-%configure2_13 \
+%configure \
        --with-readline \
        --without-static
 
@@ -48,6 +55,9 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%gconf_schema_install
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc ChangeLog PEOPLE README.GGZ TODO README
@@ -55,3 +65,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_pixmapsdir}/teg_icono.png
 %{_pixmapsdir}/teg_pix
 %{_applnkdir}/Games/*
+%{_sysconfdir}/gconf/schemas/*.schemas
This page took 0.07357 seconds and 4 git commands to generate.