]> git.pld-linux.org Git - packages/ccd2iso.git/commitdiff
- new spec; CloneCD to ISO converter auto/ac/ccd2iso-0_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 Apr 2004 20:42:53 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ccd2iso.spec -> 1.1

ccd2iso.spec [new file with mode: 0644]

diff --git a/ccd2iso.spec b/ccd2iso.spec
new file mode 100644 (file)
index 0000000..f4b1469
--- /dev/null
@@ -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}/*
This page took 0.084775 seconds and 4 git commands to generate.