SPECS: littlewizard.spec - up to 1.1.4 - littlewizard-Makefile.pat...
lisu
lisu at pld-linux.org
Wed Sep 27 22:31:25 CEST 2006
Author: lisu Date: Wed Sep 27 20:31:25 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.1.4
- littlewizard-Makefile.patch added
- README and auto* added
- nfy
---- Files affected:
SPECS:
littlewizard.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/littlewizard.spec
diff -u SPECS/littlewizard.spec:1.15 SPECS/littlewizard.spec:1.16
--- SPECS/littlewizard.spec:1.15 Sun Jul 17 23:17:19 2005
+++ SPECS/littlewizard.spec Wed Sep 27 22:31:20 2006
@@ -1,15 +1,17 @@
# $Revision$, $Date$
-%define _rc rc2
Summary: Development environment for children
Summary(pl): Środowiko programistyczne dla dzieci
Name: littlewizard
-Version: 1.0.0
-Release: 0.%{_rc}.1
+Version: 1.1.4
+Release: 1
License: GPL v2
Group: Development/Tools
-Source0: http://dl.sourceforge.net/littlewizard/%{name}-%{version}%{_rc}.tar.gz
-# Source0-md5: a68d33d34bd01f28070358809642f7c8
+Source0: http://dl.sourceforge.net/littlewizard/%{name}-%{version}.tar.gz
+# Source0-md5: b3dad856d0931f4f6846bf8a523792f9
+Patch0: %{name}-Makefile.patch
URL: http://littlewizard.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: gtk+2-devel >= 2.0.0
BuildRequires: libxml2-devel
BuildRequires: pkgconfig
@@ -49,9 +51,13 @@
Biblioteki statyczne dla littlewizard.
%prep
-%setup -q -n %{name}-%{version}%{_rc}
+%setup -q
+%patch0 -p1
%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make} \
CFLAGS="%{rpmcflags}"
@@ -74,10 +80,10 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog TODO
+%doc AUTHORS ChangeLog README TODO
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_pixmapsdir}/*.png
+%{_pixmapsdir}/*
%{_datadir}/%{name}
%files devel
@@ -96,6 +102,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/09/27 20:31:20 lisu
+- up to 1.1.4
+- littlewizard-Makefile.patch added
+- README and auto* added
+- nfy
+
Revision 1.15 2005/07/17 21:17:19 qboosh
- think, use find_lang
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/littlewizard.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list