Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60990a8bea | ||
|
|
8fcc232928 | ||
|
|
fd15076f5f | ||
| 07a2247d11 | |||
|
|
b2ea2953dd | ||
|
|
e2251826c6 |
4 changed files with 1 additions and 87 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/valabind-0.9.2-cd4051f.tar.gz
|
||||
/valabind-0.10.0.tar.gz
|
||||
/1.4.0.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
valabind fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676180
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (1.4.0.tar.gz) = 67ca244f002dc1558455ee8648aacc7902049101cf6ac85bc982b975a129343cc4e262556d6210fec2add739ddb2ef673be87b2aaaaad23c2122cc9ca666fb24
|
||||
|
|
@ -1,83 +0,0 @@
|
|||
%global gituser radare
|
||||
%global gitname valabind
|
||||
|
||||
Name: valabind
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Transform vala or vapi files into swig, C++, NodeJS-ffi, or GIR
|
||||
Group: Applications/Engineering
|
||||
License: GPLv3+
|
||||
URL: https://github.com/radare/valabind
|
||||
Source0: https://github.com/%{gituser}/%{gitname}/archive/%{version}.tar.gz
|
||||
BuildRequires: vala-devel
|
||||
|
||||
#Original package was planned to possibly co-exist in multiple versions
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
%description
|
||||
Valabind is a tool to parse vala[1] or vapi files to transform them
|
||||
into swig[2] interface files, C++, NodeJS-ffi or GIR. With swig, you
|
||||
can create language bindings for any API written in vala or C with a
|
||||
vapi interface. It can also generate bindings for C++.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}"
|
||||
|
||||
%install
|
||||
make install DESTDIR="%{buildroot}"
|
||||
|
||||
%files
|
||||
%doc AUTHORS NOTES README.md TODO.md THANKS
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-cc
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 05 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.4.0-1
|
||||
- Rebuilt for new upstream release 1.4.0, vala 0.36
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Mar 06 2017 Michal Ambroz <rebus AT_ seznam.cz> - 0.10.0-4
|
||||
- rebuild rawhide back for 0.35
|
||||
|
||||
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 0.10.0-3
|
||||
- Rebuilt for vala 0.36
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Dec 09 2016 Filipe Rosset <rosset.filipe@gmail.com> - 0.10.0-1
|
||||
- Rebuilt for new upstream release 0.10.0, fixes rhbz #1310921
|
||||
|
||||
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.9.2-5
|
||||
- Rebuilt for vala 0.34
|
||||
|
||||
* Mon Mar 07 2016 Kalev Lember <klember@redhat.com> - 0.9.2-4
|
||||
- Rebuilt for vala 0.32
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sun Oct 18 2015 Michal Ambroz <rebus AT_ seznam.cz> - 0.9.2-2
|
||||
- move the license to the new directory
|
||||
|
||||
* Sun Oct 11 2015 Michal Ambroz <rebus AT_ seznam.cz> - 0.9.2-1
|
||||
- bump to 0.9.2
|
||||
|
||||
* Mon May 25 2015 Michal Ambroz <rebus AT_ seznam.cz> - 0.9.0-1
|
||||
- bump to 0.9.0
|
||||
|
||||
* Tue Dec 17 2013 Eric Smith <spacewar@gmail.com> - 0.7.4-2
|
||||
- Pass global_ldflags to make.
|
||||
|
||||
* Sat Nov 30 2013 Eric Smith <spacewar@gmail.com> - 0.7.4-1
|
||||
- Initial version.
|
||||
Loading…
Add table
Add a link
Reference in a new issue