SHA256
1
0
forked from pool/doxygen
OBS User unknown
2008-07-18 20:24:33 +00:00
committed by Git OBS Bridge
parent c4b221d0f7
commit 41db1ffb62
15 changed files with 75 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package doxywizard (Version 1.5.5)
# spec file for package doxywizard (Version 1.5.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,7 +13,7 @@
Name: doxywizard
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files
Version: 1.5.5
Version: 1.5.6
Release: 1
AutoReqProv: on
Requires: doxygen = %{version}
@@ -70,6 +70,7 @@ make install INSTALL=$RPM_BUILD_ROOT/usr
rm -f $RPM_BUILD_ROOT/usr/bin/{doxygen,doxytag}
%suse_update_desktop_file -i doxywizard Development Documentation
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{doxygen,doxytag}.1
mv $RPM_BUILD_ROOT/usr/man/man1/doxywizard.1 $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.1
%clean
rm -rf %{buildroot}
@@ -81,6 +82,8 @@ rm -rf %{buildroot}
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
%changelog
* Tue Jul 15 2008 anosek@suse.cz
- updated to version 1.5.6
* Tue Oct 30 2007 anosek@suse.cz
- updated to version 1.5.4
* Fri Jul 27 2007 anosek@suse.cz