rpms/mantis/devel .cvsignore, 1.6, 1.7 mantis.spec, 1.15, 1.16 sources, 1.11, 1.12

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Tue Jul 3 15:07:36 UTC 2007


Author: giallu

Update of /cvs/extras/rpms/mantis/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18967

Modified Files:
	.cvsignore mantis.spec sources 
Log Message:
* Tue Jul  3 2007 Gianluca Sforna <giallu gmail com> - 1.0.8-1
- new upstream release
- add Require: php-adodb (and remove embedded one)
- remove duplicate docs



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mantis/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	5 Apr 2007 11:02:42 -0000	1.6
+++ .cvsignore	3 Jul 2007 15:07:00 -0000	1.7
@@ -1 +1 @@
-mantis-1.0.7.tar.gz
+mantis-1.0.8.tar.gz


Index: mantis.spec
===================================================================
RCS file: /cvs/extras/rpms/mantis/devel/mantis.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mantis.spec	5 Apr 2007 11:02:42 -0000	1.15
+++ mantis.spec	3 Jul 2007 15:07:00 -0000	1.16
@@ -6,7 +6,7 @@
 
 Summary:    Web-based bugtracking system
 Name:       mantis
-Version:    1.0.7
+Version:    1.0.8
 Release:    1%{?dist}
 License:    GPL
 Group:      Applications/Internet
@@ -56,7 +56,7 @@
 %patch1 -p1
 %patch2 -p1
 
-cp %{SOURCE1} ./README.Fedora
+cp %{SOURCE1} ./doc/README.Fedora
 
 chmod -x *.php *.sample
 rm -rf packages
@@ -73,6 +73,9 @@
 
 tar cf - . | tar xf - -C ${RPM_BUILD_ROOT}%{pkgdir}
 
+# Remove adodb
+rm -rf ${RPM_BUILD_ROOT}%{pkgdir}/core/adodb
+
 find ${RPM_BUILD_ROOT} \( \
     -name '*.orig' -o -name '*.#.*' -o \
     -name '.cvsignore' \
@@ -98,7 +101,7 @@
 done
 
 chmod -x doc/* 
-chmod -x ${RPM_BUILD_ROOT}%{pkgdir}/{doc/*,core/phpmailer/{README,LICENSE}}
+chmod -x ${RPM_BUILD_ROOT}%{pkgdir}/core/phpmailer/{README,LICENSE}
 
 # Dangling symlink: when /etc/mantis/mantis_offline.php is present mantis is put offline
 ln -s %{cfgdir}/mantis_offline.php ${RPM_BUILD_ROOT}%{pkgdir}/mantis_offline.php
@@ -106,6 +109,9 @@
 %{__install} -d ${RPM_BUILD_ROOT}%{httpconfdir}
 %{__install} -p -m644 %{SOURCE10} ${RPM_BUILD_ROOT}%{httpconfdir}/mantis.conf
 
+# Remove doc dir
+rm -rf ${RPM_BUILD_ROOT}%{pkgdir}/doc
+
 
 %clean
 rm -rf "${RPM_BUILD_ROOT}"
@@ -121,10 +127,9 @@
 %files
 %defattr(-,root,root,-)
 %{pkgdir}
-%exclude %{pkgdir}/core/adodb/adodb-time.zip
 %dir %{cfgdir}
 %config(noreplace) %{cfgdir}/*
-%doc doc/{LICENSE,ChangeLog,CREDITS,CUSTOMIZATION} README.Fedora
+%doc doc/{LICENSE,ChangeLog,CREDITS,CUSTOMIZATION,README.Fedora}
 
 %files config-httpd
 %defattr(-,root,root,-)
@@ -132,6 +137,11 @@
 
 
 %changelog
+* Tue Jul  3 2007 Gianluca Sforna <giallu gmail com> - 1.0.8-1
+- new upstream release
+- add Require: php-adodb (and remove embedded one)
+- remove duplicate docs
+
 * Thu Apr  5 2007 Gianluca Sforna <giallu gmail com> - 1.0.7-1
 - new upstream release
 - drop upstreamed patch


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mantis/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	5 Apr 2007 11:02:42 -0000	1.11
+++ sources	3 Jul 2007 15:07:00 -0000	1.12
@@ -1 +1 @@
-242f127edfc487889c9089d6b0fbf737  mantis-1.0.7.tar.gz
+fab90748346fe9a8276a71f59c1a245a  mantis-1.0.8.tar.gz




More information about the fedora-extras-commits mailing list