Projects
Multimedia
cclive
cclive.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cclive.spec of Package cclive (Revision 2)
Currently displaying revision
2
,
Show latest
# vim: set ts=4 sw=4 et: Name: cclive Version: 0.7.3 Release: 1 Summary: Command Line Video Extraction Utility Source: http://prdownloads.sourceforge.net/cclive/cclive-%{version}.tar.gz URL: http://cclive.sourceforge.net/ Group: Productivity/Networking/Other License: GNU General Public License version 3 (GPL v3) BuildRoot: %{_tmppath}/build-%{name}-%{version} %if %suse_version >= 1030 BuildRequires: libcurl-devel >= 7.20 %else BuildRequires: curl-devel >= 7.20 %endif BuildRequires: boost-devel BuildRequires: pcre-devel >= 8.02 BuildRequires: libquvi-devel >= 0.2.0 Requires: libquvi0 >= 0.2.0 BuildRequires: gcc-c++ make glibc-devel pkg-config autoconf automake libtool BuildRequires: cmake %description cclive is a command line video extraction utility similar to clive but focuses on low requirements. Its features are few and essential. cclive is intended for users who prefer lightweight and "snappy" programs. It was written in C and depends on libcurl. cclive sports much of the same features but some compromises were made along the way to keep the prerequisites low. %prep %setup -q %build mkdir build pushd build CFLAGS="%{optflags}" \ CXXFLAGS="%{optflags}" \ cmake \ -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ -DCMAKE_SKIP_RPATH=TRUE \ -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \ -DCMAKE_VERBOSE_MAKEFILE=TRUE \ -DCMAKE_STRIP=/usr/bin/touch \ .. %__make %{?jobs:-j%{jobs}} V=1 popd #build %install pushd build %makeinstall popd #build %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-,root,root) %doc ChangeLog COPYING NEWS README %{_bindir}/cclive %doc %{_mandir}/man1/cclive.1%{ext_man} %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.