rpms/libspotify/F-16 libspotify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jonathan Dieter
Author: jdieter
Update of /cvs/nonfree/rpms/libspotify/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5159/F-16
Modified Files:
.cvsignore sources
Added Files:
libspotify.spec
Log Message:
Initial build
--- NEW FILE libspotify.spec ---
Name: libspotify
Version: 10.1.16
Release: 3%{?dist}
Summary: Official Spotify API
Group: Development/Libraries
License: Redistributable, no modification permitted
URL: http://developer.spotify.com/en/libspotify/overview/
Source0: http://developer.spotify.com/download/libspotify/libspotify-10.1.16-Linux...
Source1: http://developer.spotify.com/download/libspotify/libspotify-10.1.16-Linux...
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
libspotify is the official Spotify API. Applications can use this API to play
music using a user's Spotify account, provided that the user has a Spotify
Premium Account.
%package devel
Summary: Development files for official Spotify API
Requires: libspotify = %{version}-%{release}
%description devel
This contains the files needed to develop using libspotify
%prep
mkdir -p %{name}-%{version}
cd %{name}-%{version}
%ifarch %{ix86}
tar -xf %{SOURCE0}
cd libspotify-Linux-i686-release
cat Makefile | grep -v ldconfig > Makefile.new
rm -f Makefile
mv Makefile.new Makefile
cd ..
%endif
%ifarch x86_64
tar -xf %{SOURCE1}
cd libspotify-Linux-x86_64-release
cat Makefile | grep -v ldconfig > Makefile.new
rm -f Makefile
mv Makefile.new Makefile
sed -i s/"\$(prefix)\/lib"/"\$(prefix)\/lib64"/g Makefile
cd ..
%endif
%ifnarch %{ix86} x86_64
echo "This cpu architecture is not supported"
exit 1
%endif
%install
rm -rf $RPM_BUILD_ROOT
cd %{name}-%{version}
%ifarch %{ix86}
cd libspotify-Linux-i686-release
%endif
%ifarch x86_64
cd libspotify-Linux-x86_64-release
%endif
%ifnarch %{ix86} x86_64
echo "This cpu architecture is not supported"
exit 1
%endif
make install prefix=$RPM_BUILD_ROOT/usr
cp LICENSE README licenses.xhtml ../
ls -l ../
cd $RPM_BUILD_ROOT%{_libdir}/pkgconfig
cat libspotify.pc | grep -v "^prefix=" > libspotify.pc.new
echo "prefix=/usr" > libspotify.pc
cat libspotify.pc.new >> libspotify.pc
rm -f libspotify.pc.new
%ifarch x86_64
sed -i s/"\/lib"/"\/lib64"/g libspotify.pc
%endif
chmod 644 $RPM_BUILD_ROOT%{_includedir}/libspotify/*
%build
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc %{name}-%{version}/LICENSE %{name}-%{version}/README %{name}-%{version}/licenses.xhtml
%{_libdir}/libspotify.so.*
%files devel
%defattr(-,root,root,-)
%doc %{name}-%{version}/LICENSE %{name}-%{version}/README %{name}-%{version}/licenses.xhtml
%{_includedir}/*
%{_libdir}/libspotify.so
%{_libdir}/pkgconfig/*
%changelog
* Mon Mar 26 2012 Jonathan Dieter <jdieter(a)gmail.com> - 10.1.16-3
- Change license
- Add empty build section to make rpmlint happy
* Mon Jan 23 2012 Jonathan Dieter <jdieter(a)gmail.com> - 10.1.16-2
- Add documentation to both main and devel package
- Only prep tarball that we're going to use when building
* Wed Jan 4 2012 Jonathan Dieter <jdieter(a)gmail.com> - 10.1.16-1
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/libspotify/F-16/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Apr 2012 07:51:22 -0000 1.1
+++ .cvsignore 12 Apr 2012 11:47:54 -0000 1.2
@@ -0,0 +1,2 @@
+libspotify-10.1.16-Linux-i686-release.tar.gz
+libspotify-10.1.16-Linux-x86_64-release.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/libspotify/F-16/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 4 Apr 2012 07:51:22 -0000 1.1
+++ sources 12 Apr 2012 11:47:54 -0000 1.2
@@ -0,0 +1,2 @@
+eaec871b27dc46087681337b6992d787 libspotify-10.1.16-Linux-i686-release.tar.gz
+263c17a6f74268217fab7300db12b017 libspotify-10.1.16-Linux-x86_64-release.tar.gz
12 years, 7 months
rpms/libspotify/F-17 libspotify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jonathan Dieter
Author: jdieter
Update of /cvs/nonfree/rpms/libspotify/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4944/F-17
Modified Files:
.cvsignore sources
Added Files:
libspotify.spec
Log Message:
Initial build
--- NEW FILE libspotify.spec ---
Name: libspotify
Version: 10.1.16
Release: 3%{?dist}
Summary: Official Spotify API
Group: Development/Libraries
License: Redistributable, no modification permitted
URL: http://developer.spotify.com/en/libspotify/overview/
Source0: http://developer.spotify.com/download/libspotify/libspotify-10.1.16-Linux...
Source1: http://developer.spotify.com/download/libspotify/libspotify-10.1.16-Linux...
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
libspotify is the official Spotify API. Applications can use this API to play
music using a user's Spotify account, provided that the user has a Spotify
Premium Account.
%package devel
Summary: Development files for official Spotify API
Requires: libspotify = %{version}-%{release}
%description devel
This contains the files needed to develop using libspotify
%prep
mkdir -p %{name}-%{version}
cd %{name}-%{version}
%ifarch %{ix86}
tar -xf %{SOURCE0}
cd libspotify-Linux-i686-release
cat Makefile | grep -v ldconfig > Makefile.new
rm -f Makefile
mv Makefile.new Makefile
cd ..
%endif
%ifarch x86_64
tar -xf %{SOURCE1}
cd libspotify-Linux-x86_64-release
cat Makefile | grep -v ldconfig > Makefile.new
rm -f Makefile
mv Makefile.new Makefile
sed -i s/"\$(prefix)\/lib"/"\$(prefix)\/lib64"/g Makefile
cd ..
%endif
%ifnarch %{ix86} x86_64
echo "This cpu architecture is not supported"
exit 1
%endif
%install
rm -rf $RPM_BUILD_ROOT
cd %{name}-%{version}
%ifarch %{ix86}
cd libspotify-Linux-i686-release
%endif
%ifarch x86_64
cd libspotify-Linux-x86_64-release
%endif
%ifnarch %{ix86} x86_64
echo "This cpu architecture is not supported"
exit 1
%endif
make install prefix=$RPM_BUILD_ROOT/usr
cp LICENSE README licenses.xhtml ../
ls -l ../
cd $RPM_BUILD_ROOT%{_libdir}/pkgconfig
cat libspotify.pc | grep -v "^prefix=" > libspotify.pc.new
echo "prefix=/usr" > libspotify.pc
cat libspotify.pc.new >> libspotify.pc
rm -f libspotify.pc.new
%ifarch x86_64
sed -i s/"\/lib"/"\/lib64"/g libspotify.pc
%endif
chmod 644 $RPM_BUILD_ROOT%{_includedir}/libspotify/*
%build
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc %{name}-%{version}/LICENSE %{name}-%{version}/README %{name}-%{version}/licenses.xhtml
%{_libdir}/libspotify.so.*
%files devel
%defattr(-,root,root,-)
%doc %{name}-%{version}/LICENSE %{name}-%{version}/README %{name}-%{version}/licenses.xhtml
%{_includedir}/*
%{_libdir}/libspotify.so
%{_libdir}/pkgconfig/*
%changelog
* Mon Mar 26 2012 Jonathan Dieter <jdieter(a)gmail.com> - 10.1.16-3
- Change license
- Add empty build section to make rpmlint happy
* Mon Jan 23 2012 Jonathan Dieter <jdieter(a)gmail.com> - 10.1.16-2
- Add documentation to both main and devel package
- Only prep tarball that we're going to use when building
* Wed Jan 4 2012 Jonathan Dieter <jdieter(a)gmail.com> - 10.1.16-1
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/libspotify/F-17/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Apr 2012 07:51:22 -0000 1.1
+++ .cvsignore 12 Apr 2012 11:47:20 -0000 1.2
@@ -0,0 +1,2 @@
+libspotify-10.1.16-Linux-i686-release.tar.gz
+libspotify-10.1.16-Linux-x86_64-release.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/libspotify/F-17/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 4 Apr 2012 07:51:22 -0000 1.1
+++ sources 12 Apr 2012 11:47:20 -0000 1.2
@@ -0,0 +1,2 @@
+eaec871b27dc46087681337b6992d787 libspotify-10.1.16-Linux-i686-release.tar.gz
+263c17a6f74268217fab7300db12b017 libspotify-10.1.16-Linux-x86_64-release.tar.gz
12 years, 7 months
rpms/libspotify/devel libspotify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Jonathan Dieter
Author: jdieter
Update of /cvs/nonfree/rpms/libspotify/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4293/devel
Modified Files:
.cvsignore sources
Added Files:
libspotify.spec
Log Message:
Initial build
--- NEW FILE libspotify.spec ---
Name: libspotify
Version: 10.1.16
Release: 3%{?dist}
Summary: Official Spotify API
Group: Development/Libraries
License: Redistributable, no modification permitted
URL: http://developer.spotify.com/en/libspotify/overview/
Source0: http://developer.spotify.com/download/libspotify/libspotify-10.1.16-Linux...
Source1: http://developer.spotify.com/download/libspotify/libspotify-10.1.16-Linux...
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
libspotify is the official Spotify API. Applications can use this API to play
music using a user's Spotify account, provided that the user has a Spotify
Premium Account.
%package devel
Summary: Development files for official Spotify API
Requires: libspotify = %{version}-%{release}
%description devel
This contains the files needed to develop using libspotify
%prep
mkdir -p %{name}-%{version}
cd %{name}-%{version}
%ifarch %{ix86}
tar -xf %{SOURCE0}
cd libspotify-Linux-i686-release
cat Makefile | grep -v ldconfig > Makefile.new
rm -f Makefile
mv Makefile.new Makefile
cd ..
%endif
%ifarch x86_64
tar -xf %{SOURCE1}
cd libspotify-Linux-x86_64-release
cat Makefile | grep -v ldconfig > Makefile.new
rm -f Makefile
mv Makefile.new Makefile
sed -i s/"\$(prefix)\/lib"/"\$(prefix)\/lib64"/g Makefile
cd ..
%endif
%ifnarch %{ix86} x86_64
echo "This cpu architecture is not supported"
exit 1
%endif
%install
rm -rf $RPM_BUILD_ROOT
cd %{name}-%{version}
%ifarch %{ix86}
cd libspotify-Linux-i686-release
%endif
%ifarch x86_64
cd libspotify-Linux-x86_64-release
%endif
%ifnarch %{ix86} x86_64
echo "This cpu architecture is not supported"
exit 1
%endif
make install prefix=$RPM_BUILD_ROOT/usr
cp LICENSE README licenses.xhtml ../
ls -l ../
cd $RPM_BUILD_ROOT%{_libdir}/pkgconfig
cat libspotify.pc | grep -v "^prefix=" > libspotify.pc.new
echo "prefix=/usr" > libspotify.pc
cat libspotify.pc.new >> libspotify.pc
rm -f libspotify.pc.new
%ifarch x86_64
sed -i s/"\/lib"/"\/lib64"/g libspotify.pc
%endif
chmod 644 $RPM_BUILD_ROOT%{_includedir}/libspotify/*
%build
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc %{name}-%{version}/LICENSE %{name}-%{version}/README %{name}-%{version}/licenses.xhtml
%{_libdir}/libspotify.so.*
%files devel
%defattr(-,root,root,-)
%doc %{name}-%{version}/LICENSE %{name}-%{version}/README %{name}-%{version}/licenses.xhtml
%{_includedir}/*
%{_libdir}/libspotify.so
%{_libdir}/pkgconfig/*
%changelog
* Mon Mar 26 2012 Jonathan Dieter <jdieter(a)gmail.com> - 10.1.16-3
- Change license
- Add empty build section to make rpmlint happy
* Mon Jan 23 2012 Jonathan Dieter <jdieter(a)gmail.com> - 10.1.16-2
- Add documentation to both main and devel package
- Only prep tarball that we're going to use when building
* Wed Jan 4 2012 Jonathan Dieter <jdieter(a)gmail.com> - 10.1.16-1
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/libspotify/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Apr 2012 07:51:22 -0000 1.1
+++ .cvsignore 12 Apr 2012 11:43:26 -0000 1.2
@@ -0,0 +1,2 @@
+libspotify-10.1.16-Linux-i686-release.tar.gz
+libspotify-10.1.16-Linux-x86_64-release.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/libspotify/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 4 Apr 2012 07:51:22 -0000 1.1
+++ sources 12 Apr 2012 11:43:26 -0000 1.2
@@ -0,0 +1,2 @@
+eaec871b27dc46087681337b6992d787 libspotify-10.1.16-Linux-i686-release.tar.gz
+263c17a6f74268217fab7300db12b017 libspotify-10.1.16-Linux-x86_64-release.tar.gz
12 years, 7 months
rpms/bombono-dvd/F-17 .cvsignore, 1.4, 1.5 bombono-dvd.spec, 1.3, 1.4 sources, 1.4, 1.5
by Alec Leamas
Author: leamas
Update of /cvs/free/rpms/bombono-dvd/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4454
Modified Files:
.cvsignore bombono-dvd.spec sources
Log Message:
* Thu Apr 12 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-3.20120412gite9390e7
- Fixing source name error
- Updating to latest git (fixing f17 compile error).
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 11 Apr 2012 23:24:40 -0000 1.4
+++ .cvsignore 11 Apr 2012 23:27:55 -0000 1.5
@@ -1 +1 @@
-bombono-dvd-1.2.0.2.20120412gite9390e7.fc17.tar.gz
+bombono-dvd-1.2.0.3.20120412gite9390e7.fc17.tar.gz
Index: bombono-dvd.spec
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/bombono-dvd.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bombono-dvd.spec 11 Apr 2012 23:24:40 -0000 1.3
+++ bombono-dvd.spec 11 Apr 2012 23:27:55 -0000 1.4
@@ -2,7 +2,7 @@
Name: bombono-dvd
Version: 1.2.0
-Release: 2%{rel_tag}%{?dist}
+Release: 3%{rel_tag}%{?dist}
Summary: DVD authoring program with nice and clean GUI
# License breakdown in README.
License: GPLv2 and GPLv2+ and Boost and Python and LGPLv2+
@@ -103,10 +103,13 @@
%{_mandir}/man1/*
%changelog
-* Thu Apr 12 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-2.20120412gite9390e7
+* Thu Apr 12 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-3.20120412gite9390e7
- Fixing source name error
- Updating to latest git (fixing f17 compile error).
+* Thu Apr 12 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-2.20120412gite9390e7
+- Bad version, not built
+
* Sun Apr 01 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-1.20120401git2278251
- New version-release scheme
- Minor fixes
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 11 Apr 2012 23:24:40 -0000 1.4
+++ sources 11 Apr 2012 23:27:55 -0000 1.5
@@ -1 +1 @@
-91141770f7efa445c7892b689dd797a6 bombono-dvd-1.2.0.2.20120412gite9390e7.fc17.tar.gz
+91141770f7efa445c7892b689dd797a6 bombono-dvd-1.2.0.3.20120412gite9390e7.fc17.tar.gz
12 years, 7 months
rpms/bombono-dvd/F-17 .cvsignore, 1.3, 1.4 bombono-dvd.spec, 1.2, 1.3 sources, 1.3, 1.4
by Alec Leamas
Author: leamas
Update of /cvs/free/rpms/bombono-dvd/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4250
Modified Files:
.cvsignore bombono-dvd.spec sources
Log Message:
* Thu Apr 12 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-2.20120412gite9390e7
- Fixing source name error
- Updating to latest git (fixing f17 compile error).
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 11 Apr 2012 23:18:24 -0000 1.3
+++ .cvsignore 11 Apr 2012 23:24:40 -0000 1.4
@@ -1 +1 @@
-bombono-dvd-1.2.0.2.20120412gite9390e7.fc16.tar.gz
+bombono-dvd-1.2.0.2.20120412gite9390e7.fc17.tar.gz
Index: bombono-dvd.spec
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/bombono-dvd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bombono-dvd.spec 11 Apr 2012 23:18:24 -0000 1.2
+++ bombono-dvd.spec 11 Apr 2012 23:24:40 -0000 1.3
@@ -104,7 +104,9 @@
%changelog
* Thu Apr 12 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-2.20120412gite9390e7
+- Fixing source name error
- Updating to latest git (fixing f17 compile error).
+
* Sun Apr 01 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-1.20120401git2278251
- New version-release scheme
- Minor fixes
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 11 Apr 2012 23:18:24 -0000 1.3
+++ sources 11 Apr 2012 23:24:40 -0000 1.4
@@ -1 +1 @@
-91141770f7efa445c7892b689dd797a6 bombono-dvd-1.2.0.2.20120412gite9390e7.fc16.tar.gz
+91141770f7efa445c7892b689dd797a6 bombono-dvd-1.2.0.2.20120412gite9390e7.fc17.tar.gz
12 years, 7 months
rpms/bombono-dvd/F-17 .cvsignore, 1.2, 1.3 bombono-dvd.spec, 1.1, 1.2 sources, 1.2, 1.3
by Alec Leamas
Author: leamas
Update of /cvs/free/rpms/bombono-dvd/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3205
Modified Files:
.cvsignore bombono-dvd.spec sources
Log Message:
* Thu Apr 12 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-2.20120412gite9390e7
- Updating to latest git (fixing f17 compile error).
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 2 Apr 2012 11:08:36 -0000 1.2
+++ .cvsignore 11 Apr 2012 23:18:24 -0000 1.3
@@ -1 +1 @@
-bombono-dvd-1.2.0.tar.gz
+bombono-dvd-1.2.0.2.20120412gite9390e7.fc16.tar.gz
Index: bombono-dvd.spec
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/bombono-dvd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bombono-dvd.spec 2 Apr 2012 11:08:36 -0000 1.1
+++ bombono-dvd.spec 11 Apr 2012 23:18:24 -0000 1.2
@@ -1,8 +1,8 @@
-%global rel_tag .20120401git2278251
+%global rel_tag .20120412gite9390e7
Name: bombono-dvd
Version: 1.2.0
-Release: 1%{rel_tag}%{?dist}
+Release: 2%{rel_tag}%{?dist}
Summary: DVD authoring program with nice and clean GUI
# License breakdown in README.
License: GPLv2 and GPLv2+ and Boost and Python and LGPLv2+
@@ -10,9 +10,9 @@
Url: http://www.bombono.org
# To create source tarball:
# git clone https://git.gitorious.org/bombono-dvd/bombono-dvd.git bombono-dvd
-# tag=.20120401git2278251; cd bombono-dvd; git reset --hard ${tag##*git}; cd ..
-# tar czf bombono-dvd-1.2.0.20120401git2278251.tar.gz --exclude .git bombono-dvd
-Source: bombono-dvd-%{version}.tar.gz
+# tag=.20120412gite9390e7; cd bombono-dvd; git reset --hard ${tag##*git}; cd ..
+# tar czf bombono-dvd-1.2.0.20120412gite9390e7.tar.gz --exclude .git bombono-dvd
+Source: bombono-dvd-%{version}.%{release}.tar.gz
BuildRequires: adobe-source-libraries-devel
BuildRequires: boost-devel
@@ -103,6 +103,8 @@
%{_mandir}/man1/*
%changelog
+* Thu Apr 12 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-2.20120412gite9390e7
+- Updating to latest git (fixing f17 compile error).
* Sun Apr 01 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-1.20120401git2278251
- New version-release scheme
- Minor fixes
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 2 Apr 2012 11:08:36 -0000 1.2
+++ sources 11 Apr 2012 23:18:24 -0000 1.3
@@ -1 +1 @@
-3015579380c2cdf37ccca61a1a71b304 bombono-dvd-1.2.0.tar.gz
+91141770f7efa445c7892b689dd797a6 bombono-dvd-1.2.0.2.20120412gite9390e7.fc16.tar.gz
12 years, 7 months
rpms/libfame/EL-6 libfame.spec,1.5,1.6
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/libfame/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15480
Modified Files:
libfame.spec
Log Message:
* Wed Apr 11 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.9.1-16
- Remove static library and sub-package.
Index: libfame.spec
===================================================================
RCS file: /cvs/free/rpms/libfame/EL-6/libfame.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libfame.spec 10 Apr 2012 20:22:36 -0000 1.5
+++ libfame.spec 11 Apr 2012 20:13:23 -0000 1.6
@@ -1,7 +1,7 @@
Summary: Fast Assembly MPEG Encoding library
Name: libfame
Version: 0.9.1
-Release: 15%{?dist}
+Release: 16%{?dist}
License: LGPL
Group: System Environment/Libraries
URL: http://fame.sourceforge.net/
@@ -31,16 +31,6 @@
This package contains the libraries, include files and other resources
you can use to develop FAME applications.
-%package static
-Summary: Static Libraries to develop using FAME
-Group: Development/Libraries
-Requires: %{name}-devel%{?_isa} = %{version}-%{release}
-
-%description static
-FAME is a library for fast MPEG encoding.
-This package contains the static libraries you can use to develop FAME
-applications.
-
%prep
%setup -q
@@ -76,6 +66,8 @@
%install
make install DESTDIR=%{buildroot}
+#Remove static library
+rm -f %{buildroot}%{_libdir}/libfame.a
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -85,9 +77,6 @@
%doc AUTHORS BUGS CHANGES COPYING README TODO
%{_libdir}/libfame*.so.*
-%files static
-%{_libdir}/libfame.a
-
%files devel
%exclude %{_libdir}/libfame.la
%{_bindir}/libfame-config
@@ -98,6 +87,9 @@
%changelog
+* Wed Apr 11 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.9.1-16
+- Remove static library and sub-package.
+
* Tue Apr 10 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.9.1-15
- Move static librari to a separate package as required by the Fedora
packaging guidelines.
12 years, 7 months
rpms/nvidia-settings/F-17 nvidia-settings.spec, 1.17, 1.18 sources, 1.15, 1.16
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-settings/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21891
Modified Files:
nvidia-settings.spec sources
Log Message:
* Wed Apr 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-16
- Update to 295.40
- Fix source url
Index: nvidia-settings.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-settings/F-17/nvidia-settings.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- nvidia-settings.spec 22 Mar 2012 19:00:58 -0000 1.17
+++ nvidia-settings.spec 11 Apr 2012 15:55:34 -0000 1.18
@@ -1,7 +1,7 @@
# We use the driver version as a snapshot internal number
# The real version of the package remains 1.0
# This will prevent missunderstanding and versioning changes on the nvidia driver
-%global nversion 295.33
+%global nversion 295.40
#Possible replacement/complement:
#http://willem.engen.nl/projects/disper/
@@ -9,13 +9,13 @@
Name: nvidia-settings
Version: 1.0
-Release: 15%{?dist}
+Release: 16%{?dist}
Summary: Configure the NVIDIA graphics driver
Group: Applications/System
License: GPLv2+
URL: ftp://download.nvidia.com/XFree86/nvidia-settings/
-Source0: http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot/nvidia-se...
+Source0: ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{nvers...
Patch0: nvidia-settings-256.35-validate.patch
Patch1: 03_do_not_exit_on_no_scanout.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -97,6 +97,10 @@
%changelog
+* Wed Apr 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-16
+- Update to 295.40
+- Fix source url
+
* Thu Mar 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-15
- Update internal 295.33
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-settings/F-17/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 22 Mar 2012 19:00:58 -0000 1.15
+++ sources 11 Apr 2012 15:55:34 -0000 1.16
@@ -1 +1 @@
-17cbf3471542ff54021c9ca97fcbda3f nvidia-settings-295.33.tar.bz2
+e9fd5dcb7f69c12334d199a783544d42 nvidia-settings-295.40.tar.bz2
12 years, 7 months
rpms/nvidia-settings/F-16 .cvsignore, 1.14, 1.15 nvidia-settings.spec, 1.17, 1.18 sources, 1.15, 1.16
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-settings/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21856
Modified Files:
.cvsignore nvidia-settings.spec sources
Log Message:
* Wed Apr 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-16
- Update to 295.40
- Fix source url
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-settings/F-16/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 27 Feb 2012 22:23:56 -0000 1.14
+++ .cvsignore 11 Apr 2012 15:55:27 -0000 1.15
@@ -1 +1 @@
-nvidia-settings-295.20.tar.bz2
+nvidia-settings-295.40.tar.bz2
Index: nvidia-settings.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-settings/F-16/nvidia-settings.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- nvidia-settings.spec 25 Mar 2012 12:01:24 -0000 1.17
+++ nvidia-settings.spec 11 Apr 2012 15:55:27 -0000 1.18
@@ -1,7 +1,7 @@
# We use the driver version as a snapshot internal number
# The real version of the package remains 1.0
# This will prevent missunderstanding and versioning changes on the nvidia driver
-%global nversion 295.33
+%global nversion 295.40
#Possible replacement/complement:
#http://willem.engen.nl/projects/disper/
@@ -9,13 +9,13 @@
Name: nvidia-settings
Version: 1.0
-Release: 15%{?dist}
+Release: 16%{?dist}
Summary: Configure the NVIDIA graphics driver
Group: Applications/System
License: GPLv2+
URL: ftp://download.nvidia.com/XFree86/nvidia-settings/
-Source0: http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot/nvidia-se...
+Source0: ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{nvers...
Patch0: nvidia-settings-256.35-validate.patch
Patch1: 03_do_not_exit_on_no_scanout.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -97,6 +97,10 @@
%changelog
+* Wed Apr 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-16
+- Update to 295.40
+- Fix source url
+
* Sun Mar 25 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-15
- Update internal 295.33
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-settings/F-16/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 25 Mar 2012 12:01:24 -0000 1.15
+++ sources 11 Apr 2012 15:55:27 -0000 1.16
@@ -1 +1 @@
-17cbf3471542ff54021c9ca97fcbda3f nvidia-settings-295.33.tar.bz2
+e9fd5dcb7f69c12334d199a783544d42 nvidia-settings-295.40.tar.bz2
12 years, 7 months
rpms/nvidia-xconfig/F-16 nvidia-xconfig.spec, 1.14, 1.15 sources, 1.14, 1.15
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-xconfig/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20818
Modified Files:
nvidia-xconfig.spec sources
Log Message:
* Wed Apr 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-14
- Update to 295.40
- Fix source url
Index: nvidia-xconfig.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-xconfig/F-16/nvidia-xconfig.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- nvidia-xconfig.spec 25 Mar 2012 12:03:16 -0000 1.14
+++ nvidia-xconfig.spec 11 Apr 2012 15:48:21 -0000 1.15
@@ -1,14 +1,14 @@
-%global nversion 295.33
+%global nversion 295.40
Name: nvidia-xconfig
Version: 1.0
-Release: 13%{?dist}
+Release: 14%{?dist}
Summary: NVIDIA X configuration file editor
Group: Applications/System
License: GPLv2+
URL: http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/
-Source0: http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot/nvidia-xco...
+Source0: ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{nversio...
Patch0: nvidia-xconfig-1.0-default.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -66,6 +66,10 @@
%{_mandir}/man1/nvidia-xconfig.1.*
%changelog
+* Wed Apr 11 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-14
+- Update to 295.40
+- Fix source url
+
* Sun Mar 25 2012 leigh scott <leigh123linux(a)googlemail.com> - 1.0-13
- Update to 295.33
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-xconfig/F-16/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 25 Mar 2012 12:03:16 -0000 1.14
+++ sources 11 Apr 2012 15:48:21 -0000 1.15
@@ -1 +1 @@
-669f16257f11422834ef9e2dca622d43 nvidia-xconfig-295.33.tar.bz2
+b72c1f19b88ffe88017c07d146d179d4 nvidia-xconfig-295.40.tar.bz2
12 years, 7 months