rpms/xdms/devel xdms.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Thu Nov 23 23:43:45 UTC 2006


Author: oddsocks

Update of /cvs/extras/rpms/xdms/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4511/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xdms.spec 
Log Message:
auto-import xdms-1.3.2-3 on branch devel from xdms-1.3.2-3.src.rpm


--- NEW FILE xdms.spec ---
Name:           xdms
Version:        1.3.2
Release:        3%{?dist}
Summary:        Extracts Amiga DMS archives

Group:          Applications/Archiving
License:        Public Domain
URL:            http://zakalwe.fi/~shd/foss/%{name}
Source0:        http://zakalwe.fi/~shd/foss/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Extracts Amiga DMS (Disk Masher) archives which are compressed Amiga disk
images. Xdms is particularly useful with Amiga emulators.


%prep
%setup -q


%build
# Non standard configure script that does not support libdir for example.
CFLAGS="%{optflags}" ./configure --prefix=%{_usr}
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -p -m0644 xdms.1 %{buildroot}%{_mandir}/man1
install -p -m0755 src/xdms %{buildroot}%{_bindir}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{_bindir}/xdms
%{_mandir}/man1/xdms.1.*
%doc ChangeLog.txt %{name}.txt


%changelog
* Sat Nov 18 2006 Ian Chapman <packages at amiga-hardware.com> 1.3.2-3
- Minor spec cleanups

* Mon Nov 06 2006 Ian Chapman <packages at amiga-hardware.com> 1.3.2-2
- Possible migration to FE

* Mon Oct 23 2006 Ian Chapman <packages at amiga-hardware.com> 1.3.2-1
- Upgrade to 1.3.2

* Mon May 29 2006 Ian Chapman <packages at amiga-hardware.com> 1.3.1-3
- Replace %%{__rm} in clean section with rm
- Use rpmoptflags

* Mon May 01 2006 Ian Chapman <packages at amiga-hardware.com> 1.3.1-2.iss
- Altered spec file to follow Fedora style more closely
- Removed readdisk as this was actually an Amiga binary

* Sun Dec 18 2005 Ian Chapman <packages at amiga-hardware.com> 1.3.1-1.iss
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xdms/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2006 23:42:41 -0000	1.1
+++ .cvsignore	23 Nov 2006 23:43:15 -0000	1.2
@@ -0,0 +1 @@
+xdms-1.3.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xdms/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2006 23:42:41 -0000	1.1
+++ sources	23 Nov 2006 23:43:15 -0000	1.2
@@ -0,0 +1 @@
+f687a5beba88964ef0afd478efe99849  xdms-1.3.2.tar.bz2




More information about the scm-commits mailing list