rpms/pgadmin3/F-10 pgadmin3-1.8.4-optflags.patch, NONE, 1.1 pgadmin3.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Robert Scheck
Author: robert
Update of /cvs/nonfree/rpms/pgadmin3/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17081/F-10
Modified Files:
.cvsignore sources
Added Files:
pgadmin3-1.8.4-optflags.patch pgadmin3.spec
Log Message:
Initial import of pgadmin3 into RPM Fusion because of Fedora license issues with Artistic 1.0 license
pgadmin3-1.8.4-optflags.patch:
--- NEW FILE pgadmin3-1.8.4-optflags.patch ---
Patch to allow $RPM_OPT_FLAGS for usable debuginfo package.
--- pgadmin3-1.8.4/configure 2008-06-04 11:20:25.000000000 +0300
+++ pgadmin3-1.8.4/configure.optflags 2008-07-09 21:58:35.000000000 +0300
@@ -6932,11 +6932,6 @@ echo "${ECHO_T}ok" >&6; }
- # CFLAGS/CXXFLAGS may well contain unwanted settings, so clear them.
- CFLAGS=""
- CXXFLAGS=""
-
-
ac_config_files="$ac_config_files Makefile branding/Makefile i18n/Makefile pgadmin/Makefile pkg/Makefile pkg/debian/Makefile pkg/mac/Makefile pkg/mandrake/Makefile pkg/redhat/Makefile pkg/slackware/Makefile pkg/src/Makefile pkg/suse/Makefile pkg/win32/Makefile xtra/Makefile xtra/pgaevent/Makefile xtra/pgagent/Makefile xtra/wx-build/Makefile"
cat >confcache <<\_ACEOF
--- pgadmin3-1.8.4/configure.ac 2008-06-04 11:20:19.000000000 +0300
+++ pgadmin3-1.8.4/configure.ac.optflags 2008-07-09 21:58:16.000000000 +0300
@@ -58,8 +58,6 @@ CHECK_LIBXML2
LOCATE_LIBXSLT
SETUP_LIBXSLT
-CLEANUP
-
AC_CONFIG_FILES([Makefile
branding/Makefile
i18n/Makefile
--- NEW FILE pgadmin3.spec ---
Summary: Graphical client for PostgreSQL
Name: pgadmin3
Version: 1.8.4
Release: 5%{?dist}
License: Artistic
Group: Applications/Databases
URL: http://www.pgadmin.org/
Source: ftp://ftp.postgresql.org/pub/%{name}/release/v%{version}/src/%{name}-%{ve...
Patch0: pgadmin3-1.8.4-optflags.patch
Requires: wxGTK
BuildRequires: wxGTK-devel, postgresql-devel, desktop-file-utils, openssl-devel, libxslt-devel
Obsoletes: pgadmin3-docs <= 1.8.4-4
Provides: pgadmin3-docs <= 1.8.4-4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
pgAdmin III is a powerful administration and development
platform for the PostgreSQL database, free for any use. It
is designed to answer the needs of all users, from writing
simple SQL queries to developing complex databases. The
graphical interface supports all PostgreSQL features and
makes administration easy.
The application also includes a syntax highlighting SQL
editor, a server-side code editor, a SQL/batch/shell job
scheduling agent, support for the Slony-I replication
engine and much more. No additional drivers are required
to communicate with the database server.
%prep
%setup -q
# Touch to avoid autotools re-run
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
%build
export LIBS="-lwx_gtk2u_core-2.8"
%configure --disable-debug --disable-dependency-tracking --with-wx-version=2.8 --with-wx=%{_prefix}
make %{?_smp_mflags} all
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
install -p -m 644 pkg/debian/pgadmin3.xpm $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.xpm
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
%if 0%{?rhel}
--vendor="" \
%endif
--add-category Development pkg/%{name}.desktop
# Convert changelog, fix incorrect end-of-line encoding
iconv -f iso-8859-1 -t utf-8 -o CHANGELOG.utf8 CHANGELOG
sed -i 's/\r$//' CHANGELOG.utf8
touch -c -r CHANGELOG CHANGELOG.utf8
mv -f CHANGELOG.utf8 CHANGELOG
# Fix incorrect end-of-line encoding
for file in docs/*/tips.txt; do
cp -p $file $file.old; sed -i 's/\r$//' $file
touch -c -r $file.old $file; rm -f $file.old
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 $RPM_BUILD_ROOT%{_datadir}/%{name}/i18n/{*,.}/wxstd.mo
# Correct permissions to solve rpmlint debuginfo noise
chmod 644 pgadmin/include/images/{package,synonym}{,s}.xpm
# Move locales to their correct place
mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale
mv -f $RPM_BUILD_ROOT%{_datadir}/%{name}/i18n/??_?? $RPM_BUILD_ROOT%{_datadir}/locale
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root)
%doc BUGS CHANGELOG LICENSE README docs/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*
%changelog
* 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
* Sun Jan 04 2009 Robert Scheck <robert(a)fedoraproject.org> 1.8.4-4
- Moving from Fedora to RPM Fusion (#300, RHBZ #473748)
* Wed Dec 31 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.4-3
- Rebuilt for Fedora 10
* Mon Jul 14 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.8.4-2
- Use $RPM_OPT_FLAGS, build with dependency tracking disabled (#229054).
* Wed Jun 4 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.4-1
- Update to 1.8.4
* Tue Jun 3 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.3-1
- Update to 1.8.3
* Fri Feb 1 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.2-1
- Update to 1.8.2
* Fri Jan 4 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.1-1
- Update to 1.8.1
* Wed Dec 05 2007 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.0-2
- Rebuild for openssl bump
* Wed Nov 14 2007 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.0-1
- Update to 1.8.0
- Fix requires and buildrequires
- Improve description
- Added -docs subpackage
- add 2 new configure options, per upstream
- Fix path for xpm file
* Wed Apr 04 2007 Warren Togami <wtogami(a)redhat.com> - 1.6.3-1
- 1.6.3
* Thu Dec 28 2006 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.6.1-2
- A couple of minor fixes to get things building in rawhide.
* Tue Dec 05 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.6.1-1
- Update for 1.6.1. Now needs wxGTK 2.7+
* Mon Oct 09 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-6
- Rebuild for FC6
* Tue Aug 29 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-5
- Should have Developement and keeping this version one ahead for
upgrading in FC-6
* Mon Aug 28 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-3
- Moved icon to Devel and updated for FC-6
* Sat Jul 30 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-2
- Removed gcc41 patch
* Sat Jul 29 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-1
- Updated to latest
- Sorry for delay
* Wed Feb 16 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.1-2
- Applied Dennis' fixes according to Bug #181632
* Wed Feb 15 2006 Dennis Gilmore <dennis(a)ausil.us> - 1.4.1-1
- update to 1.4.1
* Thu Dec 8 2005 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.0-2
- Removed specific lib includes, not needed anymore
* Wed Dec 7 2005 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.0-1
- Updated to latest release
* Sun May 22 2005 Jeremy Katz <katzj(a)redhat.com> - 1.0.2-5
- rebuild on all arches
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Thu Oct 07 2004 Nils O. Selåsdal <NOS|at|Utel.no> - 0:1.0.2-0.fdr.3
- include LICENCE.txt BUGS.txt README.txt
- Use master location in Source
- Don't --delete-original .desktop file.
* Thu Oct 07 2004 Nils O. Selåsdal <NOS|at|Utel.no> - 0:1.0.2-0.fdr.2
- Don't own _datadir/applications/
- Fedora -> fedora for .desktop file
- Use _smp_mflags for make
* Wed Oct 06 2004 Nils O. Selåsdal <NOS|at|Utel.no> - 0:1.0.2-0.fdr.1
- Initial RPM
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/pgadmin3/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 7 Jan 2009 06:10:31 -0000 1.1
+++ .cvsignore 7 Jan 2009 09:05:24 -0000 1.2
@@ -0,0 +1 @@
+pgadmin3-1.8.4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pgadmin3/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 7 Jan 2009 06:10:31 -0000 1.1
+++ sources 7 Jan 2009 09:05:24 -0000 1.2
@@ -0,0 +1 @@
+12fc6027f651788615a7fa1c6ddbcdb3 pgadmin3-1.8.4.tar.gz
15 years, 10 months
rpms/pgadmin3/devel pgadmin3-1.8.4-optflags.patch, NONE, 1.1 pgadmin3.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Robert Scheck
Author: robert
Update of /cvs/nonfree/rpms/pgadmin3/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17081/devel
Modified Files:
.cvsignore sources
Added Files:
pgadmin3-1.8.4-optflags.patch pgadmin3.spec
Log Message:
Initial import of pgadmin3 into RPM Fusion because of Fedora license issues with Artistic 1.0 license
pgadmin3-1.8.4-optflags.patch:
--- NEW FILE pgadmin3-1.8.4-optflags.patch ---
Patch to allow $RPM_OPT_FLAGS for usable debuginfo package.
--- pgadmin3-1.8.4/configure 2008-06-04 11:20:25.000000000 +0300
+++ pgadmin3-1.8.4/configure.optflags 2008-07-09 21:58:35.000000000 +0300
@@ -6932,11 +6932,6 @@ echo "${ECHO_T}ok" >&6; }
- # CFLAGS/CXXFLAGS may well contain unwanted settings, so clear them.
- CFLAGS=""
- CXXFLAGS=""
-
-
ac_config_files="$ac_config_files Makefile branding/Makefile i18n/Makefile pgadmin/Makefile pkg/Makefile pkg/debian/Makefile pkg/mac/Makefile pkg/mandrake/Makefile pkg/redhat/Makefile pkg/slackware/Makefile pkg/src/Makefile pkg/suse/Makefile pkg/win32/Makefile xtra/Makefile xtra/pgaevent/Makefile xtra/pgagent/Makefile xtra/wx-build/Makefile"
cat >confcache <<\_ACEOF
--- pgadmin3-1.8.4/configure.ac 2008-06-04 11:20:19.000000000 +0300
+++ pgadmin3-1.8.4/configure.ac.optflags 2008-07-09 21:58:16.000000000 +0300
@@ -58,8 +58,6 @@ CHECK_LIBXML2
LOCATE_LIBXSLT
SETUP_LIBXSLT
-CLEANUP
-
AC_CONFIG_FILES([Makefile
branding/Makefile
i18n/Makefile
--- NEW FILE pgadmin3.spec ---
Summary: Graphical client for PostgreSQL
Name: pgadmin3
Version: 1.8.4
Release: 5%{?dist}
License: Artistic
Group: Applications/Databases
URL: http://www.pgadmin.org/
Source: ftp://ftp.postgresql.org/pub/%{name}/release/v%{version}/src/%{name}-%{ve...
Patch0: pgadmin3-1.8.4-optflags.patch
Requires: wxGTK
BuildRequires: wxGTK-devel, postgresql-devel, desktop-file-utils, openssl-devel, libxslt-devel
Obsoletes: pgadmin3-docs <= 1.8.4-4
Provides: pgadmin3-docs <= 1.8.4-4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
pgAdmin III is a powerful administration and development
platform for the PostgreSQL database, free for any use. It
is designed to answer the needs of all users, from writing
simple SQL queries to developing complex databases. The
graphical interface supports all PostgreSQL features and
makes administration easy.
The application also includes a syntax highlighting SQL
editor, a server-side code editor, a SQL/batch/shell job
scheduling agent, support for the Slony-I replication
engine and much more. No additional drivers are required
to communicate with the database server.
%prep
%setup -q
# Touch to avoid autotools re-run
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
%build
export LIBS="-lwx_gtk2u_core-2.8"
%configure --disable-debug --disable-dependency-tracking --with-wx-version=2.8 --with-wx=%{_prefix}
make %{?_smp_mflags} all
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
install -p -m 644 pkg/debian/pgadmin3.xpm $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.xpm
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
%if 0%{?rhel}
--vendor="" \
%endif
--add-category Development pkg/%{name}.desktop
# Convert changelog, fix incorrect end-of-line encoding
iconv -f iso-8859-1 -t utf-8 -o CHANGELOG.utf8 CHANGELOG
sed -i 's/\r$//' CHANGELOG.utf8
touch -c -r CHANGELOG CHANGELOG.utf8
mv -f CHANGELOG.utf8 CHANGELOG
# Fix incorrect end-of-line encoding
for file in docs/*/tips.txt; do
cp -p $file $file.old; sed -i 's/\r$//' $file
touch -c -r $file.old $file; rm -f $file.old
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 $RPM_BUILD_ROOT%{_datadir}/%{name}/i18n/{*,.}/wxstd.mo
# Correct permissions to solve rpmlint debuginfo noise
chmod 644 pgadmin/include/images/{package,synonym}{,s}.xpm
# Move locales to their correct place
mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale
mv -f $RPM_BUILD_ROOT%{_datadir}/%{name}/i18n/??_?? $RPM_BUILD_ROOT%{_datadir}/locale
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root)
%doc BUGS CHANGELOG LICENSE README docs/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*
%changelog
* 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
* Sun Jan 04 2009 Robert Scheck <robert(a)fedoraproject.org> 1.8.4-4
- Moving from Fedora to RPM Fusion (#300, RHBZ #473748)
* Wed Dec 31 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.4-3
- Rebuilt for Fedora 10
* Mon Jul 14 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.8.4-2
- Use $RPM_OPT_FLAGS, build with dependency tracking disabled (#229054).
* Wed Jun 4 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.4-1
- Update to 1.8.4
* Tue Jun 3 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.3-1
- Update to 1.8.3
* Fri Feb 1 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.2-1
- Update to 1.8.2
* Fri Jan 4 2008 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.1-1
- Update to 1.8.1
* Wed Dec 05 2007 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.0-2
- Rebuild for openssl bump
* Wed Nov 14 2007 Devrim GUNDUZ <devrim(a)commandprompt.com> 1.8.0-1
- Update to 1.8.0
- Fix requires and buildrequires
- Improve description
- Added -docs subpackage
- add 2 new configure options, per upstream
- Fix path for xpm file
* Wed Apr 04 2007 Warren Togami <wtogami(a)redhat.com> - 1.6.3-1
- 1.6.3
* Thu Dec 28 2006 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 1.6.1-2
- A couple of minor fixes to get things building in rawhide.
* Tue Dec 05 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.6.1-1
- Update for 1.6.1. Now needs wxGTK 2.7+
* Mon Oct 09 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-6
- Rebuild for FC6
* Tue Aug 29 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-5
- Should have Developement and keeping this version one ahead for
upgrading in FC-6
* Mon Aug 28 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-3
- Moved icon to Devel and updated for FC-6
* Sat Jul 30 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-2
- Removed gcc41 patch
* Sat Jul 29 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.3-1
- Updated to latest
- Sorry for delay
* Wed Feb 16 2006 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.1-2
- Applied Dennis' fixes according to Bug #181632
* Wed Feb 15 2006 Dennis Gilmore <dennis(a)ausil.us> - 1.4.1-1
- update to 1.4.1
* Thu Dec 8 2005 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.0-2
- Removed specific lib includes, not needed anymore
* Wed Dec 7 2005 Gavin Henry <ghenry(a)suretecsystems.com> - 1.4.0-1
- Updated to latest release
* Sun May 22 2005 Jeremy Katz <katzj(a)redhat.com> - 1.0.2-5
- rebuild on all arches
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Thu Oct 07 2004 Nils O. Selåsdal <NOS|at|Utel.no> - 0:1.0.2-0.fdr.3
- include LICENCE.txt BUGS.txt README.txt
- Use master location in Source
- Don't --delete-original .desktop file.
* Thu Oct 07 2004 Nils O. Selåsdal <NOS|at|Utel.no> - 0:1.0.2-0.fdr.2
- Don't own _datadir/applications/
- Fedora -> fedora for .desktop file
- Use _smp_mflags for make
* Wed Oct 06 2004 Nils O. Selåsdal <NOS|at|Utel.no> - 0:1.0.2-0.fdr.1
- Initial RPM
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/pgadmin3/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 7 Jan 2009 06:10:31 -0000 1.1
+++ .cvsignore 7 Jan 2009 09:05:25 -0000 1.2
@@ -0,0 +1 @@
+pgadmin3-1.8.4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pgadmin3/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 7 Jan 2009 06:10:31 -0000 1.1
+++ sources 7 Jan 2009 09:05:25 -0000 1.2
@@ -0,0 +1 @@
+12fc6027f651788615a7fa1c6ddbcdb3 pgadmin3-1.8.4.tar.gz
15 years, 10 months
rpms/pgadmin3/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/pgadmin3/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsOr7851/rpms/pgadmin3/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module pgadmin3
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: pgadmin3
# $Id: Makefile,v 1.1 2009/01/07 06:10:31 thl Exp $
NAME := pgadmin3
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, 10 months
rpms/pgadmin3 Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/pgadmin3
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsOr7851/rpms/pgadmin3
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module pgadmin3
--- NEW FILE Makefile ---
# Top level Makefile for module pgadmin3
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, 10 months
rpms/pgadmin3/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/pgadmin3/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsOr7851/rpms/pgadmin3/devel
Log Message:
Directory /cvs/nonfree/rpms/pgadmin3/devel added to the repository
15 years, 10 months
rpms/pgadmin3 - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/pgadmin3
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsOr7851/rpms/pgadmin3
Log Message:
Directory /cvs/nonfree/rpms/pgadmin3 added to the repository
15 years, 10 months
rpms/mplayer/F-9 .cvsignore, 1.3, 1.4 mplayer-x86_32-compile.patch, 1.1, 1.2 mplayer.spec, 1.5, 1.6 sources, 1.4, 1.5 mplayer-CVE-2008-3827.patch, 1.1, NONE mplayer-backing-store.patch, 1.1, NONE mplayer-dvb.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18869
Modified Files:
.cvsignore mplayer-x86_32-compile.patch mplayer.spec sources
Removed Files:
mplayer-CVE-2008-3827.patch mplayer-backing-store.patch
mplayer-dvb.patch
Log Message:
* Tue Jan 06 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.100.20081218svn
- 20081218 snapshot
- dropped obsolete/upstreamed patches
- dropped .sh extension from shell scripts in %{_bindir}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 12 Oct 2008 20:52:05 -0000 1.3
+++ .cvsignore 6 Jan 2009 23:24:20 -0000 1.4
@@ -1,2 +1,2 @@
-mplayer-export-2008-09-03.tar.bz2
+mplayer-export-2008-12-18.tar.bz2
Blue-1.7.tar.bz2
mplayer-x86_32-compile.patch:
Index: mplayer-x86_32-compile.patch
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/mplayer-x86_32-compile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mplayer-x86_32-compile.patch 19 Aug 2008 00:08:33 -0000 1.1
+++ mplayer-x86_32-compile.patch 6 Jan 2009 23:24:20 -0000 1.2
@@ -1,27 +1,11 @@
-diff -up mplayer-export-2008-05-31/libavcodec/Makefile.compile mplayer-export-2008-05-31/libavcodec/Makefile
---- mplayer-export-2008-05-31/libavcodec/Makefile.compile 2008-05-31 16:32:11.000000000 +0200
-+++ mplayer-export-2008-05-31/libavcodec/Makefile 2008-06-11 07:47:18.000000000 +0200
-@@ -91,6 +91,11 @@ OBJS-$(CONFIG_H263I_DECODER) +
- OBJS-$(CONFIG_H263_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
- OBJS-$(CONFIG_H263P_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
- OBJS-$(CONFIG_H264_DECODER) += h264.o h264idct.o h264pred.o h264_parser.o cabac.o golomb.o mpegvideo.o error_resilience.o
-+# to "fix" can't find a register in class 'GENERAL_REGS' while reloading 'asm'
-+# on ix86 in cabac.h
+diff -up mplayer-export-2008-12-18/libavcodec/Makefile.compile mplayer-export-2008-12-18/libavcodec/Makefile
+--- mplayer-export-2008-12-18/libavcodec/Makefile.compile 2008-12-17 01:54:54.000000000 +0100
++++ mplayer-export-2008-12-18/libavcodec/Makefile 2008-12-18 19:44:49.000000000 +0100
+@@ -505,3 +505,7 @@ include $(SUBDIR)../subdir.mak
+
+ $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o
+ $(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fdctref.o
+ifeq ($(ARCH_X86_32),yes)
-+h264.o: CFLAGS += -fomit-frame-pointer
++$(SUBDIR)i386/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
++$(SUBDIR)h264.o: CFLAGS += -fomit-frame-pointer
+endif
- OBJS-$(CONFIG_H264_ENCODER) += h264enc.o h264dspenc.o
- OBJS-$(CONFIG_HUFFYUV_DECODER) += huffyuv.o
- OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o
-@@ -395,6 +400,11 @@ OBJS-$(CONFIG_ENCODERS) +
- OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
- OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o
- OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
-+# to "fix" can't find a register in class 'GENERAL_REGS' while reloading 'asm'
-+# on ix86 in snowdsp_mmx.o
-+ifeq ($(ARCH_X86_32),yes)
-+i386/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
-+endif
- OBJS-$(CONFIG_VC1_DECODER) += i386/vc1dsp_mmx.o
- OBJS-$(CONFIG_VP3_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
- OBJS-$(CONFIG_VP5_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/mplayer.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mplayer.spec 24 Nov 2008 23:17:19 -0000 1.5
+++ mplayer.spec 6 Jan 2009 23:24:20 -0000 1.6
@@ -1,12 +1,12 @@
%define codecdir %{_libdir}/codecs
-%define pre 20080903svn
+%define pre 20081218svn
%define svn 1
-%define svnbuild 2008-09-03
+%define svnbuild 2008-12-18
%define faad2min 1:2.6.1
Name: mplayer
Version: 1.0
-Release: 0.99.%{pre}%{?dist}
+Release: 0.100.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
Group: Applications/Multimedia
@@ -25,12 +25,7 @@
Patch8: %{name}-manlinks.patch
Patch10: %{name}-qcelp.patch
Patch12: %{name}-man-zh_CN.patch
-Patch13: %{name}-CVE-2008-3827.patch
Patch14: %{name}-nodvdcss.patch
-# SVN r27892, r27893, r27897
-Patch15: %{name}-dvb.patch
-# SVN r27849
-Patch16: %{name}-backing-store.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel
@@ -200,10 +195,7 @@
%patch8 -p1 -b .manlinks
%patch10 -p1 -b .qclp
%patch12 -p1 -b .man-zh_CN
-%patch13 -p0 -b .cve
%patch14 -p1 -b .nodvdcss
-%patch15 -p1 -b .dvb
-%patch16 -p1 -b .bs
doconv() {
iconv -f $1 -t $2 -o DOCS/man/$3/mplayer.1.utf8 DOCS/man/$3/mplayer.1 && \
@@ -243,7 +235,7 @@
make install DESTDIR=$RPM_BUILD_ROOT STRIPBINARIES=no
for file in aconvert.sh midentify.sh ; do
-install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/
+install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/`basename $file .sh`
done
# Clean up documentation
@@ -303,8 +295,8 @@
%config(noreplace) %{_sysconfdir}/mplayer/mplayer.conf
%config(noreplace) %{_sysconfdir}/mplayer/input.conf
%config(noreplace) %{_sysconfdir}/mplayer/menu.conf
-%{_bindir}/aconvert.sh
-%{_bindir}/midentify.sh
+%{_bindir}/aconvert
+%{_bindir}/midentify
%{_bindir}/mplayer
%dir %{codecdir}/
%dir %{_datadir}/mplayer/
@@ -354,6 +346,11 @@
%changelog
+* Tue Jan 06 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.100.20081218svn
+- 20081218 snapshot
+- dropped obsolete/upstreamed patches
+- dropped .sh extension from shell scripts in %%{_bindir}
+
* Sun Nov 23 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.99.20080903svn
- fix broken terminal after using dvb input (bug #117)
- disable backing store (fixes tearing on Xorg Xserver 1.5.x)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 16 Oct 2008 20:05:59 -0000 1.4
+++ sources 6 Jan 2009 23:24:20 -0000 1.5
@@ -1,2 +1,2 @@
e4e2020d11b681aac898103b3ba723c4 Blue-1.7.tar.bz2
-756a884bb62230cdc7a0736b5c60d723 mplayer-export-2008-09-03.tar.bz2
+a1034c489750f70af6e7696a0cd509c7 mplayer-export-2008-12-18.tar.bz2
--- mplayer-CVE-2008-3827.patch DELETED ---
--- mplayer-backing-store.patch DELETED ---
--- mplayer-dvb.patch DELETED ---
15 years, 10 months
rpms/mplayer/F-10 .cvsignore, 1.6, 1.7 mplayer-x86_32-compile.patch, 1.1, 1.2 mplayer.spec, 1.10, 1.11 sources, 1.7, 1.8 mplayer-CVE-2008-3827.patch, 1.1, NONE mplayer-backing-store.patch, 1.1, NONE mplayer-dvb.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15640
Modified Files:
.cvsignore mplayer-x86_32-compile.patch mplayer.spec sources
Removed Files:
mplayer-CVE-2008-3827.patch mplayer-backing-store.patch
mplayer-dvb.patch
Log Message:
* Tue Jan 06 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.104.20081218svn
- 20081218 snapshot
- dropped obsolete/upstreamed patches
- dropped .sh extension from shell scripts in %{_bindir}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-10/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 10 Sep 2008 19:37:04 -0000 1.6
+++ .cvsignore 6 Jan 2009 22:25:22 -0000 1.7
@@ -1,2 +1,2 @@
-mplayer-export-2008-09-03.tar.bz2
+mplayer-export-2008-12-18.tar.bz2
Blue-1.7.tar.bz2
mplayer-x86_32-compile.patch:
Index: mplayer-x86_32-compile.patch
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-10/mplayer-x86_32-compile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mplayer-x86_32-compile.patch 9 Aug 2008 09:32:32 -0000 1.1
+++ mplayer-x86_32-compile.patch 6 Jan 2009 22:25:22 -0000 1.2
@@ -1,27 +1,11 @@
-diff -up mplayer-export-2008-05-31/libavcodec/Makefile.compile mplayer-export-2008-05-31/libavcodec/Makefile
---- mplayer-export-2008-05-31/libavcodec/Makefile.compile 2008-05-31 16:32:11.000000000 +0200
-+++ mplayer-export-2008-05-31/libavcodec/Makefile 2008-06-11 07:47:18.000000000 +0200
-@@ -91,6 +91,11 @@ OBJS-$(CONFIG_H263I_DECODER) +
- OBJS-$(CONFIG_H263_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
- OBJS-$(CONFIG_H263P_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
- OBJS-$(CONFIG_H264_DECODER) += h264.o h264idct.o h264pred.o h264_parser.o cabac.o golomb.o mpegvideo.o error_resilience.o
-+# to "fix" can't find a register in class 'GENERAL_REGS' while reloading 'asm'
-+# on ix86 in cabac.h
+diff -up mplayer-export-2008-12-18/libavcodec/Makefile.compile mplayer-export-2008-12-18/libavcodec/Makefile
+--- mplayer-export-2008-12-18/libavcodec/Makefile.compile 2008-12-17 01:54:54.000000000 +0100
++++ mplayer-export-2008-12-18/libavcodec/Makefile 2008-12-18 19:44:49.000000000 +0100
+@@ -505,3 +505,7 @@ include $(SUBDIR)../subdir.mak
+
+ $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o
+ $(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fdctref.o
+ifeq ($(ARCH_X86_32),yes)
-+h264.o: CFLAGS += -fomit-frame-pointer
++$(SUBDIR)i386/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
++$(SUBDIR)h264.o: CFLAGS += -fomit-frame-pointer
+endif
- OBJS-$(CONFIG_H264_ENCODER) += h264enc.o h264dspenc.o
- OBJS-$(CONFIG_HUFFYUV_DECODER) += huffyuv.o
- OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o
-@@ -395,6 +400,11 @@ OBJS-$(CONFIG_ENCODERS) +
- OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
- OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o
- OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
-+# to "fix" can't find a register in class 'GENERAL_REGS' while reloading 'asm'
-+# on ix86 in snowdsp_mmx.o
-+ifeq ($(ARCH_X86_32),yes)
-+i386/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
-+endif
- OBJS-$(CONFIG_VC1_DECODER) += i386/vc1dsp_mmx.o
- OBJS-$(CONFIG_VP3_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
- OBJS-$(CONFIG_VP5_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-10/mplayer.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mplayer.spec 24 Nov 2008 23:19:21 -0000 1.10
+++ mplayer.spec 6 Jan 2009 22:25:22 -0000 1.11
@@ -1,12 +1,12 @@
%define codecdir %{_libdir}/codecs
-%define pre 20080903svn
+%define pre 20081218svn
%define svn 1
-%define svnbuild 2008-09-03
+%define svnbuild 2008-12-18
%define faad2min 1:2.6.1
Name: mplayer
Version: 1.0
-Release: 0.103.%{pre}%{?dist}
+Release: 0.104.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
Group: Applications/Multimedia
@@ -25,12 +25,7 @@
Patch8: %{name}-manlinks.patch
Patch10: %{name}-qcelp.patch
Patch12: %{name}-man-zh_CN.patch
-Patch13: %{name}-CVE-2008-3827.patch
Patch14: %{name}-nodvdcss.patch
-# SVN r27892, r27893, r27897
-Patch15: %{name}-dvb.patch
-# SVN r27849
-Patch16: %{name}-backing-store.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel
@@ -200,10 +195,7 @@
%patch8 -p1 -b .manlinks
%patch10 -p1 -b .qclp
%patch12 -p1 -b .man-zh_CN
-%patch13 -p0 -b .cve
%patch14 -p1 -b .nodvdcss
-%patch15 -p1 -b .dvb
-%patch16 -p1 -b .bs
doconv() {
iconv -f $1 -t $2 -o DOCS/man/$3/mplayer.1.utf8 DOCS/man/$3/mplayer.1 && \
@@ -243,7 +235,7 @@
make install DESTDIR=$RPM_BUILD_ROOT STRIPBINARIES=no
for file in aconvert.sh midentify.sh ; do
-install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/
+install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/`basename $file .sh`
done
# Clean up documentation
@@ -303,8 +295,8 @@
%config(noreplace) %{_sysconfdir}/mplayer/mplayer.conf
%config(noreplace) %{_sysconfdir}/mplayer/input.conf
%config(noreplace) %{_sysconfdir}/mplayer/menu.conf
-%{_bindir}/aconvert.sh
-%{_bindir}/midentify.sh
+%{_bindir}/aconvert
+%{_bindir}/midentify
%{_bindir}/mplayer
%dir %{codecdir}/
%dir %{_datadir}/mplayer/
@@ -354,6 +346,11 @@
%changelog
+* Tue Jan 06 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.104.20081218svn
+- 20081218 snapshot
+- dropped obsolete/upstreamed patches
+- dropped .sh extension from shell scripts in %%{_bindir}
+
* Sun Nov 23 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.103.20080903svn
- fix broken terminal after using dvb input (bug #117)
- disable backing store (fixes tearing on Xorg Xserver 1.5.x)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 16 Oct 2008 20:03:52 -0000 1.7
+++ sources 6 Jan 2009 22:25:22 -0000 1.8
@@ -1,2 +1,2 @@
e4e2020d11b681aac898103b3ba723c4 Blue-1.7.tar.bz2
-756a884bb62230cdc7a0736b5c60d723 mplayer-export-2008-09-03.tar.bz2
+a1034c489750f70af6e7696a0cd509c7 mplayer-export-2008-12-18.tar.bz2
--- mplayer-CVE-2008-3827.patch DELETED ---
--- mplayer-backing-store.patch DELETED ---
--- mplayer-dvb.patch DELETED ---
15 years, 10 months
rpms/mplayer/devel mplayer.spec,1.12,1.13
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14797
Modified Files:
mplayer.spec
Log Message:
drop .sh extension from shell scripts in %%{_bindir}
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mplayer.spec 18 Dec 2008 19:32:41 -0000 1.12
+++ mplayer.spec 6 Jan 2009 22:09:52 -0000 1.13
@@ -235,7 +235,7 @@
make install DESTDIR=$RPM_BUILD_ROOT STRIPBINARIES=no
for file in aconvert.sh midentify.sh ; do
-install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/
+install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/`basename $file .sh`
done
# Clean up documentation
@@ -295,8 +295,8 @@
%config(noreplace) %{_sysconfdir}/mplayer/mplayer.conf
%config(noreplace) %{_sysconfdir}/mplayer/input.conf
%config(noreplace) %{_sysconfdir}/mplayer/menu.conf
-%{_bindir}/aconvert.sh
-%{_bindir}/midentify.sh
+%{_bindir}/aconvert
+%{_bindir}/midentify
%{_bindir}/mplayer
%dir %{codecdir}/
%dir %{_datadir}/mplayer/
@@ -346,6 +346,9 @@
%changelog
+* ??? Jan ?? 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.105.???
+- dropped .sh extension from shell scripts in %%{_bindir}
+
* Thu Dec 18 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.104.20081218svn
- 20081218 snapshot
- dropped obsolete/upstreamed patches
15 years, 10 months
rpms/iscsitarget-kmod/F-8 iscsitarget-kmod.spec,1.6,1.7
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/iscsitarget-kmod/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11745
Modified Files:
iscsitarget-kmod.spec
Log Message:
build for newest
Index: iscsitarget-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/iscsitarget-kmod/F-8/iscsitarget-kmod.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iscsitarget-kmod.spec 6 Jan 2009 20:52:09 -0000 1.6
+++ iscsitarget-kmod.spec 6 Jan 2009 21:18:46 -0000 1.7
@@ -3,7 +3,7 @@
# "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 current
+%define buildforkernels newest
# Release code won't build for newer kernels
%define patchlevel svn147
15 years, 10 months