rpms/clipgrab/devel clipgrab.desktop, NONE, 1.1 clipgrab.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Martin Gansser martinkg at rpmfusion.org
Sat Dec 13 15:40:07 CET 2014


Author: martinkg

Update of /cvs/nonfree/rpms/clipgrab/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26735/devel

Modified Files:
	.cvsignore sources 
Added Files:
	clipgrab.desktop clipgrab.spec 
Log Message:



--- NEW FILE clipgrab.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=ClipGrab
GenericName=ClipGrab
GenericName[de]=Video-Downloader
Name[en_GB]=ClipGrab
Name[it]=ClipGrab
Comment=ClipGrab is a free downloader and converter for YouTube, Vimeo, Dailymotion and many other online video sites.
Comment[it]=ClipGrab è un programma progettato per scaricare e convertire video da YouTube, Vimeo, Dailymotion e molti altri siti di video.
Comment[de]=Clipgrab ist ein kostenloser Downloader und Konverter für YouTube, Vimeo, Dailymotion und viele andere Online-Video-Websites.
Exec=clipgrab
Icon=/usr/share/pixmaps/clipgrab.png
StartupNotify=true
X-KDE-StartupNotify=true
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Audio;Video;Utility;


--- NEW FILE clipgrab.spec ---
Name:           clipgrab
Version:        3.4.8
Release:        3%{?dist}

License:        GPLv3 and Non-Commercial Use Only (Artwork and Trademark)
Group:          Applications/Internet
Summary:        A free video downloader and converter
URL:            http://clipgrab.de/en
Source0:        http://clipgrab.de/download/%{name}-%{version}.tar.bz2
Source1:        %{name}.desktop

BuildRequires:  qt-devel
BuildRequires:  qt-webkit-devel
BuildRequires:  desktop-file-utils
Requires:       ffmpeg


%description
ClipGrab is a free downloader and converter for YouTube, Vimeo, Dailymotion
and many other online video sites.

%prep
%setup -q -n %{name}
chmod 0644 *.cpp *.h icon.png COPYING README license.odt

%build
qmake-qt4 %{name}.pro
make %{?_smp_mflags}

%install
install -Dm755 %{name} %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_datadir}/applications
install -Dm 644 icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}

%post
/usr/bin/update-desktop-database &> /dev/null || :

%postun
/usr/bin/update-desktop-database &> /dev/null || :


%files
%doc COPYING README
%{_bindir}/%{name}
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/clipgrab.desktop


%changelog
* Sun Dec 07 2014 Martin Gansser <martinkg at fedoraproject.org> - 3.4.8-3
- correct license field

* Sat Dec 06 2014 Martin Gansser <martinkg at fedoraproject.org> - 3.4.8-2
- added  parallel make %%{?_smp_mflags} macro
- correct icon path in desktop file

* Sat Dec 06 2014 Martin Gansser <martinkg at fedoraproject.org> - 3.4.8-1
- rebuild for new version


Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/clipgrab/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Dec 2014 12:56:04 -0000	1.1
+++ .cvsignore	13 Dec 2014 14:40:06 -0000	1.2
@@ -0,0 +1 @@
+clipgrab-3.4.8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/clipgrab/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Dec 2014 12:56:04 -0000	1.1
+++ sources	13 Dec 2014 14:40:06 -0000	1.2
@@ -0,0 +1 @@
+f15acc189a2bbf43fd0ed3a47e1d9ee0  clipgrab-3.4.8.tar.bz2


More information about the rpmfusion-commits mailing list