SPECS: waf.spec - 1.3.2 - new URI
patrys
patrys at pld-linux.org
Tue Mar 11 23:20:16 CET 2008
Author: patrys Date: Tue Mar 11 22:20:16 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.3.2
- new URI
---- Files affected:
SPECS:
waf.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/waf.spec
diff -u SPECS/waf.spec:1.6 SPECS/waf.spec:1.7
--- SPECS/waf.spec:1.6 Tue Feb 13 09:06:44 2007
+++ SPECS/waf.spec Tue Mar 11 23:20:11 2008
@@ -2,14 +2,13 @@
Summary: The Waf build system
Summary(pl.UTF-8): System budowania Waf
Name: waf
-Version: 1.0.1
+Version: 1.3.2
Release: 1
License: BSD
Group: Development/Building
-Source0: http://freehackers.org/~tnagy/%{name}-%{version}.tar.bz2
-# Source0-md5: bc33d144ee927caec6279e0bf4b174ab
-URL: http://freehackers.org/~tnagy/bksys.html
-Patch0: %{name}-path.patch
+Source0: http://waf.googlecode.com/files/%{name}-%{version}.tar.bz2
+# Source0-md5: 9caca69cb435911c9ed6ff0519ce19ae
+URL: http://code.google.com/p/waf/
BuildRequires: python
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,21 +29,18 @@
%prep
%setup -q
-%patch0 -p1
%build
./waf-light --make-waf
%install
rm -rf $RPM_BUILD_ROOT
-./waf \
- --prefix $RPM_BUILD_ROOT%{_prefix} \
+./waf install \
+ --prefix %{_prefix} \
--destdir $RPM_BUILD_ROOT \
- --install
-%py_comp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}
-%py_ocomp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}
-%py_postclean %{_libdir}/%{name}-%{version}
+%py_comp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}-*
+%py_ocomp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}-*
%clean
rm -rf $RPM_BUILD_ROOT
@@ -53,11 +49,11 @@
%defattr(644,root,root,755)
%doc README TODO
%attr(755,root,root) %{_bindir}/waf
-%dir %{_libdir}/%{name}-%{version}
-%dir %{_libdir}/%{name}-%{version}/wafadmin
-%{_libdir}/%{name}-%{version}/wafadmin/*.py[co]
-%dir %{_libdir}/%{name}-%{version}/wafadmin/Tools
-%{_libdir}/%{name}-%{version}/wafadmin/Tools/*.py[co]
+%dir %{_libdir}/%{name}-%{version}-*
+%dir %{_libdir}/%{name}-%{version}-*/wafadmin
+%{_libdir}/%{name}-%{version}-*/wafadmin/*.py[co]
+%dir %{_libdir}/%{name}-%{version}-*/wafadmin/Tools
+%{_libdir}/%{name}-%{version}-*/wafadmin/Tools/*.py[co]
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -65,7 +61,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.6 2007-02-13 08:06:44 glen
+Revision 1.7 2008-03-11 22:20:11 patrys
+- 1.3.2
+- new URI
+
+Revision 1.6 2007/02/13 08:06:44 glen
- tabs in preamble
Revision 1.5 2007/02/12 01:06:45 baggins
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/waf.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list