rpms/synergy/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 synergy.spec, 1.4, 1.5
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/synergy/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25855
Modified Files:
.cvsignore sources synergy.spec
Log Message:
Update.
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/synergy/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 13 Jan 2005 14:52:55 -0000 1.3
+++ .cvsignore 31 Jan 2005 17:44:34 -0000 1.4
@@ -1 +1 @@
-synergy-1.2.1.tar.gz
+synergy-1.2.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/synergy/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 13 Jan 2005 14:52:55 -0000 1.3
+++ sources 31 Jan 2005 17:44:34 -0000 1.4
@@ -1 +1 @@
-6f004011141ccd3292798ec2a3aef2c2 synergy-1.2.1.tar.gz
+d43fe74fc3aeb541bb38f0dceaffebb4 synergy-1.2.2.tar.gz
Index: synergy.spec
===================================================================
RCS file: /cvs/extras/rpms/synergy/devel/synergy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- synergy.spec 13 Jan 2005 14:52:55 -0000 1.4
+++ synergy.spec 31 Jan 2005 17:44:34 -0000 1.5
@@ -1,6 +1,6 @@
Summary: Mouse and keyboard sharing utility
Name: synergy
-Version: 1.2.1
+Version: 1.2.2
Release: 1
License: GPL
Group: System Environment/Daemons
@@ -44,6 +44,9 @@
%changelog
+* Mon Jan 31 2005 Matthias Saou <http://freshrpms.net/> 1.2.2-1
+- Update to 1.2.2.
+
* Thu Jan 13 2005 Matthias Saou <http://freshrpms.net/> 1.2.1-1
- Update to 1.2.1.
18 years, 8 months
rpms/lmarbles/devel .cvsignore, 1.2, 1.3 lmarbles.spec, 1.4, 1.5 sources, 1.2, 1.3
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/lmarbles/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25795
Modified Files:
.cvsignore lmarbles.spec sources
Log Message:
Update.
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lmarbles/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 9 Nov 2004 02:47:45 -0000 1.2
+++ .cvsignore 31 Jan 2005 17:41:22 -0000 1.3
@@ -1 +1 @@
-lmarbles-1.0.6.tar.gz
+lmarbles-1.0.7.tar.gz
Index: lmarbles.spec
===================================================================
RCS file: /cvs/extras/rpms/lmarbles/devel/lmarbles.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lmarbles.spec 16 Nov 2004 17:57:17 -0000 1.4
+++ lmarbles.spec 31 Jan 2005 17:41:22 -0000 1.5
@@ -1,12 +1,10 @@
-# $Id$
-
Summary: Atomix clone where you create figures out of marbles
Name: lmarbles
-Version: 1.0.6
-Release: 4
+Version: 1.0.7
+Release: 1
License: GPL
Group: Amusements/Games
-URL: http://www.lgames.org/
+URL: http://lgames.sourceforge.net/
Source: http://dl.sf.net/lgames/lmarbles-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: SDL >= 1.1.4, SDL_mixer
@@ -28,23 +26,23 @@
%build
-%configure
+%configure --localstatedir=%{_var}/lib/games
%{__make} %{?_smp_mflags}
# Having it as png seems more consistent
-convert lmarbles48.gif %{name}.png
+convert lmarbles48.gif lmarbles.png
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
-%{__install} -D %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
+%{__install} -D lmarbles.png %{buildroot}%{_datadir}/pixmaps/lmarbles.png
%{__cat} > %{name}.desktop << EOF
[Desktop Entry]
Name=LMarbles
Comment=Atomix clone where you create figures out of marbles
-Exec=%{name}
-Icon=%{name}.png
+Exec=lmarbles
+Icon=lmarbles.png
Terminal=false
Type=Application
Categories=Application;Game;
@@ -61,20 +59,27 @@
%{__rm} -rf %{buildroot}
+%post
+update-desktop-database %{_datadir}/applications &>/dev/null || :
+
+%postun
+update-desktop-database %{_datadir}/applications &>/dev/null || :
+
+
%files
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING ChangeLog README TODO
-%attr(2551, root, games) %{_bindir}/%{name}
-%{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/games/%{name}/
-%{_datadir}/pixmaps/%{name}.png
-%{_mandir}/man6/%{name}*
-%config(noreplace) %attr(664, games, games) %{_var}/lib/games/marbles.prfs
+%attr(2551, root, games) %{_bindir}/lmarbles
+%{_datadir}/applications/fedora-lmarbles.desktop
+%{_datadir}/lmarbles/
+%{_datadir}/pixmaps/lmarbles.png
+%{_mandir}/man6/lmarbles.6*
+%config(noreplace) %attr(664, games, games) %{_var}/lib/games/lmarbles.prfs
%changelog
-* Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 1.0.6-4
-- Bump release to provide Extras upgrade path.
+* Wed Jan 26 2005 Matthias Saou <http://freshrpms.net/> 1.0.7-1
+- Update to 1.0.7.
* Wed May 19 2004 Matthias Saou <http://freshrpms.net/> 1.0.6-3
- Rebuild for Fedora Core 2.
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lmarbles/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 9 Nov 2004 02:47:45 -0000 1.2
+++ sources 31 Jan 2005 17:41:22 -0000 1.3
@@ -1 +1 @@
-ad162da8fa298cac680e13c02fea258c lmarbles-1.0.6.tar.gz
+b29156bc5021877d080e5e268012f4ec lmarbles-1.0.7.tar.gz
18 years, 8 months
rpms/yasm/devel yasm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/yasm/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25661/devel
Modified Files:
.cvsignore sources
Added Files:
yasm.spec
Log Message:
auto-import yasm-0.4.0-1 on branch devel from yasm-0.4.0-1.src.rpm
--- NEW FILE yasm.spec ---
Summary: Complete rewrite of the NASM assembler
Name: yasm
Version: 0.4.0
Release: 1
License: BSD
Group: Development/Languages
URL: http://www.tortall.net/projects/yasm/
Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: bison, byacc, xmlto, gettext-devel
%description
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are under other licenses, see COPYING for details). It is
designed from the ground up to allow for multiple assembler syntaxes to be
supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object
formats and even multiple instruction sets. Another primary module of the
overall design is an optimizer module.
%package devel
Summary: Header files and static libraries for yasm
Group: Development/Libraries
Requires: %{name} = %{version}
%description devel
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are under other licenses, see COPYING for details). It is
designed from the ground up to allow for multiple assembler syntaxes to be
supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object
formats and even multiple instruction sets. Another primary module of the
overall design is an optimizer module.
Install this package if you need to rebuild applications that use yasm.
%prep
%setup
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%defattr(-, root, root, 0755)
%doc Artistic.txt AUTHORS BSD.txt ChangeLog COPYING GNU* NEWS README
%{_bindir}/yasm
%{_libdir}/*.so.*
%dir %{_libdir}/yasm/
%{_libdir}/yasm/*.so
%{_mandir}/man1/yasm.1*
%files devel
%defattr(-, root, root, 0755)
%{_includedir}/libyasm.h
%{_includedir}/libyasm/
%{_libdir}/*.a
%exclude %{_libdir}/*.la
%{_libdir}/*.so
%dir %{_libdir}/yasm/
%{_libdir}/yasm/*.a
%exclude %{_libdir}/yasm/*.la
%{_mandir}/man7/yasm_arch.7*
%changelog
* Fri Jan 28 2005 Matthias Saou <http://freshrpms.net/> 0.4.0-1
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yasm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 31 Jan 2005 17:30:34 -0000 1.1
+++ .cvsignore 31 Jan 2005 17:31:15 -0000 1.2
@@ -0,0 +1 @@
+yasm-0.4.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yasm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 31 Jan 2005 17:30:34 -0000 1.1
+++ sources 31 Jan 2005 17:31:15 -0000 1.2
@@ -0,0 +1 @@
+2360e20c4e105ba95f4e9135a7901183 yasm-0.4.0.tar.gz
18 years, 8 months
rpms/yasm import.log,1.1,1.2
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/yasm
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25661
Modified Files:
import.log
Log Message:
auto-import yasm-0.4.0-1 on branch devel from yasm-0.4.0-1.src.rpm
Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/yasm/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log 31 Jan 2005 17:30:34 -0000 1.1
+++ import.log 31 Jan 2005 17:31:15 -0000 1.2
@@ -0,0 +1 @@
+yasm-0_4_0-1:HEAD:yasm-0.4.0-1.src.rpm:1107192665
18 years, 8 months
rpms/yasm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/yasm/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25565/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module yasm
--- NEW FILE .cvsignore ---
***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
--- NEW FILE sources ---
18 years, 8 months
rpms/yasm Makefile,NONE,1.1 import.log,NONE,1.1
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/yasm
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25565
Added Files:
Makefile import.log
Log Message:
Setup of module yasm
--- NEW FILE Makefile ---
# Top level Makefile for module yasm
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, 8 months
rpms/yasm/devel - New directory
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/yasm/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25505/yasm/devel
Log Message:
Directory /cvs/extras/rpms/yasm/devel added to the repository
18 years, 8 months
rpms/yasm - New directory
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/yasm
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25505/yasm
Log Message:
Directory /cvs/extras/rpms/yasm added to the repository
18 years, 8 months
rpms/rrdtool/devel rrdtool.spec,1.5,1.6
by fedora-extras-commits@redhat.com
Author: thias
Update of /cvs/extras/rpms/rrdtool/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25396
Modified Files:
rrdtool.spec
Log Message:
Fix for bug #146513.
Index: rrdtool.spec
===================================================================
RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rrdtool.spec 13 Jan 2005 18:27:47 -0000 1.5
+++ rrdtool.spec 31 Jan 2005 17:17:30 -0000 1.6
@@ -3,7 +3,7 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.0.49
-Release: 2
+Release: 3
License: GPL
Group: Applications/Databases
URL: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
@@ -96,8 +96,8 @@
EOF
# Put perl files back where they belong
-%{__mkdir_p} %{buildroot}%{perl_sitearch}/
-%{__mv} %{buildroot}%{_libdir}/perl/* %{buildroot}%{perl_sitearch}/
+%{__mkdir_p} %{buildroot}%{perl_vendorarch}/
+%{__mv} %{buildroot}%{_libdir}/perl/* %{buildroot}%{perl_vendorarch}/
# We only want .txt and .html files for the main documentation
%{__mkdir_p} doc2/doc
@@ -122,8 +122,8 @@
%doc CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO doc2/doc
%{_bindir}/*
%{_libdir}/*.so.*
-%{perl_sitearch}/*.pm
-%{perl_sitearch}/auto/*
+%{perl_vendorarch}/*.pm
+%{perl_vendorarch}/auto/*
%{_mandir}/man1/*
@@ -147,6 +147,9 @@
%changelog
+* Mon Jan 31 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-3
+- Put perl modules in vendor_perl and not site_perl. #146513
+
* Thu Jan 13 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-2
- Minor cleanups.
18 years, 8 months
devel/firestarter .cvsignore, 1.6, 1.7 firestarter.spec, 1.6, 1.7 sources, 1.6, 1.7
by fedora-extras-commits@redhat.com
Author: pcompton
Update of /cvs/extras/devel/firestarter
In directory cvs.fedora.redhat.com:/tmp/cvs-serv10273
Modified Files:
.cvsignore firestarter.spec sources
Log Message:
firestarter 1.0.3 (many bugfixes, especially for samba users)
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/firestarter/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 19 Dec 2004 15:39:05 -0000 1.6
+++ .cvsignore 30 Jan 2005 22:28:05 -0000 1.7
@@ -1 +1,2 @@
firestarter-1.0.1.tar.gz
+firestarter-1.0.3.tar.gz
Index: firestarter.spec
===================================================================
RCS file: /cvs/extras/devel/firestarter/firestarter.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- firestarter.spec 19 Dec 2004 15:39:05 -0000 1.6
+++ firestarter.spec 30 Jan 2005 22:28:05 -0000 1.7
@@ -1,12 +1,12 @@
Name: firestarter
-Version: 1.0.1
+Version: 1.0.3
Release: 1
Summary: The Firestarter firewall tool for GNOME
Group: Applications/Internet
License: GPL
URL: http://firestarter.sourceforge.net
-Source0: http://download.sourceforge.net/firestarter/firestarter-1.0.1.tar.gz
+Source0: http://download.sourceforge.net/firestarter/firestarter-1.0.3.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -148,6 +148,9 @@
%changelog
+* Sun Jan 30 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 1.0.3-1
+- 1.0.3.
+
* Sun Dec 19 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 1.0.1-1
- 1.0.1.
Index: sources
===================================================================
RCS file: /cvs/extras/devel/firestarter/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 19 Dec 2004 15:39:05 -0000 1.6
+++ sources 30 Jan 2005 22:28:05 -0000 1.7
@@ -1 +1,2 @@
ef5afad42201639f282dec4eda20720d firestarter-1.0.1.tar.gz
+f46860a9e16dac4b693bd05f16370b03 firestarter-1.0.3.tar.gz
18 years, 8 months