SPECS: isomaster.spec (NEW) - initial

rotom rotom at pld-linux.org
Wed Sep 27 18:52:37 CEST 2006


Author: rotom                        Date: Wed Sep 27 16:52:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/isomaster.spec
diff -u /dev/null SPECS/isomaster.spec:1.1
--- /dev/null	Wed Sep 27 18:52:37 2006
+++ SPECS/isomaster.spec	Wed Sep 27 18:52:32 2006
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:	A user-friendly file manager and visual shell
+Summary(pl):	Midnight Commander - powłoka wizualna
+Name:		isomaster
+Version:	0.4
+Release:	0.1
+License:	GPL2
+Group:		Applications/Shells
+Source0:	http://littlesvr.ca/isomaster/releases/%{name}-%{version}.tar.bz2
+# Source0-md5:	56d60c4bd37a287f936c2b9374f87c22
+URL:		http://littlesvr.ca/isomaster/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	sed >= 4.0
+Requires:	file
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+ISO Master: graphical CD image editor.
+Used for reading, modifying and writing ISO images.
+
+%description -l pl
+ISO Master: graficzny edytor obrazów płyt.
+Używany do czytania, modyfikowania i zapisywania obrazów ISO. 
+
+%prep
+%setup -q
+
+%build
+sed -i -e 's#/usr/local#/usr#' Makefile
+%{__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 README.TXT CHANGELOG.TXT
+%attr(755,root,root) %{_bindir}/isomaster
+%dir %{_datadir}/isomaster
+%dir %{_datadir}/isomaster/icons
+%{_datadir}/isomaster/icons/*
+
+%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  2006/09/27 16:52:32  rotom
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list