Skip to content

Commit

Permalink
Update swig to version 2.0.4.
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Saukko <marko.saukko@cybercom.com>
  • Loading branch information
Marko Saukko committed Feb 13, 2012
1 parent 60ab0eb commit 53cb138
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 16 deletions.
6 changes: 0 additions & 6 deletions Makefile

This file was deleted.

Binary file removed swig-1.3.40.tar.gz
Binary file not shown.
Binary file added swig-2.0.4.tar.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions swig.changes
@@ -1,3 +1,7 @@
* Mon Feb 13 2012 Marko Saukko <marko.saukko@gmail.com> - 2.0.4
- Updated to version 2.0.4
- Licenced under combination of GPLv3 and BSD.

* Sat Apr 10 2010 Anas Nashif <anas.nashif@intel.com> - 1.3.40
- Fixed rpmlint errors

Expand Down
21 changes: 13 additions & 8 deletions swig.spec
@@ -1,23 +1,26 @@
#
# Do not Edit! Generated by:
# spectacle version 0.15
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.23
#
# >> macros
# << macros

Name: swig
Summary: Connects C/C++/Objective C to some high-level programming languages
Version: 1.3.40
Version: 2.0.4
Release: 1
Group: Development/Tools
License: BSD
License: GPLv3
URL: http://swig.sourceforge.net
Source0: http://download.sourceforge.net/swig/swig-%{version}.tar.gz
Source1: swig-rpmlintrc
Source100: swig.yaml
Patch0: swig-1.3.23-pylib.patch
BuildRequires: pkgconfig(libpcre)
BuildRequires: perl
BuildRequires: python-devel
BuildRequires: fdupes


%description
SWIG is a software development tool that connects programs written in C
Expand All @@ -40,7 +43,8 @@ Group: Documentation
Requires: %{name} = %{version}-%{release}

%description doc
Description: %{summary}
%{summary}.



%prep
Expand Down Expand Up @@ -68,6 +72,7 @@ rm -rf %{buildroot}

# >> install post
# << install post
%fdupes %{buildroot}//usr/share/swig/



Expand All @@ -80,17 +85,17 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
# >> files
%doc LICENSE
%doc LICENSE LICENSE-GPL LICENSE-UNIVERSITIES
%{_bindir}/*
%{_datadir}/swig
/usr/share/man/man1/ccache-swig.1.gz
%{_mandir}/man1/ccache-swig.1.gz
# << files


%files doc
%defattr(-,root,root,-)
# >> files doc
%doc ANNOUNCE CHANGES FUTURE INSTALL NEW README TODO
%doc ANNOUNCE CHANGES INSTALL README TODO
%doc Doc/*
# << files doc

10 changes: 8 additions & 2 deletions swig.yaml
@@ -1,9 +1,9 @@
Name: swig
Summary: Connects C/C++/Objective C to some high-level programming languages
Version: 1.3.40
Version: 2.0.4
Release: 1
Group: Development/Tools
License: BSD
License: GPLv3 and BSD
URL: http://swig.sourceforge.net
Description: |
SWIG is a software development tool that connects programs written in C
Expand All @@ -23,12 +23,18 @@ Sources:
Patches:
- swig-1.3.23-pylib.patch

PkgConfigBR:
- libpcre
PkgBR:
- perl
- python-devel
RunFdupes:
- usr/share/swig/
Configure: configure
SubPackages:
- Name: doc
Summary: Documentation files for %{name}
Group: Documentation
Description: |
%{summary}.

0 comments on commit 53cb138

Please sign in to comment.