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
|
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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
Name: libzrtpcpp
|
Name: libzrtpcpp2
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Summary: A ccrtp extension for ZRTP support
|
Summary: A ccrtp extension for ZRTP support
|
||||||
Url: http://www.gnu.org/software/commoncpp/commoncpp.html
|
Url: http://www.gnu.org/software/commoncpp/commoncpp.html
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: libzrtpcpp-%{version}.tar.bz2
|
||||||
Source1: rpmlintrc
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libccrtp-devel >= 2.0.0
|
BuildRequires: libccrtp2-devel >= 2.0.0
|
||||||
BuildRequires: libopenssl-devel >= 0.9.8
|
BuildRequires: libopenssl-devel >= 0.9.8
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -41,15 +40,15 @@ applications.
|
|||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Summary: Headers and link library for libzrtpcpp
|
Summary: Headers and link library for libzrtpcpp
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: libccrtp-devel >= 2.0.0
|
Requires: libccrtp2-devel >= 2.0.0
|
||||||
Requires: libzrtpcpp = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package provides the header files, link libraries, and
|
This package provides the header files, link libraries, and
|
||||||
documentation for building applications that use libzrtpcpp.
|
documentation for building applications that use libzrtpcpp.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n libzrtpcpp-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -74,7 +73,7 @@ rm -rf %{buildroot}
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -n libzrtpcpp
|
%files -n libzrtpcpp2
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
Loading…
x
Reference in New Issue
Block a user