rpms/straw/devel straw.spec,1.4,1.5
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/straw/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19740/straw/devel
Modified Files:
straw.spec
Log Message:
Remove wrong 80 white space lines, replace with correct newlines.
Index: straw.spec
===================================================================
RCS file: /cvs/extras/rpms/straw/devel/straw.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- straw.spec 14 Feb 2005 15:42:55 -0000 1.4
+++ straw.spec 28 Feb 2005 21:12:57 -0000 1.5
@@ -133,6 +133,6 @@
* Fri Oct 24 2003 Michel Alexandre Salim <salimma[AT]users.sourceforge.net> 0:0.20-0.fdr.0.cvs031027
- CVS build
- removed PyXML dependency
-
+
* Sat May 31 2003 Michel Alexandre Salim <salimma[AT]users.sourceforge.net> 0:0.18.1-0.fdr.1
- Initial RPM release.
17 years, 11 months
rpms/Hermes/devel Hermes.spec,1.5,1.6
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/Hermes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19740/Hermes/devel
Modified Files:
Hermes.spec
Log Message:
Remove wrong 80 white space lines, replace with correct newlines.
Index: Hermes.spec
===================================================================
RCS file: /cvs/extras/rpms/Hermes/devel/Hermes.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Hermes.spec 10 Dec 2004 22:03:00 -0000 1.5
+++ Hermes.spec 28 Feb 2005 21:12:57 -0000 1.6
@@ -3,7 +3,7 @@
Release: 6
Epoch: 0
Summary: HERMES pixel format conversion library.
-
+
Group: System Environment/Libraries
License: LGPL
URL: http://clanlib.org/hermes/
@@ -20,10 +20,10 @@
HERMES is a library designed to convert a source buffer with a specified pixel
format to a destination buffer with possibly a different format at the maximum
possible speed.
-
+
On x86 and MMX architectures, handwritten assembler routines are taking over
the job and doing it lightning fast.
-
+
On top of that, HERMES provides fast surface clearing, stretching and some
dithering. Supported platforms are basically all that have an ANSI C compiler
as there is no platform specific code but those are supported: DOS, Win32
17 years, 11 months
rpms/perl-Cache-Cache/FC-3 perl-Cache-Cache.spec,1.4,1.5
by fedora-extras-commits@redhat.com
Author: jpo
Update of /cvs/extras/rpms/perl-Cache-Cache/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19639
Modified Files:
perl-Cache-Cache.spec
Log Message:
Bring up to date with current fedora.extras perl spec template
Index: perl-Cache-Cache.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Cache-Cache/FC-3/perl-Cache-Cache.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Cache-Cache.spec 1 Feb 2005 09:43:31 -0000 1.4
+++ perl-Cache-Cache.spec 28 Feb 2005 21:10:11 -0000 1.5
@@ -1,17 +1,21 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-Summary: Generic cache interface and implementations
-Name: perl-Cache-Cache
-Version: 1.03
-Release: 1
-License: GPL or Artistic
-Group: Applications/CPAN
-URL: http://search.cpan.org/dist/Cache-Cache/
-Source: http://search.cpan.org/CPAN/authors/id/D/DC/DCLINTON/Cache-Cache-%{versio...
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires: perl(IPC::ShareLite), perl(Digest::SHA1), perl(Error)
-BuildArch: noarch
+Name: perl-Cache-Cache
+Version: 1.03
+Release: 2
+Summary: Generic cache interface and implementations
+
+Group: Development/Libraries
+License: GPL or Artistic
+URL: http://search.cpan.org/dist/Cache-Cache/
+Source0: http://www.cpan.org/authors/id/D/DC/DCLINTON/Cache-Cache-1.03.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch: noarch
+BuildRequires: perl >= 1:5.6.1, perl(Storable)
+BuildRequires: perl(Digest::SHA1), perl(Error), perl(IPC::ShareLite)
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
%description
The Cache modules are designed to assist a developer in persisting data for a
@@ -24,34 +28,41 @@
%prep
-%setup -n Cache-Cache-%{version}
+%setup -q -n Cache-Cache-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS="vendor"
-%{__make} %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%install
-%{__rm} -rf %{buildroot}
-%{__make} pure_install PERL_INSTALL_ROOT="%{buildroot}"
+rm -rf $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w $RPM_BUILD_ROOT/*
+
-# Clean up buildroot
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+%check || :
+make test
-%clean
-%{__rm} -rf %{buildroot}
+%clean
+rm -rf $RPM_BUILD_ROOT
%files
-%defattr(-, root, root, 0755)
-%doc CHANGES COPYING* CREDITS DISCLAIMER README
+%defattr(-,root,root,-)
+%doc CHANGES COPYING CREDITS DISCLAIMER README STYLE
%{perl_vendorlib}/Cache/
%{_mandir}/man3/*.3*
%changelog
+* Mon Feb 28 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-2
+- Bring up to date with current fedora.extras perl spec template.
+
* Tue Feb 1 2005 Matthias Saou <http://freshrpms.net/> 1.03-1
- Merge in changes from Jose Pedro Oliveira's fedora.us package : #146741.
- Update to 1.03.
17 years, 11 months
rpms/aqhbci-qt-tools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by fedora-extras-commits@redhat.com
Author: notting
Update of /cvs/extras/rpms/aqhbci-qt-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19527/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module aqhbci-qt-tools
--- NEW FILE .cvsignore ---
***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
--- NEW FILE sources ---
17 years, 11 months
rpms/aqhbci-qt-tools Makefile,NONE,1.1 import.log,NONE,1.1
by fedora-extras-commits@redhat.com
Author: notting
Update of /cvs/extras/rpms/aqhbci-qt-tools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19527
Added Files:
Makefile import.log
Log Message:
Setup of module aqhbci-qt-tools
--- NEW FILE Makefile ---
# Top level Makefile for module aqhbci-qt-tools
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 ---
17 years, 11 months
rpms/aqhbci-qt-tools/devel - New directory
by fedora-extras-commits@redhat.com
Author: notting
Update of /cvs/extras/rpms/aqhbci-qt-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19449/aqhbci-qt-tools/devel
Log Message:
Directory /cvs/extras/rpms/aqhbci-qt-tools/devel added to the repository
17 years, 11 months
rpms/aqhbci-qt-tools - New directory
by fedora-extras-commits@redhat.com
Author: notting
Update of /cvs/extras/rpms/aqhbci-qt-tools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19449/aqhbci-qt-tools
Log Message:
Directory /cvs/extras/rpms/aqhbci-qt-tools added to the repository
17 years, 11 months
rpms/perl-Cache-Cache/devel perl-Cache-Cache.spec,1.4,1.5
by fedora-extras-commits@redhat.com
Author: jpo
Update of /cvs/extras/rpms/perl-Cache-Cache/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19332
Modified Files:
perl-Cache-Cache.spec
Log Message:
Bring up to date with current fedora.extras perl spec template
Index: perl-Cache-Cache.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Cache-Cache/devel/perl-Cache-Cache.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Cache-Cache.spec 1 Feb 2005 09:43:31 -0000 1.4
+++ perl-Cache-Cache.spec 28 Feb 2005 21:08:22 -0000 1.5
@@ -1,17 +1,21 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-Summary: Generic cache interface and implementations
-Name: perl-Cache-Cache
-Version: 1.03
-Release: 1
-License: GPL or Artistic
-Group: Applications/CPAN
-URL: http://search.cpan.org/dist/Cache-Cache/
-Source: http://search.cpan.org/CPAN/authors/id/D/DC/DCLINTON/Cache-Cache-%{versio...
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires: perl(IPC::ShareLite), perl(Digest::SHA1), perl(Error)
-BuildArch: noarch
+Name: perl-Cache-Cache
+Version: 1.03
+Release: 2
+Summary: Generic cache interface and implementations
+
+Group: Development/Libraries
+License: GPL or Artistic
+URL: http://search.cpan.org/dist/Cache-Cache/
+Source0: http://www.cpan.org/authors/id/D/DC/DCLINTON/Cache-Cache-1.03.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch: noarch
+BuildRequires: perl >= 1:5.6.1, perl(Storable)
+BuildRequires: perl(Digest::SHA1), perl(Error), perl(IPC::ShareLite)
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
%description
The Cache modules are designed to assist a developer in persisting data for a
@@ -24,34 +28,41 @@
%prep
-%setup -n Cache-Cache-%{version}
+%setup -q -n Cache-Cache-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS="vendor"
-%{__make} %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%install
-%{__rm} -rf %{buildroot}
-%{__make} pure_install PERL_INSTALL_ROOT="%{buildroot}"
+rm -rf $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w $RPM_BUILD_ROOT/*
+
-# Clean up buildroot
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+%check || :
+make test
-%clean
-%{__rm} -rf %{buildroot}
+%clean
+rm -rf $RPM_BUILD_ROOT
%files
-%defattr(-, root, root, 0755)
-%doc CHANGES COPYING* CREDITS DISCLAIMER README
+%defattr(-,root,root,-)
+%doc CHANGES COPYING CREDITS DISCLAIMER README STYLE
%{perl_vendorlib}/Cache/
%{_mandir}/man3/*.3*
%changelog
+* Mon Feb 28 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-2
+- Bring up to date with current fedora.extras perl spec template.
+
* Tue Feb 1 2005 Matthias Saou <http://freshrpms.net/> 1.03-1
- Merge in changes from Jose Pedro Oliveira's fedora.us package : #146741.
- Update to 1.03.
17 years, 11 months
devel/gnome-themes-extras gnome-themes-extras-0.8.0-fix-subscript-out-of-range.patch, NONE, 1.1 gnome-themes-extras.spec, 1.5, 1.6
by fedora-extras-commits@redhat.com
Author: adrian
Update of /cvs/extras/devel/gnome-themes-extras
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17709
Modified Files:
gnome-themes-extras.spec
Added Files:
gnome-themes-extras-0.8.0-fix-subscript-out-of-range.patch
Log Message:
added a patch to fix subscript-out-of-range warnings
gnome-themes-extras-0.8.0-fix-subscript-out-of-range.patch:
--- NEW FILE gnome-themes-extras-0.8.0-fix-subscript-out-of-range.patch ---
diff -ur gnome-themes-extras-0.8.0-orig/Smooth/smooth_style.c gnome-themes-extras-0.8.0/Smooth/smooth_style.c
--- gnome-themes-extras-0.8.0-orig/Smooth/smooth_style.c 2005-02-27 18:15:17.000000000 +0100
+++ gnome-themes-extras-0.8.0/Smooth/smooth_style.c 2005-02-28 17:15:08.000000000 +0100
@@ -1369,7 +1369,7 @@
/* draw inner shadow line(s) */
{
- GdkGC *gc[3], *use_gc=NULL, *mid_gc=NULL, *bg_gc=style->bg_gc[state_type];
+ GdkGC *gc[4], *use_gc=NULL, *mid_gc=NULL, *bg_gc=style->bg_gc[state_type];
gdouble angle;
gint j,i, x1,y1, x2,y2, xt, yt, mx=0,my=0, sign;
Index: gnome-themes-extras.spec
===================================================================
RCS file: /cvs/extras/devel/gnome-themes-extras/gnome-themes-extras.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-themes-extras.spec 2 Feb 2005 13:59:16 -0000 1.5
+++ gnome-themes-extras.spec 28 Feb 2005 19:56:57 -0000 1.6
@@ -1,12 +1,13 @@
Name: gnome-themes-extras
Version: 0.8.0
-Release: 1
+Release: 2
Summary: Collection of metathemes for the GNOME desktop environment
Group: User Interface/Desktops
License: LGPL
URL: http://librsvg.sourceforge.net/theme.php
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-themes-extras/0.8/gnome-theme...
+Patch0: gnome-themes-extras-0.8.0-fix-subscript-out-of-range.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: librsvg2-devel >= 2.1.3
@@ -25,6 +26,7 @@
%prep
%setup -q
+%patch -p1
%build
%configure
@@ -37,6 +39,7 @@
rm -f ${RPM_BUILD_ROOT}%{_libdir}/gtk-2.0/2.4.0/engines/*.la
rm -f ${RPM_BUILD_ROOT}%{_libdir}/gtk-2.0/2.4.0/engines/*.a
+# part of gnome-themes
rm -f ${RPM_BUILD_ROOT}%{_libdir}/gtk-2.0/2.4.0/engines/libsmooth.so
%clean
@@ -54,6 +57,9 @@
%changelog
+* Mon Feb 28 2005 Adrian Reber <adrian(a)lisas.de> - 0.8.0-2
+- added a patch with a fix for compiler warnings (bug #149713)
+
* Fri Nov 26 2004 Adrian Reber <adrian(a)lisas.de> - 0:0.8.0-0.fdr.1
- updated to 0.8.0
- changed gtk-2.0/2.2 to gtk-2.0/2.4
17 years, 11 months
rpms/perl-Class-MethodMaker/devel perl-Class-MethodMaker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: dgregor
Update of /cvs/extras/rpms/perl-Class-MethodMaker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2300/devel
Modified Files:
.cvsignore sources
Added Files:
perl-Class-MethodMaker.spec
Log Message:
auto-import perl-Class-MethodMaker-2.05-2 on branch devel from perl-Class-MethodMaker-2.05-2.src.rpm
--- NEW FILE perl-Class-MethodMaker.spec ---
%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}
Name: perl-Class-MethodMaker
Version: 2.05
Release: 2
Summary: Perl module for creating generic object-oriented methods
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Class-MethodMaker/
Source: http://www.cpan.org/authors/id/F/FL/FLUFFY/Class-MethodMaker-2.05.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl >= 1:5.6.1
BuildRequires: perl(IPC::Run)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Class::MethodMaker solves the problem of having to continually write accessor
methods for your objects that perform standard tasks.
%prep
%setup -q -n Class-MethodMaker-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
-o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check || :
mv t/0-signature.t t/0-signature.t.skip
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README TODO
%{perl_vendorarch}/Class/
%{perl_vendorarch}/auto/*
%{_mandir}/man3/*.3*
%changelog
* Thu Feb 24 2005 Dennis Gregorovic <dgregor(a)redhat.com> - 2.05-2
- Incorporated feedback from Jose Pedro Oliveira. (#149637)
* Fri Feb 4 2005 Dennis Gregorovic <dgregor(a)redhat.com> - 2.05-1
- First build.
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MethodMaker/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 28 Feb 2005 01:23:22 -0000 1.1
+++ .cvsignore 28 Feb 2005 01:23:43 -0000 1.2
@@ -0,0 +1 @@
+Class-MethodMaker-2.05.tar.gz
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MethodMaker/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 28 Feb 2005 01:23:22 -0000 1.1
+++ sources 28 Feb 2005 01:23:43 -0000 1.2
@@ -0,0 +1 @@
+a4092146c05bac58b3f99b3f5d2a9a75 Class-MethodMaker-2.05.tar.gz
17 years, 11 months