forked from pool/libzrtpcpp
- Modify and rename spec file to adhere to naming policies
* remove rpmlintrc file - not longer used OBS-URL: https://build.opensuse.org/package/show/network:telephony/libzrtpcpp?expand=0&rev=11
This commit is contained in:
parent
92204b4bd6
commit
b2ce4fa130
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 20 07:17:04 UTC 2011 - Werner.Dittmann@t-online.de
|
||||
|
||||
- Modify and rename spec file to adhere to naming policies
|
||||
* remove rpmlintrc file - not longer used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 15:54:33 UTC 2011 - Werner.Dittmann@t-online.de
|
||||
|
||||
|
@ -15,18 +15,17 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: libzrtpcpp
|
||||
Name: libzrtpcpp2
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
License: GPLv3+
|
||||
Summary: A ccrtp extension for ZRTP support
|
||||
Url: http://www.gnu.org/software/commoncpp/commoncpp.html
|
||||
Group: Development/Libraries/Other
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: rpmlintrc
|
||||
Source0: libzrtpcpp-%{version}.tar.bz2
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libccrtp-devel >= 2.0.0
|
||||
BuildRequires: libccrtp2-devel >= 2.0.0
|
||||
BuildRequires: libopenssl-devel >= 0.9.8
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -41,15 +40,15 @@ applications.
|
||||
License: GPLv3+
|
||||
Summary: Headers and link library for libzrtpcpp
|
||||
Group: Development/Libraries/Other
|
||||
Requires: libccrtp-devel >= 2.0.0
|
||||
Requires: libzrtpcpp = %{version}
|
||||
Requires: libccrtp2-devel >= 2.0.0
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
This package provides the header files, link libraries, and
|
||||
documentation for building applications that use libzrtpcpp.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n libzrtpcpp-%{version}
|
||||
|
||||
%build
|
||||
mkdir build
|
||||
@ -74,7 +73,7 @@ rm -rf %{buildroot}
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -n libzrtpcpp
|
||||
%files -n libzrtpcpp2
|
||||
%defattr(-,root,root,0755)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/*.so.*
|
Loading…
Reference in New Issue
Block a user