rpms/rpmfusion-nonfree-remix-kickstarts/F-19 rpmfusion-nonfree-live-base.ks, 1.5, 1.6 rpmfusion-nonfree-remix-kickstarts.spec, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-remix-kickstarts/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7824/F-19
Modified Files:
rpmfusion-nonfree-live-base.ks
rpmfusion-nonfree-remix-kickstarts.spec
Log Message:
Update to 0.19.0 and 0.20.0
Index: rpmfusion-nonfree-live-base.ks
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-remix-kickstarts/F-19/rpmfusion-nonfree-live-base.ks,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-nonfree-live-base.ks 1 May 2012 20:44:44 -0000 1.5
+++ rpmfusion-nonfree-live-base.ks 28 Apr 2013 18:57:52 -0000 1.6
@@ -13,12 +13,12 @@
## the repos match what is configured in fedora-live-base.ks
# To compose against the current release tree, use the following "repo"
-#repo --name=rpmfusion-nonfree --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-18&arch=$basearch --includepkgs=rpmfusion-nonfree-release
+repo --name=rpmfusion-nonfree --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-19&arch=$basearch --includepkgs=rpmfusion-nonfree-release
# To include updates, use the following "repo"
-#repo --name=rpmfusion-nonfree-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-18&arch=$basearch --includepkgs=rpmfusion-nonfree-release
+repo --name=rpmfusion-nonfree-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-19&arch=$basearch --includepkgs=rpmfusion-nonfree-release
# To compose against rawhide, use the following "repo"
-repo --name=rpmfusion-nonfree-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-rawhide&arch=$basearch --includepkgs=rpmfusion-nonfree-release
+#repo --name=rpmfusion-nonfree-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-rawhide&arch=$basearch --includepkgs=rpmfusion-nonfree-release
%packages
# unbrand; should be done by rpmfusion-free-live-base.ks, but we do it here as
@@ -36,9 +36,9 @@
echo "Importing RPM Fusion keys"
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-*-primary
echo "List of packages from RPM Fusion Nonree:"
-rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 0dd634bdd2382b83 -e 90ce094be31b30ca | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 00166716cd30c86b | awk ' { print $1 } ' | sort
echo "List of incuded RPM Fusion packages with their size:"
-rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 0dd634bdd2382b83 -e 90ce094be31b30ca | awk ' { print $1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 00166716cd30c86b | awk ' { print $1 } ') | sort -n
echo
%end
Index: rpmfusion-nonfree-remix-kickstarts.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-remix-kickstarts/F-19/rpmfusion-nonfree-remix-kickstarts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-nonfree-remix-kickstarts.spec 1 May 2012 20:44:44 -0000 1.5
+++ rpmfusion-nonfree-remix-kickstarts.spec 28 Apr 2013 18:57:52 -0000 1.6
@@ -1,8 +1,8 @@
Name: rpmfusion-nonfree-remix-kickstarts
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
-Version: 0.18.0
-Release: 0.1%{?dist}
+Version: 0.19.0
+Release: 1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion nonfree
Group: Applications/System
@@ -13,7 +13,6 @@
Source10: rpmfusion-nonfree-live-base.ks
Source11: rpmfusion-nonfree-livecd-desktop.ks
Source12: rpmfusion-nonfree-livecd-kde.ks
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: spin-kickstarts >= %{version}
@@ -32,7 +31,6 @@
echo "nothing to build"
%install
-rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/
install -p -m644 %{SOURCE1} README
install -p -m644 %{SOURCE2} COPYING
@@ -42,15 +40,16 @@
%{SOURCE12}
-%clean
-rm -rf $RPM_BUILD_ROOT
%files
-%defattr(-,root,root,-)
%doc COPYING README
%{_datadir}/%{name}/
%changelog
+* Sun Apr 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.19.0-1
+- Update to 0.19.0
+- Spec file clean-up
+
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-0.1
- Update to 0.18.0
11 years, 7 months
rpms/rpmfusion-nonfree-remix-kickstarts/devel rpmfusion-nonfree-live-base.ks, 1.5, 1.6 rpmfusion-nonfree-remix-kickstarts.spec, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-remix-kickstarts/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7824/devel
Modified Files:
rpmfusion-nonfree-live-base.ks
rpmfusion-nonfree-remix-kickstarts.spec
Log Message:
Update to 0.19.0 and 0.20.0
Index: rpmfusion-nonfree-live-base.ks
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-remix-kickstarts/devel/rpmfusion-nonfree-live-base.ks,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-nonfree-live-base.ks 1 May 2012 20:44:44 -0000 1.5
+++ rpmfusion-nonfree-live-base.ks 28 Apr 2013 18:57:52 -0000 1.6
@@ -13,9 +13,9 @@
## the repos match what is configured in fedora-live-base.ks
# To compose against the current release tree, use the following "repo"
-#repo --name=rpmfusion-nonfree --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-18&arch=$basearch --includepkgs=rpmfusion-nonfree-release
+#repo --name=rpmfusion-nonfree --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-20&arch=$basearch --includepkgs=rpmfusion-nonfree-release
# To include updates, use the following "repo"
-#repo --name=rpmfusion-nonfree-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-18&arch=$basearch --includepkgs=rpmfusion-nonfree-release
+#repo --name=rpmfusion-nonfree-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-20&arch=$basearch --includepkgs=rpmfusion-nonfree-release
# To compose against rawhide, use the following "repo"
repo --name=rpmfusion-nonfree-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-rawhide&arch=$basearch --includepkgs=rpmfusion-nonfree-release
@@ -36,9 +36,9 @@
echo "Importing RPM Fusion keys"
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-*-primary
echo "List of packages from RPM Fusion Nonree:"
-rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 0dd634bdd2382b83 -e 90ce094be31b30ca | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 00166716cd30c86b -e 63c0de8cb5f29883 | awk ' { print $1 } ' | sort
echo "List of incuded RPM Fusion packages with their size:"
-rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 0dd634bdd2382b83 -e 90ce094be31b30ca | awk ' { print $1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 00166716cd30c86b -e 63c0de8cb5f29883 | awk ' { print $1 } ') | sort -n
echo
%end
Index: rpmfusion-nonfree-remix-kickstarts.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-remix-kickstarts/devel/rpmfusion-nonfree-remix-kickstarts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-nonfree-remix-kickstarts.spec 1 May 2012 20:44:44 -0000 1.5
+++ rpmfusion-nonfree-remix-kickstarts.spec 28 Apr 2013 18:57:52 -0000 1.6
@@ -1,7 +1,7 @@
Name: rpmfusion-nonfree-remix-kickstarts
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
-Version: 0.18.0
+Version: 0.20.0
Release: 0.1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion nonfree
@@ -13,7 +13,6 @@
Source10: rpmfusion-nonfree-live-base.ks
Source11: rpmfusion-nonfree-livecd-desktop.ks
Source12: rpmfusion-nonfree-livecd-kde.ks
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: spin-kickstarts >= %{version}
@@ -32,7 +31,6 @@
echo "nothing to build"
%install
-rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/
install -p -m644 %{SOURCE1} README
install -p -m644 %{SOURCE2} COPYING
@@ -42,33 +40,35 @@
%{SOURCE12}
-%clean
-rm -rf $RPM_BUILD_ROOT
%files
-%defattr(-,root,root,-)
%doc COPYING README
%{_datadir}/%{name}/
%changelog
+* Sun Apr 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.20.0-0.1
+- Update to 0.20.0
+- Spec file clean-up
+
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-0.1
- Update to 0.18.0
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.17.0-1
- Update to 0.17.0
-* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.16.0-0.2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.16.0-0.1
-- Update to pre 16.0
+- Update to 0.16.0
* Mon Jun 01 2009 Thorsten Leemhuis <fedora at leemhuis dot info > 0.11.1-5
- add disabled repo definitions for f11 release
-- make the base config "includepkgs=rpmfusion-nonfree-release"
-* Sat May 23 2009 Thorsten Leemhuis <fedora at leemhuis dot info> - 0.11.1-4
-- fix cut'n'paste typo in require
+* Sun May 17 2009 Thorsten Leemhuis <fedora at leemhuis dot info > 0.11.1-3
+- rename to rpmfusion-free-remix-kickstarts and only include free bits
+
+* Wed May 13 2009 Thorsten Leemhuis <fedora at leemhuis dot info > 0.11.1-2
+- package is GPLv3, not v2+
+- s/remixes/remix/
+- add a note about the version scheme
-* Fri May 22 2009 Thorsten Leemhuis <fedora at leemhuis dot info> - 0.11.1-3
-- initial version, based on rpmfusion-free-remix-kickstarts
+* Fri May 01 2009 Thorsten Leemhuis <fedora at leemhuis dot info > 0.11.1-1
+- initial version, based on spin-kickstarts from Fedora
11 years, 7 months
rpms/rpmfusion-free-remix-kickstarts/devel rpmfusion-free-live-base.ks, 1.5, 1.6 rpmfusion-free-remix-kickstarts.spec, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6017/devel
Modified Files:
rpmfusion-free-live-base.ks
rpmfusion-free-remix-kickstarts.spec
Log Message:
Update to 0.19.0 and 0.20.0
Index: rpmfusion-free-live-base.ks
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/devel/rpmfusion-free-live-base.ks,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free-live-base.ks 1 May 2012 20:27:43 -0000 1.5
+++ rpmfusion-free-live-base.ks 28 Apr 2013 18:26:47 -0000 1.6
@@ -5,9 +5,9 @@
## the repos match what is configured in fedora-live-base.ks
# To compose against the current release tree, use the following "repo"
-#repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-18&arch=$basearch
+#repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-20&arch=$basearch
# To include updates, use the following "repo"
-#repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-18&arch=$basearch
+#repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-20&arch=$basearch
# To compose against rawhide, use the following "repo"
repo --name=rpmfusion-free-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=$basearch
@@ -23,14 +23,7 @@
## RPM Fusion packages normally come via comps.xml, some adjustments below this line
#
-# "best hardware support by default" would be nice, but space is limited:
--foo2hiperc
--foo2hp
--foo2lava
--foo2qpdl
--foo2slx
--foo2xqx
--foo2zjs
+
%end
%post
@@ -38,9 +31,9 @@
echo "Importing RPM Fusion keys"
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-*-primary
echo "List of packages from RPM Fusion Free:"
-rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f -e 36339914982e0a7c | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 6f6382f9172ff33d -e 963a8848ae688223 | awk ' { print $1 } ' | sort
echo "List of incuded RPM Fusion packages with their size:"
-rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f -e 36339914982e0a7c| awk ' { print $1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 6f6382f9172ff33d -e 963a8848ae688223 | awk ' { print $1 } ') | sort -n
echo
%end
Index: rpmfusion-free-remix-kickstarts.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/devel/rpmfusion-free-remix-kickstarts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free-remix-kickstarts.spec 1 May 2012 20:27:43 -0000 1.5
+++ rpmfusion-free-remix-kickstarts.spec 28 Apr 2013 18:26:47 -0000 1.6
@@ -1,7 +1,7 @@
Name: rpmfusion-free-remix-kickstarts
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
-Version: 0.18.0
+Version: 0.20.0
Release: 0.1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion free
@@ -13,7 +13,6 @@
Source10: rpmfusion-free-live-base.ks
Source11: rpmfusion-free-livecd-desktop.ks
Source12: rpmfusion-free-livecd-kde.ks
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: spin-kickstarts >= %{version}
@@ -31,7 +30,6 @@
echo "nothing to build"
%install
-rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/
install -p -m644 %{SOURCE1} README
install -p -m644 %{SOURCE2} COPYING
@@ -41,15 +39,16 @@
%{SOURCE12}
-%clean
-rm -rf $RPM_BUILD_ROOT
%files
-%defattr(-,root,root,-)
%doc COPYING README
%{_datadir}/%{name}/
%changelog
+* Sun Apr 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.20.0-0.1
+- Update to 0.20.0
+- Spec file clean-up
+
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-0.1
- Update to 0.18.0
11 years, 7 months
rpms/rpmfusion-free-remix-kickstarts/F-19 rpmfusion-free-live-base.ks, 1.5, 1.6 rpmfusion-free-remix-kickstarts.spec, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6017/F-19
Modified Files:
rpmfusion-free-live-base.ks
rpmfusion-free-remix-kickstarts.spec
Log Message:
Update to 0.19.0 and 0.20.0
Index: rpmfusion-free-live-base.ks
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-19/rpmfusion-free-live-base.ks,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free-live-base.ks 1 May 2012 20:27:43 -0000 1.5
+++ rpmfusion-free-live-base.ks 28 Apr 2013 18:26:47 -0000 1.6
@@ -5,12 +5,12 @@
## the repos match what is configured in fedora-live-base.ks
# To compose against the current release tree, use the following "repo"
-#repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-18&arch=$basearch
+repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-19&arch=$basearch
# To include updates, use the following "repo"
-#repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-18&arch=$basearch
+repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-19&arch=$basearch
# To compose against rawhide, use the following "repo"
-repo --name=rpmfusion-free-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=$basearch
+#repo --name=rpmfusion-free-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=$basearch
%packages
# unbrand:
@@ -23,14 +23,7 @@
## RPM Fusion packages normally come via comps.xml, some adjustments below this line
#
-# "best hardware support by default" would be nice, but space is limited:
--foo2hiperc
--foo2hp
--foo2lava
--foo2qpdl
--foo2slx
--foo2xqx
--foo2zjs
+
%end
%post
@@ -38,9 +31,9 @@
echo "Importing RPM Fusion keys"
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-*-primary
echo "List of packages from RPM Fusion Free:"
-rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f -e 36339914982e0a7c | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 6f6382f9172ff33d | awk ' { print $1 } ' | sort
echo "List of incuded RPM Fusion packages with their size:"
-rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f -e 36339914982e0a7c| awk ' { print $1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 6f6382f9172ff33d | awk ' { print $1 } ') | sort -n
echo
%end
Index: rpmfusion-free-remix-kickstarts.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-19/rpmfusion-free-remix-kickstarts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free-remix-kickstarts.spec 1 May 2012 20:27:43 -0000 1.5
+++ rpmfusion-free-remix-kickstarts.spec 28 Apr 2013 18:26:47 -0000 1.6
@@ -1,8 +1,8 @@
Name: rpmfusion-free-remix-kickstarts
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
-Version: 0.18.0
-Release: 0.1%{?dist}
+Version: 0.19.0
+Release: 1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion free
Group: Applications/System
@@ -13,7 +13,6 @@
Source10: rpmfusion-free-live-base.ks
Source11: rpmfusion-free-livecd-desktop.ks
Source12: rpmfusion-free-livecd-kde.ks
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: spin-kickstarts >= %{version}
@@ -31,7 +30,6 @@
echo "nothing to build"
%install
-rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/
install -p -m644 %{SOURCE1} README
install -p -m644 %{SOURCE2} COPYING
@@ -41,15 +39,16 @@
%{SOURCE12}
-%clean
-rm -rf $RPM_BUILD_ROOT
%files
-%defattr(-,root,root,-)
%doc COPYING README
%{_datadir}/%{name}/
%changelog
+* Sun Apr 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.19.0-1
+- Update to 0.19.0
+- Spec file clean-up
+
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-0.1
- Update to 0.18.0
11 years, 7 months
rpms/libdvbpsi/devel .cvsignore, 1.6, 1.7 libdvbpsi.spec, 1.11, 1.12 sources, 1.6, 1.7 0001-dvbpsi_decoder_t-solve-alignment-issues-with-dvbpsi_.patch, 1.2, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libdvbpsi/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3287/devel
Modified Files:
.cvsignore libdvbpsi.spec sources
Removed Files:
0001-dvbpsi_decoder_t-solve-alignment-issues-with-dvbpsi_.patch
Log Message:
Pre-update to 1.1.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 18 Oct 2012 19:54:22 -0000 1.6
+++ .cvsignore 28 Apr 2013 17:34:19 -0000 1.7
@@ -1 +1 @@
-libdvbpsi-1.0.0_pre3.tar.bz2
+libdvbpsi-1.1.0.tar.bz2
Index: libdvbpsi.spec
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/devel/libdvbpsi.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libdvbpsi.spec 3 Mar 2013 21:40:16 -0000 1.11
+++ libdvbpsi.spec 28 Apr 2013 17:34:19 -0000 1.12
@@ -1,17 +1,13 @@
-%global pre _pre3
-%global _default_patch_fuzz 2
+#global pre _pre3
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
Name: libdvbpsi
-Version: 1.0.0
-Release: 0.2%{?pre}%{?dist}
+Version: 1.1.0
+Release: 1%{?pre}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.videolan.org/developers/libdvbpsi.html
Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}%...
-Patch0: 0001-dvbpsi_decoder_t-solve-alignment-issues-with-dvbpsi_.patch
-Patch1: 0002-dvbinfo-udp.c-use-sockaddr_storage-type-instead-of-s.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: graphviz doxygen
%package devel
@@ -19,7 +15,6 @@
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-# -----------------------------------------------------------------------------
%description
libdvbpsi is a very simple and fully portable library designed for
@@ -30,55 +25,47 @@
MPEG TS and DVB PSI table decoding and generation.
This package contains development files for %{name}
-# -----------------------------------------------------------------------------
%prep
%setup -q -n %{name}-%{version}%{?pre}
-%patch0 -p1
-%patch1 -p1
-# -----------------------------------------------------------------------------
%build
%configure --disable-dependency-tracking --disable-static
make %{?_smp_mflags}
make doc
-# -----------------------------------------------------------------------------
%install
-rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
-# -----------------------------------------------------------------------------
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-# -----------------------------------------------------------------------------
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/%{name}.so.*
%files devel
-%defattr(-,root,root,-)
%doc doc/doxygen/html
%{_includedir}/dvbpsi/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/libdvbpsi.pc
-# -----------------------------------------------------------------------------
%changelog
-* Sun Mar 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0-0.2_pre3
-- Mass rebuilt for Fedora 19 Features
+* Sun Apr 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.0-1
+- Update to 1.1.0
+
+* Sun Mar 10 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0-1
+- Update to 1.0.0
+- Clean-up spec file
+
+* Sun Nov 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0-0.2_pre3
+- Update to _pre3 as tagged in git
* Thu Oct 18 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0-0.1_pre2
- Update to 1.0.0_pre2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 18 Oct 2012 19:54:22 -0000 1.6
+++ sources 28 Apr 2013 17:34:19 -0000 1.7
@@ -1 +1 @@
-58ee643c11c0da05e616d6876f849547 libdvbpsi-1.0.0_pre3.tar.bz2
+1f84f9d1de08e15f94e6ff9957278064 libdvbpsi-1.1.0.tar.bz2
--- 0001-dvbpsi_decoder_t-solve-alignment-issues-with-dvbpsi_.patch DELETED ---
11 years, 7 months
rpms/libdvbpsi/F-19 .cvsignore, 1.6, 1.7 libdvbpsi.spec, 1.11, 1.12 sources, 1.6, 1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libdvbpsi/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv585/F-19
Modified Files:
.cvsignore libdvbpsi.spec sources
Log Message:
Revert to 2.2 for F-18 F-19
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/F-19/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 18 Oct 2012 19:54:22 -0000 1.6
+++ .cvsignore 28 Apr 2013 16:40:07 -0000 1.7
@@ -1 +1 @@
-libdvbpsi-1.0.0_pre3.tar.bz2
+libdvbpsi-0.2.2.tar.bz2
Index: libdvbpsi.spec
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/F-19/libdvbpsi.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libdvbpsi.spec 3 Mar 2013 21:40:16 -0000 1.11
+++ libdvbpsi.spec 28 Apr 2013 16:40:07 -0000 1.12
@@ -1,16 +1,11 @@
-%global pre _pre3
-%global _default_patch_fuzz 2
-
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
Name: libdvbpsi
-Version: 1.0.0
-Release: 0.2%{?pre}%{?dist}
+Version: 0.2.2
+Release: 3%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.videolan.org/developers/libdvbpsi.html
-Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}%...
-Patch0: 0001-dvbpsi_decoder_t-solve-alignment-issues-with-dvbpsi_.patch
-Patch1: 0002-dvbinfo-udp.c-use-sockaddr_storage-type-instead-of-s.patch
+Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}....
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: graphviz doxygen
@@ -33,9 +28,8 @@
# -----------------------------------------------------------------------------
%prep
-%setup -q -n %{name}-%{version}%{?pre}
-%patch0 -p1
-%patch1 -p1
+%setup -q
+
# -----------------------------------------------------------------------------
@@ -77,11 +71,8 @@
# -----------------------------------------------------------------------------
%changelog
-* Sun Mar 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0-0.2_pre3
-- Mass rebuilt for Fedora 19 Features
-
-* Thu Oct 18 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0-0.1_pre2
-- Update to 1.0.0_pre2
+* Sun Apr 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.2-3
+- Rebuilt for http://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/F-19/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 18 Oct 2012 19:54:22 -0000 1.6
+++ sources 28 Apr 2013 16:40:07 -0000 1.7
@@ -1 +1 @@
-58ee643c11c0da05e616d6876f849547 libdvbpsi-1.0.0_pre3.tar.bz2
+b387e07ffd844b61c7a050c47307c0f7 libdvbpsi-0.2.2.tar.bz2
11 years, 7 months
rpms/libdvbpsi/F-18 .cvsignore, 1.6, 1.7 libdvbpsi.spec, 1.10, 1.11 sources, 1.6, 1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libdvbpsi/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv585/F-18
Modified Files:
.cvsignore libdvbpsi.spec sources
Log Message:
Revert to 2.2 for F-18 F-19
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/F-18/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 18 Oct 2012 19:55:16 -0000 1.6
+++ .cvsignore 28 Apr 2013 16:40:07 -0000 1.7
@@ -1 +1 @@
-libdvbpsi-1.0.0_pre3.tar.bz2
+libdvbpsi-0.2.2.tar.bz2
Index: libdvbpsi.spec
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/F-18/libdvbpsi.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libdvbpsi.spec 18 Oct 2012 19:58:47 -0000 1.10
+++ libdvbpsi.spec 28 Apr 2013 16:40:07 -0000 1.11
@@ -1,15 +1,11 @@
-%global pre _pre3
-%global _default_patch_fuzz 2
-
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
Name: libdvbpsi
-Version: 1.0.0
-Release: 0.1%{?pre}%{?dist}
+Version: 0.2.2
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.videolan.org/developers/libdvbpsi.html
-Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}%...
-Patch0: 0001-dvbpsi_decoder_t-solve-alignment-issues-with-dvbpsi_.patch
+Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}....
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: graphviz doxygen
@@ -32,8 +28,8 @@
# -----------------------------------------------------------------------------
%prep
-%setup -q -n %{name}-%{version}%{?pre}
-%patch0 -p1
+%setup -q
+
# -----------------------------------------------------------------------------
@@ -75,9 +71,6 @@
# -----------------------------------------------------------------------------
%changelog
-* Thu Oct 18 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0-0.1_pre2
-- Update to 1.0.0_pre2
-
* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/F-18/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 18 Oct 2012 19:55:17 -0000 1.6
+++ sources 28 Apr 2013 16:40:07 -0000 1.7
@@ -1 +1 @@
-58ee643c11c0da05e616d6876f849547 libdvbpsi-1.0.0_pre3.tar.bz2
+b387e07ffd844b61c7a050c47307c0f7 libdvbpsi-0.2.2.tar.bz2
11 years, 7 months
rpms/xroar/F-17 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 xroar.spec, 1.17, 1.18
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/xroar/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24845
Modified Files:
.cvsignore sources xroar.spec
Log Message:
* Sun Apr 28 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.29.5-1
- Upgrade to 0.29.5
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/F-17/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 24 Feb 2013 12:17:22 -0000 1.13
+++ .cvsignore 28 Apr 2013 13:45:24 -0000 1.14
@@ -1,2 +1,2 @@
-xroar-0.29.4.tar.gz
+xroar-0.29.5.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/F-17/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 24 Feb 2013 12:17:23 -0000 1.13
+++ sources 28 Apr 2013 13:45:24 -0000 1.14
@@ -1,2 +1,2 @@
-175cb59b113b185ab37c1bf09d2e404d xroar-0.29.4.tar.gz
+92401d6c360f502e3acbd5ef33761de2 xroar-0.29.5.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/F-17/xroar.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xroar.spec 24 Feb 2013 12:17:24 -0000 1.17
+++ xroar.spec 28 Apr 2013 13:45:24 -0000 1.18
@@ -1,5 +1,5 @@
Name: xroar
-Version: 0.29.4
+Version: 0.29.5
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
Group: Applications/Emulators
@@ -147,6 +147,9 @@
%changelog
+* Sun Apr 28 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.29.5-1
+- Upgrade to 0.29.5
+
* Sun Feb 24 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.29.4-1
- Upgrade to 0.29.4
11 years, 7 months