rpms/po4a/F-10 .cvsignore, 1.3, 1.4 po4a.spec, 1.7, 1.8 sources, 1.3, 1.4

Ralf Corsépius corsepiu at fedoraproject.org
Wed Jan 14 07:29:52 UTC 2009


Author: corsepiu

Update of /cvs/pkgs/rpms/po4a/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29254

Modified Files:
	.cvsignore po4a.spec sources 
Log Message:
* Tue Jan 13 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.34-1
- Reset %release.
- Add BuildRequires: perl(Test::More), BuildRequires: docbook-dtds.
- Activate tests.
- Fix Source0:-URL.
- Spec file cosmetics.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/po4a/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 Aug 2007 17:21:39 -0000	1.3
+++ .cvsignore	14 Jan 2009 07:29:21 -0000	1.4
@@ -1 +1 @@
-po4a-0.32.tar.gz
+po4a-0.34.tar.gz


Index: po4a.spec
===================================================================
RCS file: /cvs/pkgs/rpms/po4a/F-10/po4a.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- po4a.spec	26 Aug 2008 17:57:14 -0000	1.7
+++ po4a.spec	14 Jan 2009 07:29:21 -0000	1.8
@@ -1,12 +1,12 @@
 Name: po4a
 Version: 0.34
-Release: 9%{?dist}
+Release: 1%{?dist}
 Summary: A tool maintaining translations anywhere
 Group: Applications/System
 # Nothing in the source tree specifies a version of the GPL.
 License: GPL+
 URL: http://alioth.debian.org/projects/po4a/
-Source0: http://alioth.debian.org/download.php/1798/%{name}-%{version}.tar.gz
+Source0: http://alioth.debian.org/download.php/2518/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
 BuildRequires: perl(Module::Build)
@@ -15,6 +15,10 @@
 BuildRequires: perl(Locale::gettext) >= 1.01, gettext
 BuildRequires: perl(Term::ReadKey)
 
+# Required by the tests.
+BuildRequires: perl(Test::More)
+BuildRequires: docbook-dtds
+
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires: gettext
 
@@ -35,8 +39,9 @@
 make install DESTDIR=%{buildroot}
 find %{buildroot} -type f \( -name .packlist -or -name perllocal.pod \
   -or \( -name '*.bs' -a -empty \) \) -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} \;
-chmod -R u+w %{buildroot}
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}
 
 %find_lang %{name}
 
@@ -47,8 +52,8 @@
 done
 
 %check
-# check is currently broken due to absence of data-23/fonts
-#./Build test verbose=1
+# The tests are unclean
+./Build test ||:
 
 %clean
 rm -rf %{buildroot}
@@ -71,7 +76,14 @@
 
 
 %changelog
-* Sun Aug 24 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.34-9
+* Tue Jan 13 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.34-1
+- Reset %%release.
+- Add BuildRequires: perl(Test::More), BuildRequires: docbook-dtds.
+- Activate tests.
+- Fix Source0:-URL.
+- Spec file cosmetics.
+
+* Sun Aug 24 2008 Axel Thimm <Axel.Thimm at ATrpms.net>
 - Update to 0.34.
 
 * Sun Jun 01 2008 Ralf Corsépius <rc040203 at freenet.de> - 0.32-8


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/po4a/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 Aug 2007 17:21:39 -0000	1.3
+++ sources	14 Jan 2009 07:29:21 -0000	1.4
@@ -1 +1 @@
-d026b224965b50afd9924b61d0df2a06  po4a-0.32.tar.gz
+883b616e8c2ec6dc5bab53118afd270a  po4a-0.34.tar.gz




More information about the fedora-extras-commits mailing list