rpms/quvi/F-13 import.log, NONE, 1.1 quvi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicoleau Fabien eponyme at fedoraproject.org
Mon Apr 5 14:59:46 UTC 2010


Author: eponyme

Update of /cvs/pkgs/rpms/quvi/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11444/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log quvi.spec 
Log Message:
New package



--- NEW FILE import.log ---
quvi-0_1_4-1_fc12:F-13:quvi-0.1.4-1.fc12.src.rpm:1270479662


--- NEW FILE quvi.spec ---
Name:           quvi
Version:        0.1.4 
Release:        1%{?dist}
Summary:        Command line tool for parsing video download links

Group:          Applications/Internet
License:        GPLv3+
URL:            http://code.google.com/p/quvi/
Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libcurl-devel pcre-devel doxygen

%description
quvi is a command line tool for parsing video download links.
It supports Youtube and other similar video websites.
libquvi is a library for parsing video download links with C API.
It is written in C and intended to be a cross-platform library.


%package devel
Summary: Files needed for building applications with libquvi
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig

%description devel
Files needed for building applications with libquvi


%prep
%setup -q

%build
%configure --enable-static=no --enable-smut
# To remove rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

make %{?_smp_mflags}
make dox
# removed as it's useless and generates a perl dependancy warning for rpmlint
rm docs/html/installdox

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f ${RPM_BUILD_ROOT}%{_libdir}/lib%{name}.la

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README 
%{_bindir}/%{name}
%{_libdir}/lib%{name}.so.*
%{_mandir}/man1/%{name}.1.*


%files devel
%defattr(-,root,root,-)
%doc docs/howto/ examples/simple.c docs/html/
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/lib%{name}.pc
%{_includedir}/%{name}/


%changelog
* Mon Apr  5 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.4-1
- Update to 0.1.4

* Fri Apr  2 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.3-3
- Removed redundant option for post and postun
- Append slashes to directories in files section
- Add blanks lines between changelog revisions

* Thu Apr  1 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.3-2
- License fix
- Merged libquvi and quvi packages

* Tue Mar 30 2010 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.3-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/quvi/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Apr 2010 17:48:17 -0000	1.1
+++ .cvsignore	5 Apr 2010 14:59:46 -0000	1.2
@@ -0,0 +1 @@
+quvi-0.1.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/quvi/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Apr 2010 17:48:17 -0000	1.1
+++ sources	5 Apr 2010 14:59:46 -0000	1.2
@@ -0,0 +1 @@
+976c07dcf3cab275c93f7b5bc3424b02  quvi-0.1.4.tar.bz2



More information about the scm-commits mailing list