Skip to content

Commit

Permalink
0.17-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapio Rantala committed Mar 4, 2011
1 parent e0d1d93 commit 1ae20f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions libiodata.changes
@@ -1,3 +1,6 @@
* Fri Mar 04 2011 Tapio Rantala <ext-tapio.rantala@nokia.com> 0.17-1
- New upstream version (FEA#5513)

* Fri Jan 21 2011 Tapio Rantala <ext-tapio.rantala@nokia.com> 0.0.16-1
- New upstream version (BMC#10590)

Expand Down
4 changes: 3 additions & 1 deletion libiodata.spec
@@ -1,6 +1,6 @@
%define _name iodata
Name: libiodata
Version: 0.0.16
Version: 0.17
Release: 1
Summary: Library for input/ouput data
Group: System/System Control
Expand Down Expand Up @@ -37,6 +37,7 @@ Requires: testrunner-lite
%setup -q -n %{_name}-%{version}

%build
export IODATA_VERSION=`head -n1 debian/changelog | sed "s/.*(\([^)+]*\).*/\1/"`
%qmake
make

Expand All @@ -57,6 +58,7 @@ mv %{buildroot}/%{_datadir}/%{_name}-tests/tests.xml %{buildroot}/%{_datadir}/%{
%files devel
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/iodata-type-to-c++
%{_includedir}/iodata/*
%{_libdir}/%{name}.so
%{_datadir}/qt4/mkspecs/features/iodata.prf
Expand Down

0 comments on commit 1ae20f6

Please sign in to comment.