rpms/doxygen/F-12 doxygen.spec,1.70,1.71

Than Ngo than at fedoraproject.org
Fri Dec 11 14:29:33 UTC 2009


Author: than

Update of /cvs/extras/rpms/doxygen/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10690

Modified Files:
	doxygen.spec 
Log Message:
 bz#225709, merged review




Index: doxygen.spec
===================================================================
RCS file: /cvs/extras/rpms/doxygen/F-12/doxygen.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- doxygen.spec	25 Aug 2009 12:57:26 -0000	1.70
+++ doxygen.spec	11 Dec 2009 14:29:33 -0000	1.71
@@ -3,10 +3,10 @@
 %define qt_version 4.4
 %{!?with_qt:%define with_qt 1}
 
-Summary: A documentation system for C/C++.
+Summary: A documentation system for C/C++
 Name: doxygen
 Version: 1.6.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 Url: http://www.stack.nl/~dimitri/doxygen/index.html
 Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
@@ -81,6 +81,13 @@ make install DESTDIR=%{buildroot}
   rm -rf %{buildroot}%{_mandir}/man1/doxywizard*
 %endif
 
+# convert into utf-8
+iconv --from=ISO-8859-1 --to=UTF-8 LANGUAGE.HOWTO > LANGUAGE.HOWTO.new
+touch -r LANGUAGE.HOWTO.new && mv LANGUAGE.HOWTO.new LANGUAGE.HOWTO
+
+# drop -x bit
+find examples -type f | xargs chmod -x
+
 %clean
 rm -rf %{buildroot}
 
@@ -101,6 +108,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Dec 11 2009 Than Ngo <than at redhat.com> - 1:1.6.1-2
+- bz#225709, merged review 
+
 * Tue Aug 25 2009 Than Ngo <than at redhat.com> - 1.6.1-1
 - 1.6.1
 




More information about the fedora-extras-commits mailing list