Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b709ae174 |
5 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@
|
|||
/wxsqlite3-3.0.3.tar.gz
|
||||
/wxsqlite3-3.0.5.tar.gz
|
||||
/wxsqlite3-3.0.5.pc.in
|
||||
/wxsqlite3-3.0.6.1.tar.gz
|
||||
|
|
|
|||
2
clog
2
clog
|
|
@ -1,2 +1,2 @@
|
|||
update to 3.0.5
|
||||
update to 3.0.6.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
97ed1ec2f5a37db37d1c19afdb4164c9 wxsqlite3-3.0.5.pc.in
|
||||
ef98360f585a37456ba032a159fae9bf wxsqlite3-3.0.6.1.tar.gz
|
||||
|
|
|
|||
BIN
wxsqlite3-3.0.6.1.tar.gz
Normal file
BIN
wxsqlite3-3.0.6.1.tar.gz
Normal file
Binary file not shown.
|
|
@ -2,7 +2,7 @@
|
|||
%global wxincdir %{_includedir}/wx-%{wxversion}
|
||||
|
||||
Name: wxsqlite3
|
||||
Version: 3.0.5
|
||||
Version: 3.0.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ wrapper around the SQLite 3.x database
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ that use %{name}.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-3.0.6
|
||||
|
||||
# delete bundled sqlite3 files
|
||||
find -name sqlite3 -type d | xargs rm -rfv
|
||||
|
|
@ -86,7 +86,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||
|
||||
# install own Debian-compatible pkgconfig file
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig
|
||||
sed -e "s!@VERSION@!3.0.5!" \
|
||||
sed -e "s!@VERSION@!3.0.6!" \
|
||||
-e "s!@LIBDIR@!%{_lib}!" \
|
||||
-e "s!@WXVERSION@!%{wxversion}!g" \
|
||||
%{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-%{wxversion}.pc
|
||||
|
|
@ -111,6 +111,9 @@ sed -e "s!@VERSION@!3.0.5!" \
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 9 2013 Martin Gansser <martinkg@fedoraproject.org> 3.0.6.1-1
|
||||
- update to 3.0.6.1
|
||||
|
||||
* Mon Sep 9 2013 Martin Gansser <martinkg@fedoraproject.org> 3.0.5-1
|
||||
- update to 3.0.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue