Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4462c99661 | ||
|
|
eec480ce28 | ||
|
|
683ec44fde | ||
|
|
8aef99c412 | ||
|
|
8d7f812dc3 | ||
|
|
a3a65a59fd |
2 changed files with 8 additions and 5 deletions
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
1d6bb74e56a8190706c6862ab9dd5004 wxsqlite3-3.0.3.pc.in
|
||||
618476322516de436c770a2fe405e26e wxsqlite3-3.2.0.tar.gz
|
||||
97ed1ec2f5a37db37d1c19afdb4164c9 wxsqlite3-3.0.3.pc.in
|
||||
2ac2508d05901a8a8e9de9915ed7a7f9 wxsqlite3-3.2.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global wxincdir %{_includedir}/wx-%{wxversion}
|
||||
|
||||
Name: wxsqlite3
|
||||
Version: 3.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ wrapper around the SQLite 3.x database
|
||||
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -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.2.0!" \
|
||||
sed -e "s!@VERSION@!3.2.1!" \
|
||||
-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.2.0!" \
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 05 2015 Martin Gansser <martinkg@fedoraproject.org> 3.2.1-1
|
||||
- update to 3.2.1
|
||||
|
||||
* Sun Jan 04 2015 Martin Gansser <martinkg@fedoraproject.org> 3.2.0-2
|
||||
- fixed library path in pkgconfig file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue