]> git.pld-linux.org Git - packages/clive.git/commitdiff
- put patches back
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 11 Dec 2008 18:15:59 +0000 (18:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clive.spec -> 1.35

clive.spec

index 5e007ed4ed231280daf175059cb308631aac7abf..ff10293c6e7ff521cc4e28171f1cbaeafedd5ec5 100644 (file)
@@ -1,5 +1,6 @@
-#
-# TODO: check if it work
+# TODO
+# - update patches
+# - check if it work
 #
 Summary:       Video extraction utility for YouTube and Google Video
 Summary(hu.UTF-8):     Videó letöltő a YouTube és a Google Video oldalakról
@@ -12,6 +13,9 @@ Group:                Applications/System
 Source0:       http://clive.googlecode.com/files/%{name}-%{version}.tar.bz2
 # Source0-md5: cfa070cae349b812b8dddfc0409a5196
 URL:           http://home.gna.org/clive/
+Patch0:                %{name}-delfi.patch
+Patch1:                %{name}-reporter.patch
+Patch2:                %{name}-spz.patch
 Requires:      perl >= 1:5.8.0
 Requires:      perl-BerkeleyDB >= 0.34
 Requires:      perl-Config-Tiny >= 2.12
@@ -43,11 +47,13 @@ ffmpegiem) do przekodowywania wyciągniętych filmów do innych formatów
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
-
 install %{name} $RPM_BUILD_ROOT%{_bindir}
 
 %clean
This page took 0.081417 seconds and 4 git commands to generate.