rpms/amrwb/devel amrwb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrwb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24607/devel
Modified Files:
.cvsignore sources
Added Files:
amrwb.spec
Log Message:
initial amrwb import
--- NEW FILE amrwb.spec ---
Name: amrwb
Version: 7.0.0.3
Release: 2%{?dist}
Summary: Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
Group: System Environment/Libraries
License: Distributable
URL: http://www.penguin.cz/~utx/amr
Source0: http://ftp.penguin.cz/pub/users/utx/amr/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: wget unzip
%description
Adaptive Multi-Rate Wideband decoder and encoder library.
(3GPP TS 26.204 V7.0.0)
http://www.3gpp.org/ftp/Specs/html-info/26204.htm
%package tools
Group: Applications/Multimedia
Summary: Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec tools
Requires: %{name} = %{version}-%{release}
%description tools
Adaptive Multi-Rate Wideband decoding and encoding tools.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr (-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO readme.txt
%{_libdir}/*.so.*
%files tools
%defattr (-,root,root,-)
%{_bindir}/*
%files devel
%defattr (-,root,root,-)
%{_includedir}/amrwb
%{_libdir}/*.so
%changelog
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-2
- Fix rpath on x86_64
- Put tools in a seperate -tools package
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-1
- Initial rpmfusion package based on upstream specfile
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/amrwb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:39:10 -0000 1.1
+++ .cvsignore 25 Jul 2008 20:04:09 -0000 1.2
@@ -0,0 +1 @@
+amrwb-7.0.0.3.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/amrwb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:39:10 -0000 1.1
+++ sources 25 Jul 2008 20:04:09 -0000 1.2
@@ -0,0 +1 @@
+5ffbc49146b0bb09b5d7f0ec68de1fe7 amrwb-7.0.0.3.tar.bz2
16 years, 4 months
rpms/amrnb/F-8 amrnb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrnb/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24627
Modified Files:
.cvsignore sources
Added Files:
amrnb.spec
Log Message:
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-3
- Release bump for rpmfusion
--- NEW FILE amrnb.spec ---
Name: amrnb
Version: 7.0.0.2
Release: 3%{?dist}
Summary: Adaptive Multi-Rate (AMR) Speech Codec
Group: System Environment/Libraries
License: Distributable
URL: http://www.penguin.cz/~utx/amr
Source0: http://ftp.penguin.cz/pub/users/utx/amr/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: wget unzip
%description
Adaptive Multi-Rate Narrow-Band decoder and encoder library.
(3GPP TS 26.104 V 7.0.0)
http://www.3gpp.org/ftp/Specs/html-info/26104.htm
%package tools
Group: Applications/Multimedia
Summary: Adaptive Multi-Rate (AMR) Speech Codec tools
Requires: %{name} = %{version}-%{release}
%description tools
Adaptive Multi-Rate Narrow-Band decoding and encoding tools.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr (-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO readme.txt
%{_libdir}/*.so.*
%files tools
%defattr (-,root,root,-)
%{_bindir}/*
%files devel
%defattr (-,root,root,-)
%{_includedir}/amrnb
%{_libdir}/*.so
%changelog
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-3
- Release bump for rpmfusion
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-2
- Fix rpath on x86_64
- Put tools in a seperate -tools package
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-1
- Initial rpmfusion package based on upstream specfile
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:37:40 -0000 1.1
+++ .cvsignore 25 Jul 2008 20:04:06 -0000 1.2
@@ -0,0 +1 @@
+amrnb-7.0.0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:37:40 -0000 1.1
+++ sources 25 Jul 2008 20:04:06 -0000 1.2
@@ -0,0 +1 @@
+ab3476a0a058c8f2bf026d484fc8a597 amrnb-7.0.0.2.tar.bz2
16 years, 4 months
rpms/amrnb/F-9 amrnb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrnb/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24445
Modified Files:
.cvsignore sources
Added Files:
amrnb.spec
Log Message:
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-3
- Release bump for rpmfusion
--- NEW FILE amrnb.spec ---
Name: amrnb
Version: 7.0.0.2
Release: 3%{?dist}
Summary: Adaptive Multi-Rate (AMR) Speech Codec
Group: System Environment/Libraries
License: Distributable
URL: http://www.penguin.cz/~utx/amr
Source0: http://ftp.penguin.cz/pub/users/utx/amr/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: wget unzip
%description
Adaptive Multi-Rate Narrow-Band decoder and encoder library.
(3GPP TS 26.104 V 7.0.0)
http://www.3gpp.org/ftp/Specs/html-info/26104.htm
%package tools
Group: Applications/Multimedia
Summary: Adaptive Multi-Rate (AMR) Speech Codec tools
Requires: %{name} = %{version}-%{release}
%description tools
Adaptive Multi-Rate Narrow-Band decoding and encoding tools.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr (-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO readme.txt
%{_libdir}/*.so.*
%files tools
%defattr (-,root,root,-)
%{_bindir}/*
%files devel
%defattr (-,root,root,-)
%{_includedir}/amrnb
%{_libdir}/*.so
%changelog
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-3
- Release bump for rpmfusion
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-2
- Fix rpath on x86_64
- Put tools in a seperate -tools package
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-1
- Initial rpmfusion package based on upstream specfile
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:37:40 -0000 1.1
+++ .cvsignore 25 Jul 2008 20:03:43 -0000 1.2
@@ -0,0 +1 @@
+amrnb-7.0.0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:37:40 -0000 1.1
+++ sources 25 Jul 2008 20:03:43 -0000 1.2
@@ -0,0 +1 @@
+ab3476a0a058c8f2bf026d484fc8a597 amrnb-7.0.0.2.tar.bz2
16 years, 4 months
rpms/wormsofprey-data/F-8 wormsofprey-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/wormsofprey-data/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24057
Modified Files:
.cvsignore sources
Added Files:
wormsofprey-data.spec
Log Message:
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-2
- Release bump for rpmfusion
--- NEW FILE wormsofprey-data.spec ---
%define real_version 2005-12-21
Name: wormsofprey-data
Version: 20051221
Release: 2%{?dist}
Summary: Data for worms of prey
Group: Amusements/Games
License: GPL+
URL: http://wormsofprey.org
Source0: http://wormsofprey.org/download/wopdata-%{real_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: wormsofprey >= 0.4.3
%description
Data for the game worms of prey
%prep
%setup -q -n wopdata-%{real_version}
# %build
# nothing to Build, data only!
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/wormsofprey
cp -r * $RPM_BUILD_ROOT%{_datadir}/wormsofprey
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_datadir}/wormsofprey/*
%changelog
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-2
- Release bump for rpmfusion
* Wed Aug 9 2006 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-1%{?dist}
- Initial Fedora Extras package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wormsofprey-data/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 14:26:40 -0000 1.1
+++ .cvsignore 25 Jul 2008 20:02:06 -0000 1.2
@@ -0,0 +1 @@
+wopdata-2005-12-21.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wormsofprey-data/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 14:26:40 -0000 1.1
+++ sources 25 Jul 2008 20:02:06 -0000 1.2
@@ -0,0 +1 @@
+0bf42f28e03dcac5c8066b46d7733907 wopdata-2005-12-21.tar.bz2
16 years, 4 months
rpms/amrnb/devel amrnb.spec,1.1,1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrnb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23961
Modified Files:
amrnb.spec
Log Message:
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-3
- Release bump for rpmfusion
Index: amrnb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/devel/amrnb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amrnb.spec 25 Jul 2008 19:59:33 -0000 1.1
+++ amrnb.spec 25 Jul 2008 20:01:58 -0000 1.2
@@ -1,6 +1,6 @@
Name: amrnb
Version: 7.0.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Adaptive Multi-Rate (AMR) Speech Codec
Group: System Environment/Libraries
License: Distributable
@@ -77,6 +77,9 @@
%changelog
+* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-3
+- Release bump for rpmfusion
+
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-2
- Fix rpath on x86_64
- Put tools in a seperate -tools package
16 years, 4 months
rpms/wormsofprey-data/F-9 wormsofprey-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/wormsofprey-data/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23885
Modified Files:
.cvsignore sources
Added Files:
wormsofprey-data.spec
Log Message:
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-2
- Release bump for rpmfusion
--- NEW FILE wormsofprey-data.spec ---
%define real_version 2005-12-21
Name: wormsofprey-data
Version: 20051221
Release: 2%{?dist}
Summary: Data for worms of prey
Group: Amusements/Games
License: GPL+
URL: http://wormsofprey.org
Source0: http://wormsofprey.org/download/wopdata-%{real_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: wormsofprey >= 0.4.3
%description
Data for the game worms of prey
%prep
%setup -q -n wopdata-%{real_version}
# %build
# nothing to Build, data only!
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/wormsofprey
cp -r * $RPM_BUILD_ROOT%{_datadir}/wormsofprey
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_datadir}/wormsofprey/*
%changelog
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-2
- Release bump for rpmfusion
* Wed Aug 9 2006 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-1%{?dist}
- Initial Fedora Extras package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wormsofprey-data/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 14:26:40 -0000 1.1
+++ .cvsignore 25 Jul 2008 20:01:09 -0000 1.2
@@ -0,0 +1 @@
+wopdata-2005-12-21.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wormsofprey-data/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 14:26:40 -0000 1.1
+++ sources 25 Jul 2008 20:01:09 -0000 1.2
@@ -0,0 +1 @@
+0bf42f28e03dcac5c8066b46d7733907 wopdata-2005-12-21.tar.bz2
16 years, 4 months
rpms/wormsofprey-data/devel wormsofprey-data.spec,1.1,1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/wormsofprey-data/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23745
Modified Files:
wormsofprey-data.spec
Log Message:
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-2
- Release bump for rpmfusion
Index: wormsofprey-data.spec
===================================================================
RCS file: /cvs/free/rpms/wormsofprey-data/devel/wormsofprey-data.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wormsofprey-data.spec 25 Jul 2008 19:56:32 -0000 1.1
+++ wormsofprey-data.spec 25 Jul 2008 19:59:44 -0000 1.2
@@ -2,10 +2,10 @@
Name: wormsofprey-data
Version: 20051221
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Data for worms of prey
Group: Amusements/Games
-License: GPL
+License: GPL+
URL: http://wormsofprey.org
Source0: http://wormsofprey.org/download/wopdata-%{real_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -40,5 +40,8 @@
%changelog
+* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-2
+- Release bump for rpmfusion
+
* Wed Aug 9 2006 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-1%{?dist}
- Initial Fedora Extras package
16 years, 4 months
rpms/amrnb/devel amrnb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrnb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23638/devel
Modified Files:
.cvsignore sources
Added Files:
amrnb.spec
Log Message:
initial amrnb import
--- NEW FILE amrnb.spec ---
Name: amrnb
Version: 7.0.0.2
Release: 2%{?dist}
Summary: Adaptive Multi-Rate (AMR) Speech Codec
Group: System Environment/Libraries
License: Distributable
URL: http://www.penguin.cz/~utx/amr
Source0: http://ftp.penguin.cz/pub/users/utx/amr/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: wget unzip
%description
Adaptive Multi-Rate Narrow-Band decoder and encoder library.
(3GPP TS 26.104 V 7.0.0)
http://www.3gpp.org/ftp/Specs/html-info/26104.htm
%package tools
Group: Applications/Multimedia
Summary: Adaptive Multi-Rate (AMR) Speech Codec tools
Requires: %{name} = %{version}-%{release}
%description tools
Adaptive Multi-Rate Narrow-Band decoding and encoding tools.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr (-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO readme.txt
%{_libdir}/*.so.*
%files tools
%defattr (-,root,root,-)
%{_bindir}/*
%files devel
%defattr (-,root,root,-)
%{_includedir}/amrnb
%{_libdir}/*.so
%changelog
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-2
- Fix rpath on x86_64
- Put tools in a seperate -tools package
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-1
- Initial rpmfusion package based on upstream specfile
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:37:40 -0000 1.1
+++ .cvsignore 25 Jul 2008 19:59:33 -0000 1.2
@@ -0,0 +1 @@
+amrnb-7.0.0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:37:40 -0000 1.1
+++ sources 25 Jul 2008 19:59:33 -0000 1.2
@@ -0,0 +1 @@
+ab3476a0a058c8f2bf026d484fc8a597 amrnb-7.0.0.2.tar.bz2
16 years, 4 months
rpms/wormsofprey-data/devel wormsofprey-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/wormsofprey-data/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23167/devel
Modified Files:
.cvsignore sources
Added Files:
wormsofprey-data.spec
Log Message:
initial wormsofprey-data import
--- NEW FILE wormsofprey-data.spec ---
%define real_version 2005-12-21
Name: wormsofprey-data
Version: 20051221
Release: 1%{?dist}
Summary: Data for worms of prey
Group: Amusements/Games
License: GPL
URL: http://wormsofprey.org
Source0: http://wormsofprey.org/download/wopdata-%{real_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: wormsofprey >= 0.4.3
%description
Data for the game worms of prey
%prep
%setup -q -n wopdata-%{real_version}
# %build
# nothing to Build, data only!
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/wormsofprey
cp -r * $RPM_BUILD_ROOT%{_datadir}/wormsofprey
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_datadir}/wormsofprey/*
%changelog
* Wed Aug 9 2006 Hans de Goede <j.w.r.degoede(a)hhs.nl> 20051221-1%{?dist}
- Initial Fedora Extras package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wormsofprey-data/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 14:26:40 -0000 1.1
+++ .cvsignore 25 Jul 2008 19:56:32 -0000 1.2
@@ -0,0 +1 @@
+wopdata-2005-12-21.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wormsofprey-data/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 14:26:40 -0000 1.1
+++ sources 25 Jul 2008 19:56:32 -0000 1.2
@@ -0,0 +1 @@
+0bf42f28e03dcac5c8066b46d7733907 wopdata-2005-12-21.tar.bz2
16 years, 4 months
rpms/wormsofprey/F-8 wormsofprey.desktop, NONE, 1.1 wormsofprey.png, NONE, 1.1 wormsofprey.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/wormsofprey/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22939
Modified Files:
.cvsignore sources
Added Files:
wormsofprey.desktop wormsofprey.png wormsofprey.spec
Log Message:
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.4.3-3
- Release bump for rpmfusion
--- NEW FILE wormsofprey.desktop ---
[Desktop Entry]
Name=Wörms of Prey
Comment=Team based bomb / scorched like game
Exec=wormsofprey
Icon=wormsofprey
Terminal=false
Type=Application
Categories=Game;ArcadeGame;StrategyGame;
--- NEW FILE wormsofprey.spec ---
Name: wormsofprey
Version: 0.4.3
Release: 3%{?dist}
Summary: Team based bomb / scorched like game
Group: Amusements/Games
License: GPLv2+
URL: http://wormsofprey.org/
Source0: http://wormsofprey.org/download/wop-%{version}-src.tar.bz2
Source1: %{name}.desktop
Source2: %{name}.png
Patch0: wop-0.4.3-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_net-devel SDL_ttf-devel
BuildRequires: zlib-devel imake desktop-file-utils
Requires: %{name}-data >= 20051221
%description
Each player controls a team of worms and the purpose is to ellimate all the
other worms, for which each worm has a number of different weapons at his
disposal. Features: Multi-player with one player per computer, Completely new
graphics, Low bandwidth usage, Different game modes (death match, team play),
Ropes can be attached to any object, Rope can be released, Any number of ropes
and Multiple moving goals.
%prep
%setup -q -n wop-%{version}
%patch0 -p1
sed -i 's|^CXXFLAGS ?= .*|CXXFLAGS ?= %{optflags}|' sdlwidgets/Makefile \
src/Makefile
sed -i 's|data = ./data|data = %{_datadir}/%{name}|' woprc
sed -i 's|\r||' ChangeLog
iconv -f ISO-8859-1 -t UTF-8 REVIEWS > REVIEWS.tmp
touch -r REVIEWS REVIEWS.tmp
mv REVIEWS.tmp REVIEWS
%build
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
install -m 644 woprc $RPM_BUILD_ROOT/%{_sysconfdir}
install -m 755 bin/wop $RPM_BUILD_ROOT/%{_bindir}/%{name}
# below is the desktop file and icon stuff.
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor dribble \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
%{SOURCE1}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
install -p -m 644 %{SOURCE2} \
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
%clean
rm -rf $RPM_BUILD_ROOT
%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README README-COMMAND-LINE-OPTIONS.txt REVIEWS
%config(noreplace) %{_sysconfdir}/woprc
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/applications/dribble-%{name}.desktop
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%changelog
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.4.3-3
- Release bump for rpmfusion
* Thu Mar 20 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.4.3-2%{?dist}
- Fix building with gcc 4.3
* Wed Aug 9 2006 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.4.3-1%{?dist}
- Initial Fedora Extras package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wormsofprey/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jun 2008 13:58:56 -0000 1.1
+++ .cvsignore 25 Jul 2008 19:55:12 -0000 1.2
@@ -0,0 +1 @@
+wop-0.4.3-src.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wormsofprey/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jun 2008 13:58:56 -0000 1.1
+++ sources 25 Jul 2008 19:55:12 -0000 1.2
@@ -0,0 +1 @@
+ae07e9e1092de6c447a9af2cf8e90959 wop-0.4.3-src.tar.bz2
16 years, 4 months