From 2c97770ac37ea1cab5f00dc2a8cf44082ef99497 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 25 Apr 2004 20:42:53 +0000 Subject: [PATCH] - new spec; CloneCD to ISO converter Changed files: ccd2iso.spec -> 1.1 --- ccd2iso.spec | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ccd2iso.spec diff --git a/ccd2iso.spec b/ccd2iso.spec new file mode 100644 index 0000000..f4b1469 --- /dev/null +++ b/ccd2iso.spec @@ -0,0 +1,34 @@ +Summary: CloneCD image to ISO image file converter +Name: ccd2iso +Version: 0.1 +Release: 1 +License: GPL +Group: Applications/System +Source0: http://dl.sourceforge.net/%{name}/%{name}.tar.gz +# Source0-md5: 2a478f2309608593035f1a095a616bd5 +URL: http://sourceforge.net/projects/ccd2iso/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +CloneCD image to ISO image file converter. + +%prep +%setup -q -n %{name} + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_bindir}/* -- 2.43.0