]> git.pld-linux.org Git - packages/cuyo.git/commitdiff
- upgraded to 1.7.0,
authorTomasz Pala <gotar@pld-linux.org>
Tue, 19 Aug 2003 12:25:29 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- no_pedantic patch,
- regenerate moc files.

Changed files:
    cuyo.spec -> 1.9

cuyo.spec

index e7e902f8973821a95b2efdd4208b929ec23c7b35..f2359bd9b49eeda1a0ba77c77233ccc69394280d 100644 (file)
--- a/cuyo.spec
+++ b/cuyo.spec
@@ -1,13 +1,14 @@
 Summary:       Cuyo - a Tetris clone
 Summary(pl):   Cuyo - klon Tetrisa
 Name:          cuyo
 Summary:       Cuyo - a Tetris clone
 Summary(pl):   Cuyo - klon Tetrisa
 Name:          cuyo
-Version:       1.6.0alpha5
+Version:       1.7.0
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://freesoftware.fsf.org/download/%{name}/%{name}-%{version}.tar.gz
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://freesoftware.fsf.org/download/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 271db9b6c99cc7f8011dbd9edec9fd3a
+# Source0-md5: e87f7a31df451fd5a674124b656e91fe
 Patch0:                %{name}-make.patch
 Patch0:                %{name}-make.patch
+Patch1:                %{name}-no_pedantic.patch
 URL:           http://www.karimmi.de/cuyo/
 BuildRequires: automake
 BuildRequires: autoconf
 URL:           http://www.karimmi.de/cuyo/
 BuildRequires: automake
 BuildRequires: autoconf
@@ -23,13 +24,19 @@ Cuyo to ciekawy klon Tetrisa.
 %prep
 %setup -q
 %patch0 -p1
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
 %{__aclocal} -I .
 %{__autoconf}
 
 %build
 rm -f missing
 %{__aclocal} -I .
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__automake}
 %configure
+for i in src/*.moc.cpp; do
+       rm -f $i;
+       moc ${i%.moc.cpp}.h > $i
+done
 %{__make}
 
 %install
 %{__make}
 
 %install
@@ -47,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS TODO README docs/cual
+%doc AUTHORS ChangeLog NEWS TODO README
 %attr(755,root,root) %{_bindir}/%{name}
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.ld
 %attr(755,root,root) %{_bindir}/%{name}
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.ld
This page took 0.136557 seconds and 4 git commands to generate.