Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[libwspcodec] Update packaging for 1.0.0
  • Loading branch information
John Brooks committed Dec 16, 2013
1 parent 36d61ca commit 719b9e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/libwspcodec.spec
Expand Up @@ -4,7 +4,7 @@ Release: 1
Summary: WSP encoder and decoder library
Group: Development/Libraries
License: LGPL
URL: http://github.com/nemomobile
URL: https://github.com/nemomobile/libwspcodec
Source: %{name}-%{version}.tar.bz2
Requires: glib2 >= 2.0
BuildRequires: glib2-devel >= 2.0
Expand Down Expand Up @@ -38,11 +38,11 @@ make install-dev DESTDIR=%{buildroot}

%files
%defattr(-,root,root,-)
%{_libdir}/%{name}.so*
%{_libdir}/%{name}.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/%{name}.so*
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/libwspcodec.pc
%{_includedir}/libwspcodec/wspcodec/wsputil.h
%{_includedir}/libwspcodec/wspcodec/wspcodec.h

0 comments on commit 719b9e7

Please sign in to comment.