rpms/xdesktopwaves/devel xdesktopwaves.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: mschwendt
Update of /cvs/extras/rpms/xdesktopwaves/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv6231/devel
Modified Files:
.cvsignore sources
Added Files:
xdesktopwaves.spec
Log Message:
auto-import xdesktopwaves-1.2-1 on branch devel from xdesktopwaves-1.2-1.src.rpm
--- NEW FILE xdesktopwaves.spec ---
# $Id: xdesktopwaves.spec,v 1.4 2004/12/07 07:32:08 adrian Exp $
Name: xdesktopwaves
Version: 1.2
Release: 1
Summary: Simulation of water waves on the X Window System desktop
License: GPL
Group: Amusements/Graphics
URL: http://xdesktopwaves.sf.net/
Source: http://dl.sf.net/xdesktopwaves/xdesktopwaves-1.2.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xorg-x11-devel, desktop-file-utils
%description
xdesktopwaves is a cellular automata setting the background of your X
Window System desktop under water. Windows and mouse are like ships on
the sea. Each movement of these ends up in moving water waves. You can
even have rain and/or storm stirring up the water.
%prep
%setup -q
%build
%{__make} CFLAGS="$RPM_OPT_FLAGS -I/usr/X11R6/include" \
LFLAGS="-L/usr/X11R6/%{_lib}" %{?_smp_mflags}
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
%{__mkdir_p} $RPM_BUILD_ROOT{%{_datadir}/applications,%{_datadir}/pixmaps}
%{__make} install BINDIR=$RPM_BUILD_ROOT%{_bindir} MAN1DIR=$RPM_BUILD_ROOT%{_mandir}/man1
%{__cp} -p %{name}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
cat > %{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=xdesktopwaves
Type=Application
Comment=Simulation of water waves on the X Window System desktop
Exec=xdesktopwaves
Icon=xdesktopwaves.xpm
Terminal=false
EOF
desktop-file-install --vendor fedora --delete-original \
--dir %{buildroot}%{_datadir}/applications \
--add-category X-Fedora \
--add-category Application \
--add-category Graphics \
%{name}.desktop
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%changelog
* Wed Jan 5 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-1
- Make with proper LFLAGS to support /usr/X11R6/lib64 location
(fix confirmed as necessary via Matthias Saou's package).
* Tue Dec 07 2004 Adrian Reber <adrian(a)lisas.de> - 0:1.2-0.fdr.1
- updated to 1.2
* Mon Nov 22 2004 Adrian Reber <adrian(a)lisas.de> - 0:1.0-0.fdr.1
- initial package
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xdesktopwaves/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 5 Jan 2005 09:19:26 -0000 1.1
+++ .cvsignore 5 Jan 2005 09:20:15 -0000 1.2
@@ -0,0 +1 @@
+xdesktopwaves-1.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xdesktopwaves/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 5 Jan 2005 09:19:26 -0000 1.1
+++ sources 5 Jan 2005 09:20:15 -0000 1.2
@@ -0,0 +1 @@
+a91384eab6050402fd2112124ea7c8bb xdesktopwaves-1.2.tar.gz
18 years, 2 months
rpms/xdesktopwaves import.log,1.1,1.2
by fedora-extras-commits@redhat.com
Author: mschwendt
Update of /cvs/extras/rpms/xdesktopwaves
In directory cvs.fedora.redhat.com:/tmp/cvs-serv6231
Modified Files:
import.log
Log Message:
auto-import xdesktopwaves-1.2-1 on branch devel from xdesktopwaves-1.2-1.src.rpm
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/xdesktopwaves/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log 5 Jan 2005 09:19:26 -0000 1.1
+++ import.log 5 Jan 2005 09:20:15 -0000 1.2
@@ -0,0 +1 @@
+xdesktopwaves-1_2-1:HEAD:xdesktopwaves-1.2-1.src.rpm:1104916833
18 years, 2 months
rpms/xdesktopwaves/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by fedora-extras-commits@redhat.com
Author: mschwendt
Update of /cvs/extras/rpms/xdesktopwaves/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv6135/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xdesktopwaves
--- NEW FILE .cvsignore ---
***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
--- NEW FILE sources ---
18 years, 2 months
rpms/xdesktopwaves Makefile,NONE,1.1 import.log,NONE,1.1
by fedora-extras-commits@redhat.com
Author: mschwendt
Update of /cvs/extras/rpms/xdesktopwaves
In directory cvs.fedora.redhat.com:/tmp/cvs-serv6135
Added Files:
Makefile import.log
Log Message:
Setup of module xdesktopwaves
--- NEW FILE Makefile ---
# Top level Makefile for module xdesktopwaves
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 ---
18 years, 2 months
rpms/xdesktopwaves/devel - New directory
by fedora-extras-commits@redhat.com
Author: mschwendt
Update of /cvs/extras/rpms/xdesktopwaves/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv6075/xdesktopwaves/devel
Log Message:
Directory /cvs/extras/rpms/xdesktopwaves/devel added to the repository
18 years, 2 months
rpms/xdesktopwaves - New directory
by fedora-extras-commits@redhat.com
Author: mschwendt
Update of /cvs/extras/rpms/xdesktopwaves
In directory cvs.fedora.redhat.com:/tmp/cvs-serv6075/xdesktopwaves
Log Message:
Directory /cvs/extras/rpms/xdesktopwaves added to the repository
18 years, 2 months
rpms/bash-completion/devel bash-completion-openssl-cnf.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 bash-completion.spec, 1.3, 1.4 sources, 1.3, 1.4
by fedora-extras-commits@redhat.com
Author: scop
Update of /cvs/extras/rpms/bash-completion/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv30987
Modified Files:
.cvsignore bash-completion.spec sources
Added Files:
bash-completion-openssl-cnf.patch
Log Message:
Update to 20050103.
bash-completion-openssl-cnf.patch:
--- NEW FILE bash-completion-openssl-cnf.patch ---
--- bash_completion~ 2005-01-04 08:37:42.000000000 +0200
+++ bash_completion 2005-01-05 01:16:06.683299242 +0200
@@ -3179,6 +3179,7 @@
local config
config=/etc/ssl/openssl.cnf
+ [ ! -f $config ] && config=/usr/share/ssl/openssl.cnf
for (( i=2; i < COMP_CWORD; i++ )); do
if [[ "${COMP_WORDS[i]}" == -config ]]; then
config=${COMP_WORDS[i+1]}
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bash-completion/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 8 Nov 2004 04:05:13 -0000 1.3
+++ .cvsignore 4 Jan 2005 23:23:51 -0000 1.4
@@ -1 +1 @@
-bash-completion-20041017.tar.bz2
+bash-completion-20050103.tar.bz2
Index: bash-completion.spec
===================================================================
RCS file: /cvs/extras/rpms/bash-completion/devel/bash-completion.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bash-completion.spec 27 Nov 2004 15:44:30 -0000 1.3
+++ bash-completion.spec 4 Jan 2005 23:23:51 -0000 1.4
@@ -1,14 +1,15 @@
Name: bash-completion
-Version: 20041017
-Release: 5
+Version: 20050103
+Release: 1
Epoch: 0
Summary: Programmable completion for Bash
Group: System Environment/Shells
License: GPL
URL: http://www.caliban.org/bash/
-Source0: http://www.caliban.org/files/bash/bash-completion-20041017.tar.bz2
+Source0: http://www.caliban.org/files/bash/bash-completion-20050103.tar.bz2
Source1: %{name}.profile
+Patch0: %{name}-openssl-cnf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -21,6 +22,7 @@
%prep
%setup -q -n bash_completion
+%patch0
%build
@@ -128,6 +130,9 @@
%changelog
+* Wed Jan 5 2005 Ville Skytt�� <ville.skytta at iki.fi> - 0:20050103-1
+- Update to 20050103.
+
* Sat Nov 27 2004 Ville Skytt�� <ville.skytta at iki.fi> - 0:20041017-5
- Change version scheme, bump release to provide Extras upgrade path.
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bash-completion/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Nov 2004 04:05:13 -0000 1.3
+++ sources 4 Jan 2005 23:23:51 -0000 1.4
@@ -1 +1 @@
-3fd0836127d01606a9dc4262f3e2e1fb bash-completion-20041017.tar.bz2
+0ee7009b18ff862f8a63c2395e5fd100 bash-completion-20050103.tar.bz2
18 years, 2 months
rpms/perl-Test-MockObject/devel .cvsignore, 1.2, 1.3 perl-Test-MockObject.spec, 1.4, 1.5 sources, 1.2, 1.3
by fedora-extras-commits@redhat.com
Author: scop
Update of /cvs/extras/rpms/perl-Test-MockObject/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv24436
Modified Files:
.cvsignore perl-Test-MockObject.spec sources
Log Message:
Sync with 0.15-0.fdr.2 from Jose.
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-MockObject/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 8 Nov 2004 05:09:02 -0000 1.2
+++ .cvsignore 1 Jan 2005 13:17:37 -0000 1.3
@@ -1 +1 @@
-Test-MockObject-0.14.tar.gz
+Test-MockObject-0.15.tar.gz
Index: perl-Test-MockObject.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-MockObject/devel/perl-Test-MockObject.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Test-MockObject.spec 10 Dec 2004 22:03:09 -0000 1.4
+++ perl-Test-MockObject.spec 1 Jan 2005 13:17:37 -0000 1.5
@@ -1,20 +1,20 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-Test-MockObject
-Version: 0.14
-Release: 1
+Version: 0.15
+Release: 2
Epoch: 0
Summary: Perl extension for emulating troublesome interfaces
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Test-MockObject/
-Source: http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-0.14.tar.gz
+Source: http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-0.15.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 1:5.6.1
-BuildRequires: perl(Scalar::Util), perl(Test::Builder), perl(Test::More)
+BuildRequires: perl(Scalar::Util), perl(Test::Simple) >= 0.44
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@@ -54,16 +54,22 @@
%files
%defattr(-,root,root,-)
%doc Changes README
-%{perl_vendorlib}/*
+%{perl_vendorlib}/Test/
%{_mandir}/man3/*.3*
%changelog
+* Tue Dec 28 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.15-2
+- Build requires Test::Simple >= 0.44 (bug 2324).
+
+* Wed Dec 01 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.15-0.fdr.1
+- Update to 0.15.
+
* Tue May 25 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
- Update to 0.14.
- Require perl >= 1:5.6.1 for vendor install dir support.
- Use pure_install to avoid perllocal.pod workarounds.
-- Moved make test to section %check.
+- Moved make test to section %%check.
* Wed Nov 19 2003 Ville Skytt�� <ville.skytta at iki.fi> - 0:0.12-0.fdr.1
- First build.
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-MockObject/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 8 Nov 2004 05:09:02 -0000 1.2
+++ sources 1 Jan 2005 13:17:37 -0000 1.3
@@ -1 +1 @@
-d64b366a3833eea8b6f5f8eabecb2a7f Test-MockObject-0.14.tar.gz
+22f92c6e0797cc3e752293f1f26118ea Test-MockObject-0.15.tar.gz
18 years, 2 months
rpms/perl-ExtUtils-CBuilder/devel .cvsignore, 1.3, 1.4 perl-ExtUtils-CBuilder.spec, 1.5, 1.6 sources, 1.3, 1.4
by fedora-extras-commits@redhat.com
Author: scop
Update of /cvs/extras/rpms/perl-ExtUtils-CBuilder/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv24383
Modified Files:
.cvsignore perl-ExtUtils-CBuilder.spec sources
Log Message:
Sync with 0.06-0.fdr.1 from Jose.
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-CBuilder/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 8 Nov 2004 05:00:02 -0000 1.3
+++ .cvsignore 1 Jan 2005 13:15:00 -0000 1.4
@@ -1 +1 @@
-ExtUtils-CBuilder-0.05.tar.gz
+ExtUtils-CBuilder-0.06.tar.gz
Index: perl-ExtUtils-CBuilder.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-CBuilder/devel/perl-ExtUtils-CBuilder.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-ExtUtils-CBuilder.spec 29 Nov 2004 19:27:00 -0000 1.5
+++ perl-ExtUtils-CBuilder.spec 1 Jan 2005 13:15:00 -0000 1.6
@@ -1,7 +1,7 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-ExtUtils-CBuilder
-Version: 0.05
+Version: 0.06
Release: 1
Epoch: 0
Summary: Compile and link C code for Perl modules
@@ -9,7 +9,7 @@
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/ExtUtils-CBuilder/
-Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-0.05.tar.gz
+Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-0.06.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -56,6 +56,9 @@
%changelog
+* Tue Dec 28 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.06-1
+- Update to 0.06.
+
* Mon Nov 29 2004 Ville Skytt�� <ville.skytta at iki.fi> - 0:0.05-1
- Revert to building with ExtUtils::MakeMaker to eliminate a build
dependency loop with Module::Build.
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-CBuilder/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Nov 2004 05:00:02 -0000 1.3
+++ sources 1 Jan 2005 13:15:00 -0000 1.4
@@ -1 +1 @@
-5a2131578972da0b4914c92a39e6051d ExtUtils-CBuilder-0.05.tar.gz
+3aef9536908deb4194583c3cfd5281b1 ExtUtils-CBuilder-0.06.tar.gz
18 years, 2 months
rpms/perl-Test-MockObject/FC-2 .cvsignore, 1.2, 1.3 perl-Test-MockObject.spec, 1.3, 1.4 sources, 1.2, 1.3
by fedora-extras-commits@redhat.com
Author: scop
Update of /cvs/extras/rpms/perl-Test-MockObject/FC-2
In directory cvs.fedora.redhat.com:/tmp/cvs-serv24200/FC-2
Modified Files:
.cvsignore perl-Test-MockObject.spec sources
Log Message:
auto-import perl-Test-MockObject-0.15-0.fdr.2.2 on branch FC-2 from perl-Test-MockObject-0.15-0.fdr.2.2.src.rpm
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-MockObject/FC-2/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 8 Nov 2004 05:09:02 -0000 1.2
+++ .cvsignore 1 Jan 2005 13:03:22 -0000 1.3
@@ -1 +1 @@
-Test-MockObject-0.14.tar.gz
+Test-MockObject-0.15.tar.gz
Index: perl-Test-MockObject.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-MockObject/FC-2/perl-Test-MockObject.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Test-MockObject.spec 8 Nov 2004 05:09:14 -0000 1.3
+++ perl-Test-MockObject.spec 1 Jan 2005 13:03:22 -0000 1.4
@@ -1,20 +1,20 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-Test-MockObject
-Version: 0.14
-Release: 0.fdr.1.2
+Version: 0.15
+Release: 0.fdr.2.2
Epoch: 0
Summary: Perl extension for emulating troublesome interfaces
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Test-MockObject/
-Source: http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-0.14.tar.gz
+Source: http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-0.15.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 1:5.6.1
-BuildRequires: perl(Scalar::Util), perl(Test::Builder), perl(Test::More)
+BuildRequires: perl(Scalar::Util), perl(Test::Simple) >= 0.44
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@@ -54,16 +54,22 @@
%files
%defattr(-,root,root,-)
%doc Changes README
-%{perl_vendorlib}/*
+%{perl_vendorlib}/Test/
%{_mandir}/man3/*.3*
%changelog
+* Tue Dec 28 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.15-0.fdr.2
+- Build requires Test::Simple >= 0.44 (bug 2324).
+
+* Wed Dec 01 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.15-0.fdr.1
+- Update to 0.15.
+
* Tue May 25 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
- Update to 0.14.
- Require perl >= 1:5.6.1 for vendor install dir support.
- Use pure_install to avoid perllocal.pod workarounds.
-- Moved make test to section %check.
+- Moved make test to section %%check.
* Wed Nov 19 2003 Ville Skytt�� <ville.skytta at iki.fi> - 0:0.12-0.fdr.1
- First build.
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-MockObject/FC-2/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 8 Nov 2004 05:09:02 -0000 1.2
+++ sources 1 Jan 2005 13:03:22 -0000 1.3
@@ -1 +1 @@
-d64b366a3833eea8b6f5f8eabecb2a7f Test-MockObject-0.14.tar.gz
+22f92c6e0797cc3e752293f1f26118ea Test-MockObject-0.15.tar.gz
18 years, 2 months