rpms/bouml-doc/devel bouml-doc.spec,1.2,1.3

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Wed Nov 21 17:37:19 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/bouml-doc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17723

Modified Files:
	bouml-doc.spec 
Log Message:
Updated to 3.0-1 in devel.

 Modified Files:
 	bouml-doc.spec 



Index: bouml-doc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouml-doc/devel/bouml-doc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bouml-doc.spec	12 Aug 2007 07:27:01 -0000	1.2
+++ bouml-doc.spec	21 Nov 2007 17:36:46 -0000	1.3
@@ -1,19 +1,19 @@
-Summary: Documentation for the BOUML tool
-Name: bouml-doc
-Version: 2.30
-Release: 3%{?dist}
-License: GPLv2+
-Group: Documentation
-URL: http://bouml.free.fr
-Source0: http://bouml.free.fr/doc%{version}.tar.gz
-Source1: http://bouml.free.fr/doc%{version}_A4.pdf
-Source2: http://bouml.free.fr/doc%{version}_letter.pdf
+Summary:	Documentation for the BOUML tool
+Name:		bouml-doc
+Version:	3.0
+Release:	1%{?dist}
+License:	GPLv2+
+Group:		Documentation
+URL:		http://bouml.free.fr
+Source0:	http://bouml.free.fr/doc%{version}.tar.gz
+Source1:	http://bouml.free.fr/doc%{version}_A4.pdf
+Source2:	http://bouml.free.fr/doc%{version}_letter.pdf
 
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-Requires: bouml >= 2.30
+Requires:	bouml >= 3.0
 
-BuildArch: noarch
+BuildArch:	noarch
 
 %description
 Documentation of the BOUML tool provided in HTML and PDF formats.
@@ -21,22 +21,13 @@
 %prep
 %setup -q -n doc
 
-# Image files should not have the executable bits.
-chmod 644 figs/provided.bmp
-chmod 644 figs/required.bmp
-chmod 644 figs/vcpp1.png
-chmod 644 figs/vcpp2.png
-chmod 644 figs/vcpp4.png
-chmod 644 figs/vcpp5.png
-chmod 644 figs/vcpp6.png
-
 %build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT
-mkdir -p html
-mkdir -p pdf
+mkdir -p ./html
+mkdir -p ./pdf
 
 # Reorganizing HTML.
 mv ./*.html ./html
@@ -54,9 +45,13 @@
 
 %files
 %defattr(-,root,root,-)
-%doc html pdf
+%doc html
+%doc pdf
 
 %changelog
+* Wed Nov 21 2007 Debarshi Ray <rishi at fedoraproject.org> - 3.0-1
+- Version bump to 3.0.
+
 * Sun Aug 12 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.30-3
 - Added 'mkdir -p $RPM_BUILD_ROOT' in install stanza.
 




More information about the fedora-extras-commits mailing list