]> git.pld-linux.org Git - packages/lsdvd.git/commitdiff
- initial revision;
authorrrw <rrw@hell.pl>
Tue, 28 Jan 2003 07:50:23 +0000 (07:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lsdvd.spec -> 1.1

lsdvd.spec [new file with mode: 0644]

diff --git a/lsdvd.spec b/lsdvd.spec
new file mode 100644 (file)
index 0000000..8f58f41
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       list dvd's content
+Summary(pl):   pokazuje zawarto¶æ dvd
+Name:          lsdvd
+Version:       0.6
+Release:       0.1
+License:       GPL
+Group:         Applications/File
+Source0:       http://prdownloads.sourceforge.net/acidrip/%{name}-%{version}.tar.gz
+URL:           http://acidrip.thirtythreeandathird.net/lsdvd.html
+BuildRequires: libdvdread-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q
+
+%build
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{_bindir}/*
This page took 0.079172 seconds and 4 git commands to generate.