]> git.pld-linux.org Git - packages/dvdbackup.git/commitdiff
- created from template;
authorrrw <rrw@hell.pl>
Sun, 3 Nov 2002 18:25:56 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvdbackup.spec -> 1.1

dvdbackup.spec [new file with mode: 0644]

diff --git a/dvdbackup.spec b/dvdbackup.spec
new file mode 100644 (file)
index 0000000..ab6d633
--- /dev/null
@@ -0,0 +1,77 @@
+Summary:       -
+Summary(pl):   -
+Name:          -
+Version:       -
+Release:       -
+Epoch:         -
+License:       - (enter GPL/LGPL/BSD/BSD-like/other license name here)
+Group:         -
+Vendor:                -
+Icon:          -
+Source0:       %{name}-%{version}.tar.gz
+Source1:       -
+Patch0:                -
+URL:           -
+BuildRequires: -
+PreReq:                -
+Requires:      -
+Requires(pre,post):    -
+Requires(preun):       -
+Requires(postun):      -
+Provides:      -
+Obsoletes:     -
+Conflicts:     -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%package subpackage
+Summary:       -
+Summary(pl):   -
+Group:         -
+
+%description subpackage
+
+%description subpackage -l pl
+
+%prep
+%setup -q -n %{name}-%{version}.orig -a 1
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__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
+
+%pre
+
+%preun
+
+%post
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%files subpackage
+%defattr(644,root,root,755)
+%doc extras/*.gz
+%{_datadir}/%{name}-ext
This page took 0.101385 seconds and 4 git commands to generate.