SPECS: isodump.spec (NEW) - initial PLD release

lisu lisu at pld-linux.org
Mon Jan 28 15:05:14 CET 2008


Author: lisu                         Date: Mon Jan 28 14:05:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   isodump.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/isodump.spec
diff -u /dev/null SPECS/isodump.spec:1.1
--- /dev/null	Mon Jan 28 15:05:14 2008
+++ SPECS/isodump.spec	Mon Jan 28 15:05:09 2008
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Extract iso9660 image from device or file
+Summary(pl.UTF-8):	Tworzenie obrazów iso9660 z urządzenia lub pliku
+Name:		isodump
+Version:	0.05.03
+Release:	1
+License:	GPL v2+
+Group:		Applications
+Source0:	http://linux.xulin.de/c/%{name}-%{version}.tar.gz
+# Source0-md5:	7c9d2f67c1853e46d3a9438f7f62370e
+Patch0:		%{name}-Makefile.patch
+URL:		http://linux.xulin.de/c/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Command line utility to extract iso9660 image from device or file.
+
+%description -l pl.UTF-8
+Narzędzie wiersza poleceń do tworzenia obrazów iso9660 z
+urządzenia lub pliku.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+./configure
+%{__make} \
+	CC="%{__cc}" \
+	OPTFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
+
+%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 ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/isodump
+%{_mandir}/man1/isodump.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-01-28 14:05:09  lisu
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list