]> git.pld-linux.org Git - packages/clive.git/commitdiff
- up to 0.4.5
authortwittner <twittner@pld-linux.org>
Fri, 15 Feb 2008 16:45:36 +0000 (16:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clive-setup.patch -> 1.2
    clive.spec -> 1.15

clive-setup.patch
clive.spec

index 3d6107a77bc9805cf4bd5b99862a0f87c8171a42..ccc8d537b3a2314acf365d6e28dfaac2533c6115 100644 (file)
@@ -1,11 +1,11 @@
---- clive-0.3.1/setup.py~      2007-11-01 19:41:13.000000000 +0200
-+++ clive-0.3.1/setup.py       2007-11-01 19:41:15.103122197 +0200
-@@ -50,7 +50,7 @@
-   'Topic :: Utilities'
- ]
+--- clive-0.4.5/setup.py       2008-01-25 04:37:50.000000000 +0100
++++ clive-0.4.5/setup.py.new   2008-02-15 17:39:13.095479222 +0100
+@@ -59,7 +59,7 @@
  
--data_files = [ ('man/man1', ['man/clive.1.gz']) ]
-+data_files = [ ('share/man/man1', ['man/clive.1']) ]
+ manpage = 'man/clive.1'
+ manpage_gz = manpage + '.gz'
+-data_files = [ ('man/man1', [manpage_gz]) ]
++data_files = [ ('share/man/man1', [manpage_gz]) ]
  
  setup_args = dict(
        name = 'clive',
index 58389606782d5d7ab07d934df79205e44e6366e4..113ed4b69b1a4fb8f8a93e32d5074b1d69eb6e99 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Video extraction utility for YouTube and Google Video
 Summary(pl.UTF-8):     Narzędzie do wydobywania filmów z YouTube i Google Video
 Name:          clive
-Version:       0.4.3
+Version:       0.4.5
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
 Source0:       http://dl.gna.org/clive/0.4/src/%{name}-%{version}.tar.gz
-# Source0-md5: c5167e755d648dbf33c11bd6a4bf6f75
+# Source0-md5: d0780d82589975f6226e8974cf737d37
 Patch0:                %{name}-setup.patch
 Patch1:                %{name}-delfi.patch
 Patch2:                %{name}-spz.patch
@@ -38,7 +38,6 @@ ffmpegiem) do przekodowywania wyciągniętych filmów do innych formatów
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%{__gzip} -d man/*.gz
 
 %build
 python setup.py build
This page took 0.068722 seconds and 4 git commands to generate.