]> git.pld-linux.org Git - packages/dvd+rw-tools.git/commitdiff
- up to 6.1
authorjack <jack@pld-linux.org>
Wed, 15 Feb 2006 23:19:37 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvd+rw-tools-makefile.patch -> 1.2
    dvd+rw-tools.spec -> 1.13

dvd+rw-tools-makefile.patch
dvd+rw-tools.spec

index 5520d0f3039ce275b3dee97a7ed6ff9f2bce28e8..6865a2e32f862c8a4bb314da2930f897bc5ffa79 100644 (file)
@@ -1,6 +1,16 @@
---- dvd+rw-tools-5.16.4.8.5/Makefile.m4~       2003-12-16 23:11:23.000000000 +0100
-+++ dvd+rw-tools-5.16.4.8.5/Makefile.m4        2004-01-02 22:05:01.668620976 +0100
-@@ -118,13 +118,12 @@
+diff -Nur dvd+rw-tools-6.1-orig/Makefile.m4 dvd+rw-tools-6.1/Makefile.m4
+--- dvd+rw-tools-6.1-orig/Makefile.m4  2006-02-15 23:26:15.259609250 +0100
++++ dvd+rw-tools-6.1/Makefile.m4       2006-02-15 23:47:06.985837250 +0100
+@@ -1,7 +1,7 @@
+ # OBS! M4 processed!
+ changequote([, ])
+ [
+-CHAIN=growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control
++CHAIN=growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control rpl8 btcflash
+ dvd+rw-tools: $(CHAIN)
+@@ -176,17 +176,17 @@
  manprefix?=$(shell case $(prefix) in (*/usr/?*) echo $(prefix)/man ;; (*) echo $(prefix)/share/man ;; esac)
  
  bin_mode?=0755        # yes, default is *no* set-uid
 +      install $(CHAIN) $(DESTDIR)$(prefix)/bin
 +      [[ -d $(DESTDIR)$(manprefix)/man1 ]] || mkdir -p $(DESTDIR)$(manprefix)/man1
 +      install growisofs.1 $(DESTDIR)$(manprefix)/man1
++
+       [[ -f rpl8 ]] && \
+-        install $(minus_o) -m $(bin_mode) rpl8 $(prefix)/bin
++        install rpl8 $(DESTDIR)$(prefix)/bin
+       [[ -f btcflash ]] && \
+-        install $(minus_o) -m $(bin_mode) btcflash $(prefix)/bin
++        install btcflash $(DESTDIR)$(prefix)/bin
  ])
  # common section
- [
index f51cea0f92a9a44d56ea4236424a9581b34e1faa..13ae7395664cdd0f4c17ad17d8f84af9df8f4f83 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Toolchain for mastering recordable DVD media
 Summary(pl):   Zestaw narzêdzi do nagrywania p³yt DVD
 Name:          dvd+rw-tools
-Version:       6.0
-Release:       1
+Version:       6.1
+Release:       0.1
 License:       GPL
 Group:         Applications/Multimedia
 Source0:       http://fy.chalmers.se/~appro/linux/DVD+RW/tools/%{name}-%{version}.tar.gz
-# Source0-md5: 0c2b8afa027b93b84005ccd1c06fbd54
+# Source0-md5: d6bad594e55a2e0d7cf76ce452fce399
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-bacula.patch
 Patch2:                %{name}-gcc4.patch
This page took 0.121371 seconds and 4 git commands to generate.