]> git.pld-linux.org Git - packages/dvdrip.git/commitdiff
Mostly reverting last change:
authorankry <ankry@pld-linux.org>
Sun, 4 Aug 2002 19:48:09 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove *EMPTY* man1 page
- restore Provides: they *ARE* necessary with current rpm-perlprov
- release 2

Changed files:
    dvdrip.spec -> 1.6

dvdrip.spec

index f0e294f556a84af167bb8487e0b08f3375a73d36..486d960629d964d1171b8c3628163f83ccde43be 100644 (file)
@@ -1,3 +1,6 @@
+#
+# Conditional build:
+# _with_tests - perform "make test" (needs working, not busy /dev/audio!)
 %include        /usr/lib/rpm/macros.perl
 %define                pnam    Video-DVDRip
 Summary:       Video::DVDRip Perl module
@@ -19,7 +22,7 @@ Summary(uk):  
 Summary(zh_CN):        Video::DVDRip Perl Ä£¿é
 Name:          perl-Video-DVDRip
 Version:       0.44
-Release:       1
+Release:       2
 License:       GPL/Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.exit1.org/dvdrip/dist/%{pnam}-%{version}.tar.gz
@@ -29,6 +32,11 @@ BuildRequires:       rpm-perlprov >= 3.0.3-16
 BuildRequires: perl-gtk
 BuildRequires: gdk-pixbuf-devel
 Requires:      transcode
+Provides:      perl(Video::DVDRip::GUI::Project::ClipZoomTab)
+Provides:      perl(Video::DVDRip::GUI::Project::LoggingTab)
+Provides:      perl(Video::DVDRip::GUI::Project::StorageTab)
+Provides:      perl(Video::DVDRip::GUI::Project::TitleTab)
+Provides:      perl(Video::DVDRip::GUI::Project::TranscodeTab)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -48,11 +56,11 @@ obrazu, napisanego przez Thomasa 
 %build
 perl Makefile.PL
 %{__make} OPTIMIZE="%{rpmcflags}"
+
 %{!?_with_test:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/man3
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -65,4 +73,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc Changes Credits README TODO
 %attr(755,root,root) %{_bindir}/*
 %{perl_sitelib}/Video
-%{_mandir}/man[13]/*
+%{_mandir}/man3/*
This page took 0.061649 seconds and 4 git commands to generate.