rpms/ltris/F-8 ltris.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ltris/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9956
Modified Files:
.cvsignore sources
Added Files:
ltris.spec
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE ltris.spec ---
%define desktop_vendor rpmforge
Summary: Game of skill with falling blocks
Name: ltris
Version: 1.0.12
Release: 3%{?dist}
License: GPL
Group: Amusements/Games
URL: http://lgames.sourceforge.net/
Source: http://dl.sf.net/lgames/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: SDL >= 1.1.4, SDL_mixer
BuildRequires: SDL-devel, SDL_mixer-devel, desktop-file-utils, ImageMagick
%description
LTris as a tetris clone which means you have a bowl with blocks falling down.
By rotating and moving the blocks you try to assemble whole lines which then
disappear. LTris has three modes for this: Classic is the classical one where
you play until the bowl becomes filled, Figures resets the bowl contents to a
new figure for each level and adds suddenly appearing tiles and lines later
on and Multiplayer where up to three players either controlled by human or
CPU(!) compete and send completed lines to each other.
%prep
%setup
%build
%configure --localstatedir=%{_var}/lib/games
%{__make} %{?_smp_mflags}
# Having it as png seems more consistent
convert icons/ltris48.xpm ltris.png
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%find_lang %{name}
%{__install} -D -p ltris.png %{buildroot}%{_datadir}/pixmaps/ltris.png
%{__cat} > %{name}.desktop << EOF
[Desktop Entry]
Name=LTris
Comment=Tetris clone
Exec=ltris
Icon=ltris.png
Terminal=false
Type=Application
Categories=Application;Game;
Encoding=UTF-8
EOF
%{__mkdir_p} %{buildroot}%{_datadir}/applications
desktop-file-install --vendor %{desktop_vendor} \
--dir %{buildroot}%{_datadir}/applications \
%{name}.desktop
%clean
%{__rm} -rf %{buildroot}
%post
update-desktop-database %{_datadir}/applications &>/dev/null || :
%postun
update-desktop-database %{_datadir}/applications &>/dev/null || :
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING ChangeLog README TODO
%attr(2551, root, games) %{_bindir}/ltris
%{_datadir}/applications/%{desktop_vendor}-%{name}.desktop
%{_datadir}/ltris/
%{_datadir}/pixmaps/ltris.png
%config(noreplace) %attr(664, root, games) %{_localstatedir}/lib/games/ltris.hscr
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.12-3
- rebuild for RPM Fusion
* Mon Mar 31 2008 Matthias Saou <http://freshrpms.net/> 1.0.12-1
- Update to 1.0.12.
* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 1.0.11-2
- Release bump to drop the disttag number in FC5 build.
* Fri Oct 7 2005 Matthias Saou <http://freshrpms.net/> 1.0.11-1
- Update to 1.0.11.
- Include new translation.
* Sat Feb 19 2005 Matthias Saou <http://freshrpms.net/> 1.0.10-1
- Update to 1.0.10.
* Wed Jan 26 2005 Matthias Saou <http://freshrpms.net/> 1.0.9-1
- Update to 1.0.9.
* Thu May 20 2004 Matthias Saou <http://freshrpms.net/> 1.0.6-1
- Rebuild for Fedora Core 2.
- Update to 1.0.6.
- Added menu entry icon.
* Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 1.0.5-2
- Rebuild for Fedora Core 1.
* Sun Oct 5 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.5.
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.4, doh!
- Rebuilt for Red Hat Linux 9.
* Fri Oct 4 2002 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 8.0.
- New menu entry.
* Fri Jul 26 2002 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.3.
* Thu May 2 2002 Matthias Saou <http://freshrpms.net/>
- Rebuilt against Red Hat Linux 7.3.
- Added the %{?_smp_mflags} expansion.
* Mon Jan 14 2002 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.1.
* Thu Jan 10 2002 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.
* Tue Apr 24 2001 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat 7.1.
* Tue Mar 13 2001 Matthias Saou <http://freshrpms.net/>
- Update to 010310.
* Tue Jan 2 2001 Matthias Saou <http://freshrpms.net/>
- Initial RPM release for RedHat 7.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ltris/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:44:26 -0000 1.1
+++ .cvsignore 18 Oct 2008 16:29:46 -0000 1.2
@@ -0,0 +1 @@
+ltris-1.0.12.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ltris/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:44:26 -0000 1.1
+++ sources 18 Oct 2008 16:29:46 -0000 1.2
@@ -0,0 +1 @@
+53b00c17a05c438602a52009e65ebde2 ltris-1.0.12.tar.gz
16 years
rpms/ltris/F-9 ltris.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ltris/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9829
Modified Files:
.cvsignore sources
Added Files:
ltris.spec
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE ltris.spec ---
%define desktop_vendor rpmforge
Summary: Game of skill with falling blocks
Name: ltris
Version: 1.0.12
Release: 3%{?dist}
License: GPL
Group: Amusements/Games
URL: http://lgames.sourceforge.net/
Source: http://dl.sf.net/lgames/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: SDL >= 1.1.4, SDL_mixer
BuildRequires: SDL-devel, SDL_mixer-devel, desktop-file-utils, ImageMagick
%description
LTris as a tetris clone which means you have a bowl with blocks falling down.
By rotating and moving the blocks you try to assemble whole lines which then
disappear. LTris has three modes for this: Classic is the classical one where
you play until the bowl becomes filled, Figures resets the bowl contents to a
new figure for each level and adds suddenly appearing tiles and lines later
on and Multiplayer where up to three players either controlled by human or
CPU(!) compete and send completed lines to each other.
%prep
%setup
%build
%configure --localstatedir=%{_var}/lib/games
%{__make} %{?_smp_mflags}
# Having it as png seems more consistent
convert icons/ltris48.xpm ltris.png
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%find_lang %{name}
%{__install} -D -p ltris.png %{buildroot}%{_datadir}/pixmaps/ltris.png
%{__cat} > %{name}.desktop << EOF
[Desktop Entry]
Name=LTris
Comment=Tetris clone
Exec=ltris
Icon=ltris.png
Terminal=false
Type=Application
Categories=Application;Game;
Encoding=UTF-8
EOF
%{__mkdir_p} %{buildroot}%{_datadir}/applications
desktop-file-install --vendor %{desktop_vendor} \
--dir %{buildroot}%{_datadir}/applications \
%{name}.desktop
%clean
%{__rm} -rf %{buildroot}
%post
update-desktop-database %{_datadir}/applications &>/dev/null || :
%postun
update-desktop-database %{_datadir}/applications &>/dev/null || :
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING ChangeLog README TODO
%attr(2551, root, games) %{_bindir}/ltris
%{_datadir}/applications/%{desktop_vendor}-%{name}.desktop
%{_datadir}/ltris/
%{_datadir}/pixmaps/ltris.png
%config(noreplace) %attr(664, root, games) %{_localstatedir}/lib/games/ltris.hscr
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.12-3
- rebuild for RPM Fusion
* Mon Mar 31 2008 Matthias Saou <http://freshrpms.net/> 1.0.12-1
- Update to 1.0.12.
* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 1.0.11-2
- Release bump to drop the disttag number in FC5 build.
* Fri Oct 7 2005 Matthias Saou <http://freshrpms.net/> 1.0.11-1
- Update to 1.0.11.
- Include new translation.
* Sat Feb 19 2005 Matthias Saou <http://freshrpms.net/> 1.0.10-1
- Update to 1.0.10.
* Wed Jan 26 2005 Matthias Saou <http://freshrpms.net/> 1.0.9-1
- Update to 1.0.9.
* Thu May 20 2004 Matthias Saou <http://freshrpms.net/> 1.0.6-1
- Rebuild for Fedora Core 2.
- Update to 1.0.6.
- Added menu entry icon.
* Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 1.0.5-2
- Rebuild for Fedora Core 1.
* Sun Oct 5 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.5.
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.4, doh!
- Rebuilt for Red Hat Linux 9.
* Fri Oct 4 2002 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 8.0.
- New menu entry.
* Fri Jul 26 2002 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.3.
* Thu May 2 2002 Matthias Saou <http://freshrpms.net/>
- Rebuilt against Red Hat Linux 7.3.
- Added the %{?_smp_mflags} expansion.
* Mon Jan 14 2002 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.1.
* Thu Jan 10 2002 Matthias Saou <http://freshrpms.net/>
- Update to 1.0.
* Tue Apr 24 2001 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat 7.1.
* Tue Mar 13 2001 Matthias Saou <http://freshrpms.net/>
- Update to 010310.
* Tue Jan 2 2001 Matthias Saou <http://freshrpms.net/>
- Initial RPM release for RedHat 7.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ltris/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:44:26 -0000 1.1
+++ .cvsignore 18 Oct 2008 16:29:33 -0000 1.2
@@ -0,0 +1 @@
+ltris-1.0.12.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ltris/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:44:26 -0000 1.1
+++ sources 18 Oct 2008 16:29:33 -0000 1.2
@@ -0,0 +1 @@
+53b00c17a05c438602a52009e65ebde2 ltris-1.0.12.tar.gz
16 years
rpms/snes9x/devel snes9x.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/snes9x/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9420
Modified Files:
snes9x.spec
Log Message:
remove hardcoded disttag; always build for xorg
Index: snes9x.spec
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/devel/snes9x.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- snes9x.spec 18 Oct 2008 13:56:58 -0000 1.1
+++ snes9x.spec 18 Oct 2008 16:26:16 -0000 1.2
@@ -1,22 +1,10 @@
-# $Id$
-# Authority: matthias
-
-%{?dist: %{expand: %%define %dist 1}}
-%{?fedora: %{expand: %%define fc%{fedora} 1}}
-
-%{!?dist:%define _with_modxorg 1}
-%{?el5: %define _with_modxorg 1}
-%{?fc7: %define _with_modxorg 1}
-%{?fc6: %define _with_modxorg 1}
-%{?fc5: %define _with_modxorg 1}
-
#define prever -WIP1
%define real_version 1.51
Summary: Portable, freeware Super Nintendo Entertainment System (TM) emulator
Name: snes9x
Version: 1.51
-Release: 2.fc7
+Release: 2%{?dist}
License: Other
Group: Applications/Emulators
URL: http://www.snes9x.com/
@@ -25,8 +13,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++, zlib-devel, libpng-devel
BuildRequires: libGL-devel, libGLU-devel
-%{?_with_modxorg:BuildRequires: libXt-devel, libXext-devel, libXxf86dga-devel, libXxf86vm-devel}
-%{!?_with_modxorg:BuildRequires: XFree86-devel}
+BuildRequires: libXt-devel, libXext-devel, libXxf86dga-devel, libXxf86vm-devel
BuildRequires: nasm
%description
@@ -74,8 +61,9 @@
%changelog
-* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.51-2.fc7
+* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.51-2
- rebuild for RPM Fusion
+- always build for xorg
* Sat Aug 11 2007 Matthias Saou <http://freshrpms.net/> 1.51-1
- Update to 1.51.
16 years
rpms/mimms/F-8 mimms.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mimms/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9277
Modified Files:
mimms.spec
Log Message:
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.2.1-2.1
- no egg-info files on F8
Index: mimms.spec
===================================================================
RCS file: /cvs/free/rpms/mimms/F-8/mimms.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mimms.spec 18 Oct 2008 15:09:30 -0000 1.1
+++ mimms.spec 18 Oct 2008 16:22:58 -0000 1.2
@@ -3,7 +3,7 @@
Summary: MMS stream downloader
Name: mimms
Version: 3.2.1
-Release: 2%{?dist}
+Release: 2%{?dist}.1
License: GPLv3+
Group: Applications/Multimedia
URL: http://savannah.nongnu.org/projects/mimms/
@@ -40,12 +40,15 @@
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_bindir}/mimms
-%{python_sitelib}/mimms-*.egg-info
+#{python_sitelib}/mimms-*.egg-info
%{python_sitelib}/libmimms/
%{_mandir}/man1/mimms.1*
%changelog
+* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.2.1-2.1
+- no egg-info files on F8
+
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.2.1-2
- rebuild for RPM Fusion
16 years
rpms/torrentzip/devel torrentzip.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/torrentzip/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8873
Modified Files:
torrentzip.spec
Log Message:
define _default_patch_fuzz 2
Index: torrentzip.spec
===================================================================
RCS file: /cvs/free/rpms/torrentzip/devel/torrentzip.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- torrentzip.spec 18 Oct 2008 14:33:45 -0000 1.2
+++ torrentzip.spec 18 Oct 2008 16:21:31 -0000 1.3
@@ -1,3 +1,5 @@
+%define _default_patch_fuzz 2
+
Summary: Create identical zip files over multiple systems
Name: torrentzip
Version: 0.2
@@ -51,6 +53,7 @@
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.2-2
- rebuild for RPM Fusion
+- define _default_patch_fuzz 2
* Tue Jan 9 2007 Matthias Saou <http://freshrpms.net/> 0.2-1
- Initial RPM release.
16 years
rpms/SheepShaver/devel SheepShaver.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/SheepShaver/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8718
Modified Files:
SheepShaver.spec
Log Message:
remove hardcoded disttag
Index: SheepShaver.spec
===================================================================
RCS file: /cvs/free/rpms/SheepShaver/devel/SheepShaver.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SheepShaver.spec 18 Oct 2008 16:17:34 -0000 1.2
+++ SheepShaver.spec 18 Oct 2008 16:19:25 -0000 1.3
@@ -1,8 +1,5 @@
%define _default_patch_fuzz 2
-%{?dist: %{expand: %%define %dist 1}}
-%{?fedora: %{expand: %%define fc%{fedora} 1}}
-
%{!?dist:%define _with_modxorg 1}
%{?el5: %define _with_modxorg 1}
%{?fc7: %define _with_modxorg 1}
@@ -16,7 +13,7 @@
Summary: Power Macintosh emulator
Name: SheepShaver
Version: 2.3
-Release: 0.4.%{date}.fc7
+Release: 0.4.%{date}%{?dist}
License: GPL
Group: Applications/Emulators
URL: http://www.gibix.net/projects/sheepshaver/
16 years
rpms/SheepShaver/devel SheepShaver.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/SheepShaver/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8614
Modified Files:
SheepShaver.spec
Log Message:
define _default_patch_fuzz 2
Index: SheepShaver.spec
===================================================================
RCS file: /cvs/free/rpms/SheepShaver/devel/SheepShaver.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SheepShaver.spec 18 Oct 2008 14:04:25 -0000 1.1
+++ SheepShaver.spec 18 Oct 2008 16:17:34 -0000 1.2
@@ -1,5 +1,4 @@
-# $Id$
-# Authority: matthias
+%define _default_patch_fuzz 2
%{?dist: %{expand: %%define %dist 1}}
%{?fedora: %{expand: %%define fc%{fedora} 1}}
@@ -110,6 +109,7 @@
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.3-0.4.20060514.fc7
- rebuild for RPM Fusion
+- define _default_patch_fuzz 2
* Sun Jun 25 2006 Matthias Saou <http://freshrpms.net/> 2.3-0.3.20060514
- Update to 2.3-0.20060514.1.
16 years
rpms/mimms/F-8 mimms.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mimms/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4773
Modified Files:
.cvsignore sources
Added Files:
mimms.spec
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE mimms.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: MMS stream downloader
Name: mimms
Version: 3.2.1
Release: 2%{?dist}
License: GPLv3+
Group: Applications/Multimedia
URL: http://savannah.nongnu.org/projects/mimms/
Source: http://download.savannah.gnu.org/releases/mimms/mimms-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python-devel
Requires: libmms >= 0.4
BuildArch: noarch
%description
mimms is a program designed to allow you to download streams using the MMS
protocol and save them to your computer, as opposed to watching them live.
%prep
%setup -q
%build
# No configure or SMP, this is just some python code
%{__make}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_bindir}/mimms
%{python_sitelib}/mimms-*.egg-info
%{python_sitelib}/libmimms/
%{_mandir}/man1/mimms.1*
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.2.1-2
- rebuild for RPM Fusion
* Sun Mar 18 2008 Matthias Saou <http://freshrpms.net/> 3.2.1-1
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mimms/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:44:42 -0000 1.1
+++ .cvsignore 18 Oct 2008 15:09:30 -0000 1.2
@@ -0,0 +1 @@
+mimms-3.2.1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mimms/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:44:42 -0000 1.1
+++ sources 18 Oct 2008 15:09:30 -0000 1.2
@@ -0,0 +1 @@
+ec629d8899551b4789ba15c17402c36f mimms-3.2.1.tar.bz2
16 years
rpms/mimms/F-9 mimms.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mimms/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4651
Modified Files:
.cvsignore sources
Added Files:
mimms.spec
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE mimms.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: MMS stream downloader
Name: mimms
Version: 3.2.1
Release: 2%{?dist}
License: GPLv3+
Group: Applications/Multimedia
URL: http://savannah.nongnu.org/projects/mimms/
Source: http://download.savannah.gnu.org/releases/mimms/mimms-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python-devel
Requires: libmms >= 0.4
BuildArch: noarch
%description
mimms is a program designed to allow you to download streams using the MMS
protocol and save them to your computer, as opposed to watching them live.
%prep
%setup -q
%build
# No configure or SMP, this is just some python code
%{__make}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_bindir}/mimms
%{python_sitelib}/mimms-*.egg-info
%{python_sitelib}/libmimms/
%{_mandir}/man1/mimms.1*
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.2.1-2
- rebuild for RPM Fusion
* Sun Mar 18 2008 Matthias Saou <http://freshrpms.net/> 3.2.1-1
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mimms/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:44:42 -0000 1.1
+++ .cvsignore 18 Oct 2008 15:09:18 -0000 1.2
@@ -0,0 +1 @@
+mimms-3.2.1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mimms/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:44:42 -0000 1.1
+++ sources 18 Oct 2008 15:09:18 -0000 1.2
@@ -0,0 +1 @@
+ec629d8899551b4789ba15c17402c36f mimms-3.2.1.tar.bz2
16 years
rpms/dvd95/F-8 dvd95.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/dvd95/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4529
Modified Files:
.cvsignore sources
Added Files:
dvd95.spec
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE dvd95.spec ---
Summary: Graphical dvd9 to dvd5 converter
Name: dvd95
Version: 1.4p0
Release: 2%{?dist}
License: GPL
Group: Applications/Archiving
URL: http://dvd95.sourceforge.net/
Source: http://dl.sf.net/dvd95/dvd95-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libdvdread-devel
BuildRequires: libgnomeui-devel
BuildRequires: mpeg2dec-devel
%description
DVD95 is a GNOME application to convert DVD9 (8.5G) to DVD5 (4.7G).
It needs no additional packages, an onboard version of vamps and dvdauthor
is used, to be as fast as possible. Interface is pretty simple yo use.
Shrinking factor may be computed for best results, or an adaptive
compression ratio method may be used.
Dvd can be converted to a file tree or an ISO file. The result can be played
with xine, vlc, or mplayer or burned using third party software (k3b).
DVD95 support two copy modes :
- Without menus, one video title set, multiple audio and subtitles.
- With menus, one video title set, multiple audio and subtitles.
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}" prefix="%{_prefix}"
%find_lang %{name}
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/dvd95
%{_datadir}/applications/dvd95.desktop
%{_datadir}/pixmaps/dvd95/
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.4p0-2
- rebuild for RPM Fusion
* Mon Aug 11 2008 Matthias Saou <http://freshrpms.net/> 1.4p0-1
- Update to 1.4p0.
* Sun May 11 2008 Matthias Saou <http://freshrpms.net/> 1.3p2-1
- Update to 1.3p2.
* Tue Jan 1 2008 Matthias Saou <http://freshrpms.net/> 1.3p1-1
- Update to 1.3p1.
- Replace gtk2-devel with proper libgnomeui-devel build requirement.
- Add missing mpeg2dec-devel build requiremnt.
- Remove empty NEWS file.
* Fri Mar 30 2007 Dag Wieers <dag(a)wieers.com> - 1.2p0-1
- Initial package. (using DAR)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvd95/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:44:02 -0000 1.1
+++ .cvsignore 18 Oct 2008 15:08:51 -0000 1.2
@@ -0,0 +1 @@
+dvd95-1.4p0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvd95/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:44:02 -0000 1.1
+++ sources 18 Oct 2008 15:08:51 -0000 1.2
@@ -0,0 +1 @@
+424e25a3e3bec47ec03b7d91d686fcb7 dvd95-1.4p0.tar.gz
16 years