]> git.pld-linux.org Git - packages/eboard.git/commitdiff
- 1.0.3
authorlisu <lisu@pld-linux.org>
Mon, 22 Jan 2007 22:31:58 +0000 (22:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build with ./configure
- auto* macros are not supported in this version
- no international files in this version
- cosmetics

Changed files:
    eboard.spec -> 1.7

eboard.spec

index 8f5776167b6416702573fa44a67e404b1bdfdc31..8e799d01f702c0fae08f9771ced45ac99019b5ea 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       GTK+ chess board interface for ICS and chess engines
 Summary(pl):   Interfejs GTK+ do szachowych programów i serwerów
 Name:          eboard
-Version:       0.9.0
+Version:       1.0.3
 Release:       0.1
-License:       GPL
+License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-# Source0-md5: 2ef8e080aebde8d8de270f5335fcb8be
+# Source0-md5: 833e656549d9fd9191e51b08005633e3
 URL:           http://eboard.sourceforge.net/index.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -32,17 +32,12 @@ szachowymi jak GNUchess, Sjeng czy Crafty.
 %prep
 %setup -q
 
-# it_IT.po is just a copy of it.po
-sed -e 's/^C\(XX\)\?FLAGS=.*//;s/it it_IT/it/' configure.in > configure.in.tmp
-mv -f configure.in.tmp configure.in
-
+#I think it can be do better
 %build
-%{__gettextize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure
+./configure \
+       --prefix="%{_prefix}" \
+       --compiler="%{__cxx}" \
+       --man-prefix="%{_mandir}"
 %{__make}
 
 %install
@@ -51,12 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
This page took 0.069664 seconds and 4 git commands to generate.