rpms/pgadmin3/devel pgadmin3.spec,1.1,1.2
by Robert Scheck
Author: robert
Update of /cvs/nonfree/rpms/pgadmin3/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16111/devel
Modified Files:
pgadmin3.spec
Log Message:
- Corrected pgadmin3 documentation path to avoid errors (#448)
- Re-added the branding directory for some users (RHBZ #473748)
Index: pgadmin3.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pgadmin3/devel/pgadmin3.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgadmin3.spec 7 Jan 2009 09:05:25 -0000 1.1
+++ pgadmin3.spec 18 Mar 2009 23:32:41 -0000 1.2
@@ -1,7 +1,7 @@
Summary: Graphical client for PostgreSQL
Name: pgadmin3
Version: 1.8.4
-Release: 5%{?dist}
+Release: 6%{?dist}
License: Artistic
Group: Applications/Databases
URL: http://www.pgadmin.org/
@@ -33,6 +33,7 @@
for f in configure{,.ac}; do touch -r $f $f.stamp; done
%patch0 -p1
for f in configure{,.ac}; do touch -r $f.stamp $f; done
+sed -e 's@"/docs"@"../doc/%{name}-%{version}"@' -i pgadmin/pgAdmin3.cpp
%build
export LIBS="-lwx_gtk2u_core-2.8"
@@ -66,8 +67,8 @@
done
# Remove unwanted and double files
-rm -f docs/{Docs.vcproj,builddocs.bat,en_US/pgadmin3.hhp.cached}
-rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/{branding,docs}
+rm -f docs/{Docs.vcproj,builddocs.bat}
+rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/docs
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/i18n/{*,.}/wxstd.mo
# Correct permissions to solve rpmlint debuginfo noise
@@ -90,6 +91,10 @@
%{_datadir}/applications/*
%changelog
+* Thu Mar 19 2009 Robert Scheck <robert(a)fedoraproject.org> 1.8.4-6
+- Corrected pgadmin3 documentation path to avoid errors (#448)
+- Re-added the branding directory for some users (RHBZ #473748)
+
* Mon Jan 05 2009 Robert Scheck <robert(a)fedoraproject.org> 1.8.4-5
- Removed useless -docs package, main package shipped it anyway
- Many spec file and package cleanups to get rpmlint very silent
15 years, 9 months
rpms/rpmfusion-packager/F-9 rpmfusion-packager.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/rpmfusion-packager/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11444/F-9
Modified Files:
.cvsignore sources
Added Files:
rpmfusion-packager.spec
Log Message:
Initial import
--- NEW FILE rpmfusion-packager.spec ---
Name: rpmfusion-packager
Version: 0.2
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
Group: Applications/Productivity
License: GPLv2+
URL: http://rpmfusion.org/Package/rpmfusion-packager
Source0: http://downloads.diffingo.com/rpmfusion/rpmfusion-packager/rpmfusion-pack...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: rpm-build rpmdevtools rpmlint mock
Requires: curl wget cvs plague-client
# See FIXME in rpmfusion-cvs
#Requires: pyOpenSSL
BuildArch: noarch
%description
rpmfusion-packager provides a set of utilities designed to help a RPM Fusion
packager in setting up their environment and access the RPM Fusion
infrastructure.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/rpmfusion-packager-setup
%{_bindir}/rpmfusion-*-cvs
%changelog
* Sat Feb 28 2009 Stewart Adam <s.adam at diffingo.com> - 0.2-1
- Update to 0.2 (splits rpmfusion-cvs into rpmfusion-{free,nonfree}-cvs)
* Tue Feb 24 2009 Stewart Adam <s.adam at diffingo.com> - 0.1-1
- Initial release based on fedora-packager
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Mar 2009 05:34:43 -0000 1.1
+++ .cvsignore 18 Mar 2009 14:47:33 -0000 1.2
@@ -0,0 +1 @@
+rpmfusion-packager-0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Mar 2009 05:34:43 -0000 1.1
+++ sources 18 Mar 2009 14:47:33 -0000 1.2
@@ -0,0 +1 @@
+a4e3dcca05f711243ee949535d8f957c rpmfusion-packager-0.2.tar.bz2
15 years, 9 months
rpms/rpmfusion-packager/F-10 rpmfusion-packager.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/rpmfusion-packager/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11444/F-10
Modified Files:
.cvsignore sources
Added Files:
rpmfusion-packager.spec
Log Message:
Initial import
--- NEW FILE rpmfusion-packager.spec ---
Name: rpmfusion-packager
Version: 0.2
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
Group: Applications/Productivity
License: GPLv2+
URL: http://rpmfusion.org/Package/rpmfusion-packager
Source0: http://downloads.diffingo.com/rpmfusion/rpmfusion-packager/rpmfusion-pack...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: rpm-build rpmdevtools rpmlint mock
Requires: curl wget cvs plague-client
# See FIXME in rpmfusion-cvs
#Requires: pyOpenSSL
BuildArch: noarch
%description
rpmfusion-packager provides a set of utilities designed to help a RPM Fusion
packager in setting up their environment and access the RPM Fusion
infrastructure.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/rpmfusion-packager-setup
%{_bindir}/rpmfusion-*-cvs
%changelog
* Sat Feb 28 2009 Stewart Adam <s.adam at diffingo.com> - 0.2-1
- Update to 0.2 (splits rpmfusion-cvs into rpmfusion-{free,nonfree}-cvs)
* Tue Feb 24 2009 Stewart Adam <s.adam at diffingo.com> - 0.1-1
- Initial release based on fedora-packager
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Mar 2009 05:34:43 -0000 1.1
+++ .cvsignore 18 Mar 2009 14:47:32 -0000 1.2
@@ -0,0 +1 @@
+rpmfusion-packager-0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Mar 2009 05:34:43 -0000 1.1
+++ sources 18 Mar 2009 14:47:33 -0000 1.2
@@ -0,0 +1 @@
+a4e3dcca05f711243ee949535d8f957c rpmfusion-packager-0.2.tar.bz2
15 years, 9 months
rpms/rpmfusion-packager/devel rpmfusion-packager.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/rpmfusion-packager/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11444/devel
Modified Files:
.cvsignore sources
Added Files:
rpmfusion-packager.spec
Log Message:
Initial import
--- NEW FILE rpmfusion-packager.spec ---
Name: rpmfusion-packager
Version: 0.2
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
Group: Applications/Productivity
License: GPLv2+
URL: http://rpmfusion.org/Package/rpmfusion-packager
Source0: http://downloads.diffingo.com/rpmfusion/rpmfusion-packager/rpmfusion-pack...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: rpm-build rpmdevtools rpmlint mock
Requires: curl wget cvs plague-client
# See FIXME in rpmfusion-cvs
#Requires: pyOpenSSL
BuildArch: noarch
%description
rpmfusion-packager provides a set of utilities designed to help a RPM Fusion
packager in setting up their environment and access the RPM Fusion
infrastructure.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/rpmfusion-packager-setup
%{_bindir}/rpmfusion-*-cvs
%changelog
* Sat Feb 28 2009 Stewart Adam <s.adam at diffingo.com> - 0.2-1
- Update to 0.2 (splits rpmfusion-cvs into rpmfusion-{free,nonfree}-cvs)
* Tue Feb 24 2009 Stewart Adam <s.adam at diffingo.com> - 0.1-1
- Initial release based on fedora-packager
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Mar 2009 05:34:43 -0000 1.1
+++ .cvsignore 18 Mar 2009 14:47:33 -0000 1.2
@@ -0,0 +1 @@
+rpmfusion-packager-0.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Mar 2009 05:34:43 -0000 1.1
+++ sources 18 Mar 2009 14:47:33 -0000 1.2
@@ -0,0 +1 @@
+a4e3dcca05f711243ee949535d8f957c rpmfusion-packager-0.2.tar.bz2
15 years, 9 months
rpms/rpmfusion-packager/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rpmfusion-packager/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvshm2913/rpms/rpmfusion-packager/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module rpmfusion-packager
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: rpmfusion-packager
# $Id: Makefile,v 1.1 2009/03/18 05:34:43 thl Exp $
NAME := rpmfusion-packager
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
15 years, 9 months
rpms/rpmfusion-packager Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rpmfusion-packager
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvshm2913/rpms/rpmfusion-packager
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module rpmfusion-packager
--- NEW FILE Makefile ---
# Top level Makefile for module rpmfusion-packager
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
15 years, 9 months
rpms/rpmfusion-packager/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rpmfusion-packager/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvshm2913/rpms/rpmfusion-packager/devel
Log Message:
Directory /cvs/free/rpms/rpmfusion-packager/devel added to the repository
15 years, 9 months
rpms/rpmfusion-packager - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rpmfusion-packager
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvshm2913/rpms/rpmfusion-packager
Log Message:
Directory /cvs/free/rpms/rpmfusion-packager added to the repository
15 years, 9 months
rpms/nvidia-173xx-kmod/F-10 sources, 1.3, 1.4 nvidia-173xx-kmod.spec, 1.13, 1.14
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26340
Modified Files:
sources nvidia-173xx-kmod.spec
Log Message:
Update to 173.14.18 (stable)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 27 Jan 2009 10:23:57 -0000 1.3
+++ sources 17 Mar 2009 17:06:58 -0000 1.4
@@ -1 +1 @@
-cc0d76ce2acf6848dbe6ab0433358930 nvidia-kmod-data-173.14.16.tar.bz2
+88444ba1c5c95fd90f527f8b89078499 nvidia-kmod-data-173.14.18.tar.bz2
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-10/nvidia-173xx-kmod.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nvidia-173xx-kmod.spec 24 Feb 2009 15:44:54 -0000 1.13
+++ nvidia-173xx-kmod.spec 17 Mar 2009 17:06:58 -0000 1.14
@@ -3,12 +3,12 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: nvidia-173xx-kmod
-Version: 173.14.16
+Version: 173.14.18
# Taken over by kmodtool
-Release: 1%{?dist}.2
+Release: 1%{?dist}
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -26,7 +26,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i586 i686 x86_64
# get the needed BuildRequires (in parts depending on what we build for)
BuildRequires: %{_bindir}/kmodtool
@@ -93,6 +93,10 @@
%changelog
+* Mon Mar 16 2009 kwizart < kwizart at gmail.com > - 173.14.18-1
+- Update to 173.14.18 (stable)
+- Build for i586 again since 173xx doesn't requires sse.
+
* Tue Feb 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.16-1.2
- rebuild for latest Fedora kernel;
15 years, 9 months
rpms/xorg-x11-drv-nvidia-173xx/F-10 xorg-x11-drv-nvidia-173xx.spec, 1.3, 1.4 sources, 1.3, 1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25433
Modified Files:
xorg-x11-drv-nvidia-173xx.spec sources
Log Message:
Update to 173.14.18
Index: xorg-x11-drv-nvidia-173xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-10/xorg-x11-drv-nvidia-173xx.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xorg-x11-drv-nvidia-173xx.spec 27 Jan 2009 10:30:45 -0000 1.3
+++ xorg-x11-drv-nvidia-173xx.spec 17 Mar 2009 16:53:03 -0000 1.4
@@ -7,7 +7,7 @@
%endif
Name: xorg-x11-drv-nvidia-173xx
-Version: 173.14.16
+Version: 173.14.18
Release: 1%{?dist}
Summary: NVIDIA's 173xx serie proprietary display driver for NVIDIA graphic cards
@@ -271,6 +271,9 @@
%changelog
+* Mon Mar 16 2009 kwizart < kwizart at gmail.com > - 173.14.18-1
+- Update to 173.14.18 (stable)
+
* Tue Jan 27 2009 kwizart < kwizart at gmail.com > - 173.14.16-1
- Update to 173.14.16 (beta)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 27 Jan 2009 10:30:45 -0000 1.3
+++ sources 17 Mar 2009 16:53:03 -0000 1.4
@@ -1,2 +1,2 @@
-2ee6c2ed8151639943788d1360db6420 NVIDIA-Linux-x86-173.14.16-pkg0.run
-de9bfd9a84ca2b13a349fac279edcdac NVIDIA-Linux-x86_64-173.14.16-pkg0.run
+480c10f3d861fd2c3cc2a46bccc961a4 NVIDIA-Linux-x86-173.14.18-pkg0.run
+39e26816de3b7d3692d28f9bd396eaf6 NVIDIA-Linux-x86_64-173.14.18-pkg0.run
15 years, 9 months