Accepting request 128445 from devel:tools
- texi2html is required OBS-URL: https://build.opensuse.org/request/show/128445 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/indent?expand=0&rev=13
This commit is contained in:
parent
6e456ab642
commit
48a5737f15
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 20 05:00:55 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- texi2html is required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 5 12:09:45 CEST 2008 - prusnak@suse.cz
|
Tue Aug 5 12:09:45 CEST 2008 - prusnak@suse.cz
|
||||||
|
|
||||||
|
69
indent.spec
69
indent.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package indent (Version 2.2.10)
|
# spec file for package indent
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,15 +15,11 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: indent
|
Name: indent
|
||||||
License: GPL-3.0+
|
BuildRequires: texinfo
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
AutoReqProv: on
|
|
||||||
Version: 2.2.10
|
Version: 2.2.10
|
||||||
Release: 17
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-%{version}-nothing_is_void.diff
|
Patch0: %{name}-%{version}-nothing_is_void.diff
|
||||||
Patch1: %{name}-%{version}-warnings.diff
|
Patch1: %{name}-%{version}-warnings.diff
|
||||||
@ -33,6 +29,8 @@ Patch4: %{name}-%{version}-man.diff
|
|||||||
Url: http://www.gnu.org/software/indent
|
Url: http://www.gnu.org/software/indent
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Indent Formats C Source Code
|
Summary: Indent Formats C Source Code
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -85,58 +83,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/indent.1.gz
|
%{_mandir}/man1/indent.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 05 2008 prusnak@suse.cz
|
|
||||||
- updated to 2.2.10
|
|
||||||
* added --indent-label and --linux-style options to control
|
|
||||||
indentation of goto labels and supply a canned set of settings
|
|
||||||
that closely matches the preferred style for the linux kernel
|
|
||||||
* GPLv3 is used now
|
|
||||||
- removed obsoleted patches:
|
|
||||||
* overflow.patch (included in update)
|
|
||||||
* Sun Feb 24 2008 crrodriguez@suse.de
|
|
||||||
- use find_lang macro
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Tue Dec 14 2004 sndirsch@suse.de
|
|
||||||
- moved chinese mo file to correct directory (Bug #47262)
|
|
||||||
* Wed Sep 15 2004 aj@suse.de
|
|
||||||
- Fix compiler warnings.
|
|
||||||
* Wed Jun 30 2004 tcrhak@suse.cz
|
|
||||||
- removed texinfo2man from the file list (bug #42247)
|
|
||||||
* Fri Apr 16 2004 mmj@suse.de
|
|
||||||
- Functions that are void should be declared as such
|
|
||||||
* Thu Mar 04 2004 tcrhak@suse.cz
|
|
||||||
- security fix for overflow (bug #33790)
|
|
||||||
* Sat Jan 10 2004 adrian@suse.de
|
|
||||||
- build as user
|
|
||||||
* Wed May 14 2003 mmj@suse.de
|
|
||||||
- Remove unwanted files
|
|
||||||
* Thu Apr 24 2003 ro@suse.de
|
|
||||||
- fix install_info --delete call and move from preun to postun
|
|
||||||
* Thu Feb 13 2003 mmj@suse.de
|
|
||||||
- Add %%install_info macro [#23428]
|
|
||||||
* Mon Jan 06 2003 tcrhak@suse.cz
|
|
||||||
- update to version 2.2.9
|
|
||||||
* Sat Jul 13 2002 tcrhak@suse.cz
|
|
||||||
- update to version 2.2.8a
|
|
||||||
* Thu Oct 04 2001 schwab@suse.de
|
|
||||||
- Don't run automake/autoconf.
|
|
||||||
* Sun Dec 03 2000 smid@suse.cz
|
|
||||||
- New version 2.2.6
|
|
||||||
* Thu Feb 10 2000 kukuk@suse.de
|
|
||||||
- Update to 2.2.5
|
|
||||||
- Move /usr/{info,man} -> /usr/share/{info,man}
|
|
||||||
* Sun Oct 10 1999 kukuk@suse.de
|
|
||||||
- Update to version 2.2.3
|
|
||||||
- Use BuildRoot
|
|
||||||
* Mon Sep 13 1999 bs@suse.de
|
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
||||||
* Tue Sep 07 1999 kukuk@suse.de
|
|
||||||
- Add make to build section
|
|
||||||
* Thu Aug 26 1999 kukuk@suse.de
|
|
||||||
- Update to version 2.2.0
|
|
||||||
* Tue Feb 23 1999 ro@suse.de
|
|
||||||
- dont redefine memcpy for glibc-2.1
|
|
||||||
* Thu Jan 21 1999 ro@suse.de
|
|
||||||
- no m486 on alpha
|
|
||||||
- include <string.h> in indent.c
|
|
||||||
|
Loading…
Reference in New Issue
Block a user